Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add AleksandarBisevac/claude-plugins/plugin install auditWrote 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/commands/aleksandarbisevac/claude-plugins/panel)<a href="https://agentmods.dev/commands/aleksandarbisevac/claude-plugins/panel"><img src="https://agentmods.dev/badge/commands/aleksandarbisevac/claude-plugins/panel.svg" alt="Measured on agentmods" 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.04042 |
| Opus 5 | $0.00039 | $0.02021 |
| Sonnet 5 | $0.00016 | $0.00808 |
| Haiku 4.5 | $0.00008 | $0.00404 |
Grade A, and why
panel 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 8d 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 — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/audit:panel — the control panel (open · stop · status)
Read ${CLAUDE_PLUGIN_ROOT}/reference/manifest-conventions.md first (read-only preflight
1–2; no lock — the panel itself takes the manifest lock only when it writes the manifest,
and refuses if one is held). Let PANEL="${CLAUDE_PLUGIN_ROOT}/scripts/panel/panel-server.py".
Dispatch on $ARGUMENTS:
stop→ runpython3 "$PANEL" --project "$(pwd)" --stopand print the result.status→ runpython3 "$PANEL" --project "$(pwd)" --statusand print the result.- otherwise (open) →
- Launch it detached so it survives this turn, passing
--port <n>through from$ARGUMENTSif given. Stderr goes to a per-project log, never to/dev/null— see Why the launch keeps its stderr below; the append (2>>) and the log's name are both load-bearing, so copy the two lines as they stand:mkdir -p "$(pwd)/.claude" nohup python3 "$PANEL" --project "$(pwd)" >/dev/null 2>>"$(pwd)/.claude/audit-panel.log" & - Wait ~1s, then read the live URL back:
sleep 1; python3 "$PANEL" --project "$(pwd)" --status - Tell the user exactly what
--statussaid, and nothing it did not say. It reports one of three states and they are not interchangeable:panel RUNNING: <url> (PID n)→ the panel is up; their browser opens automatically. Stop it anytime with/audit:panel stop(or/audit:panel statusto check). It's per-project — launching again just points at the already-running one, so it never leaves an untracked process behind.panel not runningwith anits last launch left this on stderr …line → the launch FAILED and that line is the reason. Report the reason; do not report a launch.panel not runningwith no such line → nothing was started and nothing was recorded.
- If
--statusprintsstop and relaunch to pick it up, say so: the panel that is up assembled its page from an older build of the plugin, and the controls that shipped since are missing from it until it is stopped and started again.
- Launch it detached so it survives this turn, passing
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.
- 8d ago First seen · 209 lines · 79 tokens per session scan A ffd0487e45e7
panel is a command published in the GitHub repository AleksandarBisevac/claude-plugins (4 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 4,042 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 commands, from other repositories
post
Post the current OCR review to a GitHub PR.
show
Display a past OCR review session.
history
List past OCR review sessions.
overlay-apply
Apply NIST 800-53 overlays (FedRAMP, DoD, Privacy, etc.) to existing baselines.
pillar-guidance
Deep dive guidance on DORA's 5 pillars and implementation requirements.
dpia
Data Protection Impact Assessment (DPIA) guidance and execution.