Print Peephole's security audit report for this project — current mode, binary integrity, the CWE-mapped decision tally, sec-debt items needing approval, and tamper-evident log-chain status. Use when the user says /sec-audit or asks what Peephole has blocked or flagged.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add akashsebastian333/peephole --skill sec-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sec Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/akashsebastian333-sec-audit)More formats (shields.io, HTML) on the badges page.
---
name: sec-audit
description: Print Peephole's security audit report for this project — current mode, binary integrity, the CWE-mapped decision tally, sec-debt items needing approval, and tamper-evident log-chain status. Use when the user says /sec-audit or asks what Peephole has blocked or flagged.
---
# Peephole security audit
Run:
```sh
sh "$CLAUDE_PLUGIN_ROOT/hooks/peephole.sh" audit
```
Present the output to the user. It reports:
- **mode** and **binary integrity** (a drift alarm means the binary or its embedded KB was tampered with — advise reinstalling).
- **decision tally** — how many writes were denied / asked / allowed / retro-flagged / rewritten, broken down by CWE and by OWASP 2025 category.
- **born-secure (N2)** — of the security-relevant hunks (heuristic-tagged), how many were clean at first write vs prevented at the gate vs landed insecure, with the born-secure rate. Instrumentation, not proof.
- **interruption rate** — asks+denies per 20 write-gate decisions (the §7.4 FP budget: ≤ 1 unsolicited ask per 20 writes).
- **sec-debt** — logged waiver requests and any **UNAPPROVED** markers in the tree (evasion risk), plus negative-test mandates that exhausted without compliance.
- **log chain** — `intact` or `BROKEN at line N`, which surfaces casual truncation or tampering of the decision log. The log is the last 30 days.
If the log chain is broken, treat it as a signal that the audit log was altered and tell the user plainly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!