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 agentmods add skills/devinder1/supply-chain-scanner-public/validate-fixesnpx skills add DevInder1/supply-chain-scanner-public --skill validate-fixesgit clone --depth 1 https://github.com/DevInder1/supply-chain-scanner-publicWrote 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/devinder1/supply-chain-scanner-public/validate-fixes)<a href="https://agentmods.dev/skills/devinder1/supply-chain-scanner-public/validate-fixes"><img src="https://agentmods.dev/badge/skills/devinder1/supply-chain-scanner-public/validate-fixes.svg" alt="Measured on agentmods" 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.00072 | $0.00419 |
| Opus 5 | $0.00036 | $0.00210 |
| Sonnet 5 | $0.00014 | $0.00084 |
| Haiku 4.5 | $0.00007 | $0.00042 |
Grade A, and why
validate-fixes 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 5d 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.
What it actually says
Validate fixes after patch
When the user upgrades dependencies or asks to confirm a fix:
Workflow
-
Baseline — Run
scan_projectorscan_fullonproject_path(MCP) or:tridentchain-security --scan project --project-path <path> --output-dir .tridentchain-outSave the JSON summary or
scan-report.jsonas baseline if the output dir will be overwritten. -
Upgrade — Apply dependency changes (
npm update,pip install -U, etc.). -
Re-scan — Run the same scan again on the same
project_path. -
Validate — Use one of:
- MCP:
validate_after_patchwithbaseline_jsonandafter_patch_json(full tool result strings) - CLI:
tridentchain-security --validate \ --baseline-report <baseline.json> \ --after-report .tridentchain-out/scan-report.json
- MCP:
-
Report —
resolved_count,remaining_count,new_count,validation_passed.
Requirements
tridentchain-security>=0.1.1andtridentchain-mcpfor MCP path- Pin
tridentchain-security==0.1.0only supports manual JSON comparison (no--validate)
CLI fallback (no MCP)
Run tridentchain-security twice, then --validate with two report paths. See docs/CAPABILITIES.md.
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.
- 5d ago First seen · 40 lines · 72 tokens per session scan A 133253a5dd42
validate-fixes is a skill published in the GitHub repository DevInder1/supply-chain-scanner-public (0 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 419 once invoked, about $0.0004 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
vulnerability-db
A practical guide for AI agents that need to use vdb. If you are changing the code rather than using it, read AGENTS.md instead.
bob-evaluate-runner
Hacker Bob orchestrator runtime — invoked by /bob-evaluate. Do not call directly.
bob-diff-review
Headless Bob diff-review pipeline — invoked by bob-runner.ts via 'claude --dangerously-skip-permissions --print "/bob-diff-review -- ..."'. Ingests a unified diff, initializes a Bob repo session, builds the symbol surface index, maps changed hunks to impacted surfaces, spawns per-surface evaluator agents, and…
bob-debug
Debug a completed or stuck Hacker Bob session — pipeline quality, drift, failures, improvements.
bob-status
Read Hacker Bob session state, wave status, findings, verification, and grade summaries.
bob-update
Check for Hacker Bob package updates and guide project-local update installation from Codex.