didit-aml-screening

Screen individuals or companies against global watchlists via POST requests.

23|4|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/didit-protocol/didit-agent-skills --skill didit-aml-screening
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: didit-aml-screening
Source: https://github.com/didit-protocol/didit-agent-skills/tree/main/skills/didit-aml-screening
Command: npx skills add https://github.com/didit-protocol/didit-agent-skills --skill didit-aml-screening

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Screen individuals or companies against global watchlists to detect sanctions, PEP exposure, and adverse media, enabling compliant risk decisions.

Core Features & Use Cases

  • Real-time screening against 1,300+ databases including sanctions, PEPs, and adverse media.
  • Two-score risk model: Match Score for identity confidence and Risk Score for threat assessment.
  • Continuous monitoring and webhook alerts for updated watchlist data to keep decisions current.
  • Use Case: Accelerate KYC/AML workflows by screening new customers during onboarding and ongoing monitoring.

Quick Start

Post a POST to the AML endpoint with a full_name and optional fields like date_of_birth, nationality, and document_number to initiate screening.

Frequently Asked Questions about didit-aml-screening

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform AML screening against global watchlists for new customers?

PEP checks screen politically exposed persons against global watchlists in real time. The Skill queries 1,300+ databases covering sanctions, adverse media, and OFAC/UN/EU lists, returning a Match Score for identity confidence and a Risk Score for threat assessment.

How do I screen individuals and companies against OFAC, UN, and EU sanctions lists?

You can tune AML watchlist matching by including optional fields like date_of_birth, nationality, and document_number in your JSON request. The Skill also accepts weight thresholds to adjust matching sensitivity and generate accurate Match Scores for identity verification.

Does this sanctions screening tool support continuous monitoring and webhook alerts?

Yes, AML screening supports continuous monitoring with webhook alerts. It automatically sends notifications when updated watchlist data is detected, ensuring ongoing KYC compliance without manual re-screening of existing customers against the 1,300+ databases.

What data is required to run an adverse media and risk scoring check?

To run an adverse media and risk scoring check, you need an x-api-key header and a JSON body containing a required full_name. Optional fields like date_of_birth, nationality, document_number, and weight thresholds refine match accuracy and threat assessment.