deepidv-verify

deepidv-verify is a skill for Codex from Deep-Identity-Inc/agent-skills. It costs 68 tokens per session (4,862 once invoked), scanned A, original, Apache-2.0.

A skill for identity and compliance checks through the deepidv API. It covers identity verification, face liveness, detection of AI-generated media, adverse-media searches, and checks for sanctions or politically exposed people.

In plain words
What is it for?
Use it to verify identities, confirm that a person is physically present, detect deepfakes, search adverse media, or screen for sanctions and politically exposed person status.
Why use it?
Checking whether a person is genuine and whether they present compliance risks can require several separate checks. This skill brings those listed checks together through API workflows.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; mentions OpenCode.

Good fit Use it to verify identities, confirm that a person is physically present, detect deepfakes, search adverse media, or screen for sanctions and politically exposed person status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deep-identity-inc/agent-skills/deepidv-verify
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 Deep-Identity-Inc/agent-skills --skill deepidv-verify
Clone the repo
git clone --depth 1 https://github.com/Deep-Identity-Inc/agent-skills

Made for: Codex.

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 deepidv-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepidv-verify/github.svg)](https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepidv-verify)
Your own site
<a href="https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepidv-verify"><img src="https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepidv-verify/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deepidv-verify

Your own site · 80×15
<a href="https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepidv-verify"><img src="https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepidv-verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,862 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.00068 $0.04862
Opus 5 $0.00034 $0.02431
Sonnet 5 $0.00014 $0.00972
Haiku 4.5 $0.00007 $0.00486

Measured 9d ago against content hash 46fd36418ae0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

deepidv-verify 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/deepidv-verify/SKILL.md · 519 lines

How it starts

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

deepidv Verify Skill

Use this skill when an agent needs to verify a person, validate identity media, or run compliance screening through the public deepidv Verify API.

Capabilities Overview

Available capabilities:

  • Face liveness
  • Identity verification
  • Deepfake detection
  • Adverse media screening
  • AML and sanctions screening
  • Combined verification

Agents can discover this skill directly from this repository.

Invocation Guidance

Choose the endpoint that matches the user intent directly:

User Intent Endpoint
Start a new applicant verification flow POST /v1/sessions
Find existing sessions by creator, organization, workflow, or external ID GET /v1/sessions
Inspect the full outcome of one verification session GET /v1/sessions/{id}
Manually resolve a session as approved or rejected PATCH /v1/sessions/{id}/update-status
Create a new basic workflow for later session launches POST /v1/workflows
Discover which workflows are available and which steps they include GET /v1/workflows
Inspect the exact steps configured in one workflow GET /v1/workflows/{id}
Run a synchronous PEP and sanctions screening POST /v1/screening/pep-sanctions
Run a synchronous title or ownership search POST /v1/screening/title-check
Queue an asynchronous adverse-media screening POST /v1/screening/adverse-media
Poll an adverse-media job until it completes GET /v1/async-jobs/{jobId}

Read the full file on GitHub · 519 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. 9d ago First seen · 519 lines · 68 tokens per session scan A 46fd36418ae0

Subscribe to this mod's changes

deepidv-verify is a skill published in the GitHub repository Deep-Identity-Inc/agent-skills (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 68 tokens to every session and 4,862 once invoked, about $0.0003 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-31.

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

onboarding

Full KYC customer onboarding with mandatory Step 0 independent verification (5+1 searches), 17 sequential stagegates requiring explicit analyst consent, deterministic four-factor risk scoring, case folder auto-creation, 4-sheet Excel dashboard, 17-section PDF report, and immutable audit trail. Covers UK/EU (AMLD5), US…

vyayasan/kyc-analyst · 83 tokens

risk-assessment

Deterministic heuristic risk scoring using a four-factor weighted model (Geographic 30%, Customer 35%, Product 25%, Channel 10%) aligned with Basel III, EBA Guidelines, FATF standards, and FinCEN guidance. Bands: LOW (0-20), MEDIUM (21-60), HIGH (61-80), CRITICAL (81-100).

vyayasan/kyc-analyst · 81 tokens

screening

Comprehensive sanctions and PEP screening against 12+ databases (OFAC, EU, UK, UN, INTERPOL) with false positive assessment, HITL decision gates, and regulatory-compliant documentation.

vyayasan/kyc-analyst · 44 tokens

refresh

Periodic customer refresh with re-verification of original due diligence to detect material changes and maintain compliance with ongoing due diligence requirements. Triggers include time-based review (annual HIGH risk, 2-3 year intervals for MEDIUM/LOW), risk-based escalation (score changes, business pivots), and…

vyayasan/kyc-analyst · 74 tokens

transaction-monitoring

AML transaction monitoring for ongoing customer relationships. Identifies suspicious patterns including structuring, layering, and unusual activity. Assesses against regulatory thresholds and prepares Suspicious Activity Reports (SARs) with HITL decision gates.

vyayasan/kyc-analyst · 47 tokens