bash-smart-approve:review-log

bash-smart-approve:review-log is a skill for Claude Code from pr3m/claude-code-bash-smart-approve. It costs 46 tokens per session (354 once invoked), scanned A, original, MIT.

A procedure for inspecting bash-smart-approve's recent decision log. The log records commands, locations, timestamps, and whether each command was allowed, prompted, or denied.

In plain words
What is it for?
Use it to review recent approvals, prompts, denials, command patterns, and working directories.
Why use it?
It shows what the approval hook has been doing and helps reveal repeated prompts or unexpected commands.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_DATA variable. Also seen: reads .claude/ paths.

Part of the bash-smart-approve plugin — 9 skills, 1 hook 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/pr3m/claude-code-bash-smart-approve/review-log
Any agent
npx skills add pr3m/claude-code-bash-smart-approve --skill review-log
Clone the repo
git clone --depth 1 https://github.com/pr3m/claude-code-bash-smart-approve

Made for: Claude Code.

Or install bash-smart-approve, the plugin that ships this one along with the rest of its 9 skills, 1 hook.

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 bash-smart-approve:review-log

README.md
[![agentmods](https://agentmods.dev/badge/skills/pr3m/claude-code-bash-smart-approve/review-log.svg)](https://agentmods.dev/skills/pr3m/claude-code-bash-smart-approve/review-log)
Your own site
<a href="https://agentmods.dev/skills/pr3m/claude-code-bash-smart-approve/review-log"><img src="https://agentmods.dev/badge/skills/pr3m/claude-code-bash-smart-approve/review-log.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 354 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.1 $0.00046 $0.00354
Opus 5 $0.00023 $0.00177
Sonnet 5 $0.00009 $0.00071
Haiku 4.5 $0.00005 $0.00035

Measured 5d ago against content hash 9173c4a10e29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

bash-smart-approve:review-log 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 5d 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/bash-smart-approve/skills/review-log/SKILL.md · 38 lines

What it actually says

Review Audit Log

Summarize recent decisions from the bash-smart-approve log file.

Step 1 — Locate the log

Default: ~/.claude/bash-smart-approve.log.

If the user has set logFile in $CLAUDE_PLUGIN_DATA/config.json, ~/.claude/bash-smart-approve.json, or the project's .claude/bash-smart-approve.json, use that path instead (the project override takes precedence).

Step 2 — Read entries

Each line is one JSON object:

{"ts":"2026-04-15T09:00:00Z","cwd":"/path","decision":"allow|ask","reason":"...","command":"..."}

Show the last 20 entries by default. If the user asks for a specific decision (allow / ask / deny), filter accordingly.

Step 3 — Summarize

Group the output:

  • Allowed — count + top 5 binaries/commands.
  • Asked / prompted — count + top reasons (helps the user spot allow-list gaps).
  • Denied — if any, show them all (rare).

Flag anything surprising: repeated asks for the same command (candidate for the allowlist), unexpected binaries, commands from unusual cwds.

Step 4 — Offer follow-up

"Spot a command you'd like auto-approved going forward? I can run /bash-smart-approve:allow <command> to whitelist it."

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. 5d ago First seen · 38 lines · 46 tokens per session scan A 9173c4a10e29

Subscribe to this mod's changes

bash-smart-approve:review-log is a skill published in the GitHub repository pr3m/claude-code-bash-smart-approve (1 stars, last pushed 4mo ago), licensed MIT. It adds 46 tokens to every session and 354 once invoked, about $0.0002 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.