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 querying-the-bumper-advisorgit 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/querying-the-bumper-advisor)<a href="https://agentmods.dev/skills/gnana997/bumper/querying-the-bumper-advisor"><img src="https://agentmods.dev/badge/skills/gnana997/bumper/querying-the-bumper-advisor/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/querying-the-bumper-advisor"><img src="https://agentmods.dev/badge/skills/gnana997/bumper/querying-the-bumper-advisor.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.00079 | $0.00626 |
| Opus 5 | $0.00039 | $0.00313 |
| Sonnet 5 | $0.00016 | $0.00125 |
| Haiku 4.5 | $0.00008 | $0.00063 |
Grade A, and why
querying-the-bumper-advisor 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 10d 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
Querying the bumper Advisor
The bumper Advisor is a hosted knowledge base of CVEs, malicious packages, and IaC
misconfiguration rules. Reach for it instead of guessing about a vulnerability, a
package's safety, or a security finding. Only package names, versions, and queries
leave the machine — never your code. Needs the bumper CLI and/or the
bumper-advisor MCP wired by bumper init (https://github.com/gnana997/bumper).
How to reach it
Preferred — the bumper-advisor MCP server. Use fully-qualified tool names:
bumper-advisor:lookup_cve— CVEs affecting a package at a version (ecosystem, package, version)bumper-advisor:get_vuln— full detail for one advisory id (CVE/GHSA); setinclude_insightfor an AI-enriched explanationbumper-advisor:check_malware— is a package known-malicious? (ecosystem, package)bumper-advisor:search_cve— search CVEs by keyword / ecosystem / severitybumper-advisor:search_rules— find IaC rules by keyword / provider / severitybumper-advisor:get_rule— full detail for one IaC rule (source, source_id)
Fallback — the CLI (no MCP):
bumper search <query>— search the bundled IaC rulesetbumper explain <RULE_ID>— one IaC rule in detailbumper deps --json <lock>— vuln/malware data for a lockfile
When to use which
- "Is X safe to install?" →
bumper-advisor:check_malware, thenlookup_cve. - "What does CVE-2023-… mean / how do I fix it?" →
bumper-advisor:get_vuln. - "What's wrong with this Terraform/K8s/Dockerfile?" →
bumper-advisor:search_rulesthenget_rule(orbumper plan.jsonfor a full plan scan).
Example
User: "is the event-stream npm package safe?"
→ bumper-advisor:check_malware ecosystem=npm package=event-stream
→ flagged malicious (historic backdoor). Advise against it; suggest a maintained
alternative.
Full, version-matched reference
For the complete tool reference for this installed bumper version:
bumper skills get advisor
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.
- 10d ago First seen · 50 lines · 79 tokens per session scan A a9a8f8641118
querying-the-bumper-advisor is a skill published in the GitHub repository gnana997/bumper (2 stars, last pushed 17d ago), licensed Apache-2.0. It adds 79 tokens to every session and 626 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
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…