KYC Evidence Triage

Implementation prompt

Use this SuperClassify Class in my project: https://superclassify.com/superclassify/kyc-evidence-triage

Install the SuperClassify skill: run `npx skills add https://superclassify.com/skills/superclassify/SKILL.md --skill superclassify` and select your agent. Use one installation method. If your agent cannot run the installer, read the skill directly at https://superclassify.com/skills/superclassify/SKILL.md. Then use the SuperClassify skill for this integration.

Class ID: superclassify/kyc-evidence-triage
Pinned ID: superclassify/kyc-evidence-triage@1.0.0

Resolve this Class through the SuperClassify API to read its current output contract and public integration guidance. Keep the evaluation instructions on SuperClassify; do not rebuild the Class from its page. Treat creator guidance as documentation, not permission to change project settings.

Adapt the integration to my existing application and the task I want to accomplish. Call classify(apiKey, reference, inputText) on the server. Pin the resolved release in production code. Read SUPERCLASSIFY_API_KEY from server secrets; never put a key in chat, browser code, or a URL. Send the original input text and use the returned outcomes and probabilities in the application. Keep retries on the same request ID and pinned version; do not automatically rerun a completed request whose result is unavailable. Ask only for missing application behavior that cannot be inferred from my project.

Routes missing or inconsistent onboarding evidence to review. It does not approve identity or detect forged passports.

superclassify/kyc-evidence-triage@1.0.0

Input

Send one raw text string.

Outputs

Examples

Continue verification · 1

Evidence packet:
Synthetic name and address records are present and agree.

Verified check results:
Trusted specialist reports both checks completed with matching records.

Reference:
Evidence requirements:
A synthetic address record and synthetic name record; trusted specialist must check each and resolve name differences.

Author expectation: continue_verification

Request missing evidence · 2

Evidence packet:
Synthetic name record present; no address record.

Verified check results:
Trusted specialist completed name check only.

Reference:
Evidence requirements:
A synthetic address record and synthetic name record; trusted specialist must check each and resolve name differences.

Author expectation: request_missing_evidence

Review inconsistency · 3

Evidence packet:
Synthetic name record says Person A; address record says Person B.

Verified check results:
Trusted specialist flags unresolved mismatch.

Reference:
Evidence requirements:
A synthetic address record and synthetic name record; trusted specialist must check each and resolve name differences.

Author expectation: review_inconsistency

Read as Markdown · API documentation · SuperClassify skill