openapi-risk

A company and individual risk-checking skill using credit scores, official reports, asset information, negative events, and worldwide identity checks. KYC means “know your customer,” and PEP means a politically exposed person.

In plain words
What is it for?
Use it for credit checks, company or person reports, anti-money-laundering and KYC reviews, sanctions and adverse-media checks, asset reports, and heirs research.
Why use it?
It brings financial and compliance checks together so you can assess whether a person or company is reliable and identify possible risks.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/openapi/openapi-skills/openapi-risk
Any agent
npx skills add openapi/openapi-skills --skill openapi-risk
Clone the repo
git clone --depth 1 https://github.com/openapi/openapi-skills

Made for: Claude Code, Codex.

Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 642 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00059 $0.00642
Opus 5 $0.00030 $0.00321
Sonnet 5 $0.00012 $0.00128
Haiku 4.5 $0.00006 $0.00064

Measured 2d ago against content hash 24fe37d9f147, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openapi-risk 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 2d 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/openapi-risk/SKILL.md · 42 lines

What it actually says

Openapi Risk

Base URL: https://risk.openapi.com — reports and scores on natural and legal persons, sourced from CRIF, the Protest Register and other official registers.

Authentication: Bearer token — see the openapi-auth skill.

Credit score (synchronous, start here)

  • GET /IT-creditscore-top/{vatCode_taxCode_or_id} — top-level score for an Italian company
  • GET /IT-creditscore-start/… / GET /IT-creditscore-advanced/… — lighter/deeper variants
  • GET /IT-verifica_cf/{codice_fiscale} — fiscal code check

Reports (async: POST /<type>GET /<type>/{id}GET /<type>/{id}/download for the PDF)

Resource Subject
IT-report-persona, IT-report-persona-top Natural person report
IT-patrimoniale-persona, IT-patrimoniale-persona-top Patrimonial (assets) report
IT-report-azienda, IT-report-azienda-top Company report
IT-crif-persona, IT-crif-azienda CRIF search (requires a signed delegation: upload via PATCH /{id}, template via GET /{id}/delega)
IT-eredi-con-accettazione, IT-eredi-senza-accettazione Heirs reports
IT-negativita (+ GET /IT-negativita/{id}/dettaglio) Negative events
IT-richiesta Generic request listing/status/download

Worldwide KYC

  • POST /WW-kyc-full — full check; targeted: /WW-kyc-pep, /WW-kyc-sanction_list, /WW-kyc-adverse_media
  • GET /WW-kyc-evidences, GET /WW-kyc-evidences/{id}, GET /WW-kyc-evidences/{id}/{entity_id} — results and evidences
  • POST|GET|DELETE /WW-kyc-full-monitor — continuous KYC monitoring

Compliance

  • Several Risk services fall under the Italian TULPS regulation (Art. 6 license): the account must have completed identity-document verification in the console before activation.
  • Reports are paid and can be expensive — check wallet credit and confirm with the user before launching them.
  • Returned personal data is subject to GDPR: use only for the stated purpose, never store it in the repo.

Full spec: https://console.openapi.com/oas/en/risk.openapi.json

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. 2d ago First seen · 42 lines · 59 tokens per session scan A 24fe37d9f147

Subscribe to this mod's changes

openapi-risk is a skill published in the GitHub repository openapi/openapi-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 642 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-30.