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/pr3m/claude-code-bash-smart-approve/removenpx skills add pr3m/claude-code-bash-smart-approve --skill removegit clone --depth 1 https://github.com/pr3m/claude-code-bash-smart-approveWhat 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.00054 | $0.00395 |
| Opus 5 | $0.00027 | $0.00198 |
| Sonnet 5 | $0.00011 | $0.00079 |
| Haiku 4.5 | $0.00005 | $0.00040 |
Grade A, and why
bash-smart-approve:remove scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
If `$ARGUMENTS` names an item, use it. Otherwise ask: "What should I remove? (binary name, curl domain, or rm path)" What it actually says
Remove from Allowlist
Step 1 — Identify target
If $ARGUMENTS names an item, use it. Otherwise ask: "What should I remove? (binary name, curl domain, or rm path)"
Classify:
- Contains a
.but no/→ likely a domain (e.g.example.com,*.example.com) - Starts with
/or~or contains**→ path (forallowedRmPaths) - Otherwise → binary name
If ambiguous, ask the user.
Step 2 — Locate
Check every config layer:
- User:
$CLAUDE_PLUGIN_DATA/config.jsonor~/.claude/bash-smart-approve.json - Project:
<cwd>/.claude/bash-smart-approve.json
Find the item in the relevant array (allowedBinaries, allowedCurlDomains, allowedRmPaths, or deniedPatterns).
If the item is only in defaults (shipped with the plugin, not in any user config) → tell the user: "X is a built-in default. To block it, add it to deniedPatterns instead." Suggest the exact regex.
If the item appears in multiple layers → ask which to remove (or both).
Step 3 — Confirm and edit
Show the user the proposed diff. On approval, Edit the config file(s) and remove the array entry.
Step 4 — Summary
Report:
- Item removed from
<file> - No restart needed — config reloads on next hook invocation
- Hint:
/bash-smart-approve:listto verify
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.
- yesterday First seen · 41 lines · 54 tokens per session scan A d9841be03aef
bash-smart-approve:remove is a skill published in the GitHub repository pr3m/claude-code-bash-smart-approve (1 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 395 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
x-nets
Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
x-mankier
Search and browse man pages from ManKier.com. Command line interface for ManKier man page repository. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
x-osv
CLI for Google OSV database. Query vulnerabilities for packages, scan local projects for vulnerable dependencies. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill). Required Tool: Install osv-scanner for project scanning (see https://github.com/google/osv-scanner).
rule
Skill "rule" from x-cmd/x-cmd, covering rule — rules to rule, 核心命令, 规则文件格式, 示例 and 验证规则文件格式.
wikipedia
Search and read Wikipedia via x wkp — MediaWiki API, no API key, zero install; query, extract, suggest, and DDG route in one module. Load for wiki, wikipedia, encyclopedia lookup, article summary.
cve
Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.