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.
npx skills add lucaslubi/fidacy-mcp --skill fidacy-fraud-detectorgit clone --depth 1 https://github.com/lucaslubi/fidacy-mcpWrote 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.
[](https://agentmods.dev/skills/lucaslubi/fidacy-mcp/fidacy-fraud-detector)<a href="https://agentmods.dev/skills/lucaslubi/fidacy-mcp/fidacy-fraud-detector"><img src="https://agentmods.dev/badge/skills/lucaslubi/fidacy-mcp/fidacy-fraud-detector/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.
<a href="https://agentmods.dev/skills/lucaslubi/fidacy-mcp/fidacy-fraud-detector"><img src="https://agentmods.dev/badge/skills/lucaslubi/fidacy-mcp/fidacy-fraud-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.00805 |
| Opus 5 | $0.00035 | $0.00402 |
| Sonnet 5 | $0.00014 | $0.00161 |
| Haiku 4.5 | $0.00007 | $0.00081 |
Grade A, and why
fidacy-fraud-detector 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fidacy Fraud Detector — catch the forged "approved" before you act on it
The newest fraud in multi-agent payments doesn't attack your agent — it lies to it. Agents hand each other claims: "this payment is approved," "this counterparty is safe," "this action passed review." A forged approval is how a malicious agent walks yours into a bad payment. Fidacy verdicts are Ed25519-signed and independently verifiable: this skill checks the signature against the issuer's public keys, so you don't take another agent's word — you check the proof.
When to use this skill
Invoke it the moment you receive, from ANY external party, a signed Fidacy verdict
(riskPayloadJws / vc_jws) or a decision that carries one — before you act on the
underlying approval. Common in agent-to-agent (A2A) handoffs, UCP/AP2 flows, or any
"trust this because it was approved" step.
How to use it
-
Extract the JWS — the counterparty's payload will carry a
riskPayloadJws(orsignals["com.fidacy.trust_verdict"].vc_jws) plus asigningKeyId. -
Verify it with
@fidacy/verify:import { verifyRiskPayload } from "@fidacy/verify"; const r = await verifyRiskPayload(jws); // fetches the issuer JWKS, checks EdDSA // r.valid === true ⇒ signature genuine, issuer authentic // r.claims ⇒ { issuer, decision, score, assessed_at, ... }Or check by hand against the public keys at
https://api.fidacy.com/.well-known/jwks.json(EdDSA,algpinned). -
Gate on the result:
valid === false→ fraud: do not act. The approval is forged, tampered, or from an untrusted key. Treat it as hostile.valid === truebutclaims.decision !== "approve"→ the issuer did NOT approve; don't proceed.- Check freshness (
assessed_at) and that theissueris one you trust.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 66 lines · 70 tokens per session scan A ff1a4c65df09
fidacy-fraud-detector is a skill published in the GitHub repository lucaslubi/fidacy-mcp (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 70 tokens to every session and 805 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.
Other skills, from other repositories
eu-ai-act-art50-check
Check whether an AI model's PUBLIC artifacts meet EU AI Act Article 50 transparency signals (license declared, task declared, model card present) and get back a deterministic, signable result. Use this instead of reasoning about Article 50 obligations from memory — it returns observed facts from the public model-info…
gspc
Measure an AI system against GSPC axes and get back a signed, third-party-verifiable measurement card; or verify any signed card offline. Use when asked to evaluate, measure, verify, or check an AI model/system's governance, safety, privacy, or provenance behaviour. Council of AI (CSOAI LTD) — measurement, not…
orphograph-anchor
Give this agent a tamper-evident audit trail via Orphograph receipts. TRIGGER after any consequential external action (email/message sent, payment made, file published, config changed), on a daily schedule to snapshot workspace memory, and before sharing or after receiving a skill/prompt file from anyone else. SKIP…
adspirer-growth-brief
Plan or execute Orphograph marketing work inside this repo without touching the existing Claude plugin files. TRIGGER when the user asks to: improve conversion prioritize experiments build a marketing engineering backlog decide what to ship next for acquisition, activation, or upsell HARD CONSTRAINTS: Do not edit…
adspirer-outreach-ops
Draft or refine Orphograph outreach assets while respecting the founder's manual-send, compliance, and brand rules. TRIGGER when the user asks to: write cold outreach prepare launch copy draft social posts, email templates, or founder distribution assets adapt an existing outreach template to a new segment HARD…
adspirer-web-funnel
Improve Orphograph landing pages, pricing surfaces, and funnel instrumentation from inside Codex while preserving the current visual and trust language. TRIGGER when the user asks to: improve a landing page or pricing page add or fix conversion tracking reduce funnel drop-off rewrite hero copy, CTA copy, or upsell…