/agent-blackbox:timeline
The flight record, turn by turn: what was asked, what ran, what broke, what changed. Error chains, denied calls and where the time actually went.
00 hailneed suite · module 01 · flight recorder
Claude Code, Codex CLI and Gemini CLI already write every session to your disk. agent-blackbox reads those logs and produces a turn-by-turn timeline, a transparent risk audit and an undo map — and sends nothing anywhere.
01 Evidence
Abridged from an actual run of --scan --days 7 on the machine this
site was built on. Session directories renamed; everything else is what the
scanner printed. Nothing in it ever left that machine.
# Risk report — last 7 days Source note: 25 sessions scanned (all) · Risk score: 395 (high) ## Most triggered rules | Rule | n | Severity | |--------------------------|----|----------| | force-kill | 21 | low | | fs-recursive-delete | 20 | high | | hardcoded-credential | 13 | medium | | write-outside-workspace | 6 | medium | | git-hard-reset | 2 | high | | secret-file-access | 2 | high | ## Findings (top of 36) | Severity | Rule | Session | Evidence | |----------|---------------------|------------|--------------------| | high | fs-recursive-delete | `e7d88fce` | `rm -rf` | | high | git-hard-reset | `efb30291` | `git reset --hard` | | high | secret-file-access | `2f51f1d8` | `.env` |
Every finding names the rule that fired, the session it fired in and the matched
text — so you can disagree with the specific thing, not with the tool. Rules live in
one file you can open,
and any rule you disagree with switches off with --ignore.
02 Install
# once > /plugin marketplace add hailneed/plugins # the flight recorder > /plugin install agent-blackbox@hailneed # and try it > /agent-blackbox:risk
node scripts/blackbox.mjs --scan --days 30 --md--scan --out risk.json has a stable output format; bind it to a threshold.03 Commands
/agent-blackbox:timelineThe flight record, turn by turn: what was asked, what ran, what broke, what changed. Error chains, denied calls and where the time actually went.
/agent-blackbox:riskA transparent audit of what the agent was allowed to run: destructive commands, secrets that reached a transcript, permission and sandbox bypasses, writes outside the workspace. Every high finding is verified against the transcript before it is reported — what cannot be verified is dropped.
/agent-blackbox:undoEvery file the agent touched, mapped to a recovery source — its own backup, git, or a reverse patch — plus a separate list of what cannot be undone at all. It proposes; it never restores anything on its own.
04 Trust
--no-redact exists and is your call.--selftest proves it against 33 fixtures without touching your data.05 Cloud
The plugin stays free and local — that is a promise, not a phase. Cloud is the optional layer for people who need more than one machine:
06 Family
Is the skill written right — and does it ever actually fire?
Failures that keep repeating, written down — then measured.
What CLAUDE.md costs you on every single request.
Public complaints plus verified revenue — themes with links.
Who you are as a developer, read from your own history.