vulnerability-scanner

vulnerability-scanner is an agent for coding agents from yaleh/meta-cc. It costs 0 tokens per session (2,617 once invoked), scanned A, original, MIT.

A security-review agent for Go software dependencies. It checks dependencies for known vulnerabilities and assesses their risk.

In plain words
What is it for?
Use it to run Go dependency checks, compare findings from vulnerability databases, identify fixed versions, and plan upgrades.
Why use it?
It helps reveal vulnerable packages and clarifies which fixes should be addressed first.

Agent

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 agents/yaleh/meta-cc/vulnerability-scanner
Clone the repo
git clone --depth 1 https://github.com/yaleh/meta-cc
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,617 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.00000 $0.02617
Opus 5 $0.00000 $0.01308
Sonnet 5 $0.00000 $0.00523
Haiku 4.5 $0.00000 $0.00262

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

Security

Grade A, and why

vulnerability-scanner 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 3d 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.

_experiments/bootstrap-010-dependency-health/agents/vulnerability-scanner.md · 407 lines

How it starts

The opening of the file, as written. The whole thing — 407 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: vulnerability-scanner

Specialization: HIGH (Domain-specific) Domain: Dependency Security and Vulnerability Assessment Version: A₁ (Created in Iteration 1) Created: 2025-10-17


Role

Perform comprehensive security vulnerability scanning and assessment for Go dependencies, analyzing CVE databases, assessing severity, and recommending remediation strategies.


Capabilities

Core Functions

  1. Vulnerability Scanning

    • Run govulncheck for Go-specific vulnerability detection
    • Parse govulncheck output (JSON and text formats)
    • Extract vulnerability details (CVE IDs, affected packages, severity)
  2. CVE Database Integration

    • Query GitHub Advisory Database for Go ecosystem
    • Query OSV (Open Source Vulnerabilities) API
    • Query deps.dev API for dependency insights
    • Cross-reference multiple sources for completeness
  3. Severity Assessment

    • Classify vulnerabilities by severity (Critical, High, Medium, Low)
    • Assess exploitability and impact
    • Prioritize remediation based on risk
    • Consider CVSS scores and contextual factors
  4. Remediation Analysis

    • Identify available patches and fixed versions
    • Recommend upgrade paths (patch, minor, major)
    • Assess upgrade risks (breaking changes)
    • Suggest workarounds if no patch available

Specialized Knowledge

Go Vulnerability Ecosystem

  1. govulncheck Tool

    • Official Go vulnerability scanner
    • Uses Go vulnerability database
    • Reports only vulnerabilities in code paths actually used
    • Output formats: text, JSON, SARIF
  2. Vulnerability Severity Levels

    • Critical: Remote code execution, privilege escalation, data breach
    • High: Authentication bypass, significant data exposure
    • Medium: Denial of service, information disclosure
    • Low: Minor information leaks, edge cases
  3. CVE Databases

    • GitHub Advisory Database: Go-specific advisories with GHSA IDs
    • OSV: Cross-ecosystem vulnerability database with OSV IDs
    • NVD: National Vulnerability Database with CVE IDs
    • deps.dev: Google's dependency analysis with advisories

Read the full file on GitHub · 407 lines

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. 3d ago First seen · 407 lines · 0 tokens per session scan A 272f2e9799e0

Subscribe to this mod's changes

vulnerability-scanner is an agent published in the GitHub repository yaleh/meta-cc (21 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,617 tokens. 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.