quick-scan

quick-scan is a skill for Claude Code, Codex from DevInder1/supply-chain-scanner-public. It costs 75 tokens per session (335 once invoked), scanned A, original, MIT.

A fast dependency scan that uses a local cache of security advisories instead of fetching fresh data.

In plain words
What is it for?
It helps with quick pre-commit checks and offline checks of project dependencies, focusing on high and critical findings.
Why use it?
It gives a quick check for high-severity issues when time or network access is limited.

Skill for Claude CodeCodex

Part of the tridentchain-security plugin — 7 skills shipped together

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/devinder1/supply-chain-scanner-public/quick-scan
Any agent
npx skills add DevInder1/supply-chain-scanner-public --skill quick-scan
Clone the repo
git clone --depth 1 https://github.com/DevInder1/supply-chain-scanner-public

Made for: Claude Code, Codex.

Or install tridentchain-security, the plugin that ships this one along with the rest of its 7 skills.

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 quick-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/devinder1/supply-chain-scanner-public/quick-scan.svg)](https://agentmods.dev/skills/devinder1/supply-chain-scanner-public/quick-scan)
Your own site
<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>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 335 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.00075 $0.00335
Opus 5 $0.00037 $0.00168
Sonnet 5 $0.00015 $0.00067
Haiku 4.5 $0.00007 $0.00034

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

Security

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.

plugins/tridentchain-security/skills/quick-scan/SKILL.md · 28 lines

What it actually says

Quick scan

When the user asks for a fast, quick, or pre-commit dependency check, or says they're offline:

  1. Call the tridentchain MCP tool scan_project with:
    • project_path = workspace root (absolute)
    • output_dir = .tridentchain-out
    • run_profile = "quick" ← important: cached advisories only, no live fetch
    • max_findings = 20 (keep summaries tight)
  2. Report only HIGH and CRITICAL findings by default; the user asked for a fast pulse, not a full triage.
  3. 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
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. 4d ago First seen · 28 lines · 75 tokens per session scan A 270b981aa208

Subscribe to this mod's changes

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.