CC-3
25 / 25
Bash escape vectors contained
sed -i, python -c, tee, redirects, git checkout --, and an npm run whose build script writes into a protected path. Executed against a fixture repo and verified byte-for-byte, not simulated.
What it doesn't proveGitignored paths inside a zone are not covered — and .env is both gitignored and the archetypal secret.
CC-3
0 / 20
false positives on ordinary commands
The conservative allowlist stopped 24 of 24 attacks and blocked 8 of 20 legitimate commands, mkdir and cp among them. A 40% false-positive rate is the week-two uninstall arriving with a perfect scoreboard, so the design was inverted.
What it doesn't proveTwenty commands we chose ourselves, not twenty real tasks. Phase 6 is the real test and it has not run.
CC-1
68–83 ms
added to a tool call, p95
Over 120 cold process spawns — the hook is a new process on every call, and warm timings would have flattered it.
What it doesn't proveOne machine, idle. p99 reached 102 ms against a 100 ms budget.