screening

screening is a skill for Claude Code from vyayasan/kyc-analyst. It costs 44 tokens per session (732 once invoked), scanned A, original, MIT.

A reusable screening workflow for checking people and organisations against sanctions, politically exposed person, criminal, and legal-record databases. It also supports checks done one person at a time, in batches, or as part of onboarding and review workflows.

In plain words
What is it for?
It helps screen customers, beneficial owners, directors, shareholders, and related people, investigate possible matches, record decisions, and support KYC reviews.
Why use it?
It brings several types of risk checks into one documented process and provides a way to assess false matches with human approval.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the kyc-analyst plugin — 5 skills, 6 commands shipped together

Good fit It helps screen customers, beneficial owners, directors, shareholders, and related people, investigate…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vyayasan/kyc-analyst/screening
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vyayasan/kyc-analyst --skill screening
Clone the repo
git clone --depth 1 https://github.com/vyayasan/kyc-analyst

Made for: Claude Code.

Or install kyc-analyst, the plugin that ships this one along with the rest of its 5 skills, 6 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for screening

README.md
[![agentmods](https://agentmods.dev/badge/skills/vyayasan/kyc-analyst/screening.svg)](https://agentmods.dev/skills/vyayasan/kyc-analyst/screening)
Your own site
<a href="https://agentmods.dev/skills/vyayasan/kyc-analyst/screening"><img src="https://agentmods.dev/badge/skills/vyayasan/kyc-analyst/screening.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 732 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.00732
Opus 5 $0.00022 $0.00366
Sonnet 5 $0.00009 $0.00146
Haiku 4.5 $0.00004 $0.00073

Measured 7d ago against content hash 2f1412a2f88c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

screening scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/screening/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Screening Skill - v1.0.0

Comprehensive sanctions and PEP screening with multi-database search, false positive assessment, and HITL decision gates.

Overview

Screening is a mandatory component of all KYC workflows. This skill provides standalone screening capability for ad-hoc checks, batch processing, and integration into onboarding/refresh workflows.

Screening Databases (12+ Sources)

Sanctions Lists

  1. OFAC SDN - US Specially Designated Nationals
  2. EU Consolidated Sanctions List - European Union
  3. UK HM Treasury - UK Financial Sanctions
  4. UN Consolidated List - United Nations Security Council
  5. Interpol - Red and Yellow Notices
  6. OpenSanctions - Open-source aggregated sanctions data

PEP Databases

  1. EveryPolitician - Global political figures
  2. Wikidata - Political and public figures
  3. UK Parliament - Register of Members' Interests
  4. CIA World Factbook - National leadership
  5. Electoral Commission databases - Candidates and office holders

Criminal/Legal

  1. UK Court records - Criminal convictions, CCJs
  2. Companies House - Insolvency records, disqualified directors

Screening Process

Step 1: Identify Screening Targets

  • Customer (individual or entity)
  • All beneficial owners (>25% threshold)
  • Directors and senior management (entities)
  • Family members and close associates (PEP cases)

Step 2: Execute Searches

For each target, search against all applicable databases:

  • Record search date, platform, and search terms
  • Document all matches (including potential false positives)
  • Screenshot or save evidence

Step 3: False Positive Assessment [HITL Checkpoint]

When a potential match is found:

Factor Assessment
Name similarity Exact / Partial / Common name
Date of birth Match / Mismatch / Unknown
Nationality Match / Mismatch
Location Match / Mismatch
Photograph Match / Mismatch / Not available
Context Supports match / Against match

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 102 lines · 44 tokens per session scan A 2f1412a2f88c

Subscribe to this mod's changes

screening is a skill published in the GitHub repository vyayasan/kyc-analyst (56 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 732 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

regtech-expert

Expert in regulatory technology, compliance automation, KYC/AML, transaction monitoring, risk assessment, and automated reporting. Use when the user mentions compliance, KYC, AML, transaction monitoring, risk assessment, or regulatory reporting, or when the task involves KYC/AML Compliance, KYC/AML Program, Regulatory…

personamanagmentlayer/pcl · 73 tokens

deepidv-verify

Identity verification, KYC, face liveness, deepfake detection, adverse media screening, and AML/sanctions checks via the deepidv API. Use when a user needs to verify someone's identity, check if media is AI-generated, screen for sanctions/PEP status, or run adverse media checks.

Deep-Identity-Inc/agent-skills · 68 tokens

compliance-documentation-requirements

Use when setting up or auditing how compliance documentation is structured, collected, and preserved for regulatory audit in Salesforce FSC — covering KYC data collection workflows, AML screening integration setup, audit trail configuration, and regulatory reporting readiness. Triggers: KYC form setup, AML integration…

PranavNagrecha/AwesomeSalesforceSkills · 148 tokens

compliance-documentation-requirements

Use when setting up or auditing how compliance documentation is structured, collected, and preserved for regulatory audit in Salesforce FSC — covering KYC data collection workflows, AML screening integration setup, audit trail configuration, and regulatory reporting readiness. Triggers: KYC form setup, AML integration…

BanibrataChatterjee/AwesomeSalesforceSkills · 148 tokens

KYC Onboarding Review

Use when reviewing a client or investor onboarding packet to inventory documents, extract KYC fields, apply the firm's KYC/AML rules grid, propose a customer risk rating, and assemble an escalation packet for compliance and attorney review.

zgbrenner/agentcounsel · 51 tokens

corporate-ownership-investigation

Trace who ultimately owns or controls a company, screen it for sanctions, and report the result without overclaiming. Use when asked "who owns X", "who is behind X", "is X sanctioned", "is X connected to Y", "what does X own", or when doing KYC/AML/due-diligence, counterparty checks, supply-chain screening, or…

Hei33enberg/WhiteIntel-OS · 117 tokens