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/quick-scannpx skills add DevInder1/supply-chain-scanner-public --skill quick-scangit 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/quick-scan)<a href="https://agentmods.dev/skills/devinder1/supply-chain-scanner-public/quick-scan"><img src="https://agentmods.dev/badge/skills/devinder1/supply-chain-scanner-public/quick-scan.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 | $0.00075 | $0.00335 |
| Opus 5 | $0.00037 | $0.00168 |
| Sonnet 5 | $0.00015 | $0.00067 |
| Haiku 4.5 | $0.00007 | $0.00034 |
Grade A, and why
quick-scan 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 4d 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
Quick scan
When the user asks for a fast, quick, or pre-commit dependency check, or says they're offline:
- Call the tridentchain MCP tool
scan_projectwith:project_path= workspace root (absolute)output_dir=.tridentchain-outrun_profile="quick"← important: cached advisories only, no live fetchmax_findings= 20 (keep summaries tight)
- Report only HIGH and CRITICAL findings by default; the user asked for a fast pulse, not a full triage.
- If the cache is empty (no prior scan), tell the user explicitly and offer a
scan(full live) run instead.
CLI fallback
tridentchain-security --scan project --run-profile quick --project-path . --output-dir .tridentchain-out
When NOT to use quick-scan
- User wants the most up-to-date data → use
scan(live advisory fetch) - User wants system packages or IDE extensions → use
scan-full - User wants to confirm a fix landed → use
validate-fixes
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.
- 4d ago First seen · 28 lines · 75 tokens per session scan A 270b981aa208
quick-scan is a skill published in the GitHub repository DevInder1/supply-chain-scanner-public (0 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 335 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-egress
List, add, test, enable, disable, or remove Hacker Bob egress profiles from Codex.