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 gnana997/bumper --skill triaging-vulnerable-dependenciesgit clone --depth 1 https://github.com/gnana997/bumperWrote 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/gnana997/bumper/triaging-vulnerable-dependencies)<a href="https://agentmods.dev/skills/gnana997/bumper/triaging-vulnerable-dependencies"><img src="https://agentmods.dev/badge/skills/gnana997/bumper/triaging-vulnerable-dependencies/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/gnana997/bumper/triaging-vulnerable-dependencies"><img src="https://agentmods.dev/badge/skills/gnana997/bumper/triaging-vulnerable-dependencies.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.00091 | $0.00660 |
| Opus 5 | $0.00046 | $0.00330 |
| Sonnet 5 | $0.00018 | $0.00132 |
| Haiku 4.5 | $0.00009 | $0.00066 |
Grade A, and why
triaging-vulnerable-dependencies 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 9d 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 — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Triaging vulnerable dependencies with bumper
bumper scans dependencies for known vulnerabilities and known-malicious packages,
using the bumper Advisor for data. It needs the bumper CLI on PATH
(https://github.com/gnana997/bumper). If a package is flagged malicious, do not
install it.
Workflow
-
Scan the lockfile(s):
bumper deps # auto-detect lockfiles in the current directory bumper deps --json path/to/lock # machine-readable findings for one fileExit codes: 0 = clean, 1 = findings present, 2 = usage error.
-
For each finding, get authoritative detail. Prefer the
bumper-advisorMCP when connected (use fully-qualified tool names):bumper-advisor:lookup_cve— CVEs affecting a specific package + version (args: ecosystem, package, version)bumper-advisor:get_vuln— full detail for one advisory id (CVE/GHSA)bumper-advisor:check_malware— reputation of a package (is it malware?)bumper-advisor:search_cve— search CVEs by keyword/ecosystem
If the MCP is not connected, fall back to the CLI:
bumper deps --json …. -
Decide per finding:
- Malicious package → do NOT install. Remove it; find a trusted alternative.
- Vulnerable, fix available → upgrade to the lowest version that clears the
advisory (
lookup_cve/get_vulnlist fixed versions). - Vulnerable, no fix → surface the risk to the user; pin and isolate, or drop the dependency. Do not silently proceed.
-
Apply the fix and re-scan (repeat until clean): a. Update the manifest/lockfile to the chosen version. b.
bumper deps. c. If findings remain, return to (a).
Example
Adding lodash:
bumper deps→ HIGH: lodash 4.17.4 (prototype pollution).bumper-advisor:lookup_cve ecosystem=npm package=lodash version=4.17.4→ fixed in 4.17.12.- Bump to
lodash ^4.17.21, re-runbumper deps→ clean. Install.
Full, version-matched procedure
For the complete steps and any checks specific to this installed bumper version:
bumper skills get deps-triage
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.
- 9d ago First seen · 58 lines · 91 tokens per session scan A b9ec46f693a1
triaging-vulnerable-dependencies is a skill published in the GitHub repository gnana997/bumper (2 stars, last pushed 16d ago), licensed Apache-2.0. It adds 91 tokens to every session and 660 once invoked, about $0.0005 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
ccmanager-config
Set up, review, or repair a CCManager config — .ccmanager.json at a git repository root, or the global /.config/ccmanager/config.json. Use when someone wants ccmanager to launch a different agent CLI (codex, gemini, cursor-agent, copilot…), add command presets, run a command on session state changes or worktree…
performing-sca-dependency-scanning-with-snyk
This skill covers implementing Software Composition Analysis (SCA) using Snyk to detect vulnerable open-source dependencies in CI/CD pipelines. It addresses scanning package manifests and lockfiles, automated fix pull request generation, license compliance checking, continuous monitoring of deployed applications, and…
microsoft-typescript
TypeScript is a language for application scale JavaScript development. ALWAYS use when editing or working with .ts, .tsx, .mts, .cts files or code importing "typescript". Consult for debugging, best practices, or modifying typescript, TypeScript.
sindresorhus-log-update
Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc. ALWAYS use when writing code importing "log-update". Consult for debugging, best practices, or modifying log-update, log update.
performing-sca-dependency-scanning-with-snyk
This skill covers implementing Software Composition Analysis (SCA) using Snyk to detect vulnerable open-source dependencies in CI/CD pipelines. It addresses scanning package manifests and lockfiles, automated fix pull request generation, license compliance checking, continuous monitoring of deployed applications, and…
jfrog
Interact with the JFrog Platform via the JFrog CLI, JFrog MCP server and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search…