peephole
01Plugin Claude Code
Plugin marketplace listing 1 plugin: peephole.
Plugin Claude Code
Plugin marketplace listing 1 plugin: peephole.
Plugin Claude Code
A plugin for coding agents. They ship secure code. Steers the write and can ask or deny before a file is saved.
Hook
Runs when a session starts, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs when a subagent starts, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs when you submit a prompt, before the agent sees it, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit, Bash, write, search_replace, run_terminal_command, mcp__.* and .+__.* tool calls, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit, NotebookEdit, Bash, write, search_replace, run_terminal_command, mcp__.*, .+__.* and Bash tool calls, executing peephole.sh (3 commands). From akashsebastian333/peephole.
Hook
Runs when the agent finishes a response, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs on the ConfigChange event, executing peephole.sh. From akashsebastian333/peephole.
Hook
Runs after instructions files are loaded, executing peephole.sh. From akashsebastian333/peephole.
Skill Claude CodeCodex
Show or change Peephole's enforcement mode (guided (default), audit, strict, hardened, off). Use when the user says /peephole, wants to see the current security mode, or asks to make enforcement stricter or looser.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Explain and list Peephole sec-debt markers — deliberate, human-authorized security trade-offs recorded in code. Use when the user says /sec-debt, wants to knowingly accept a security finding, or asks what deferred security items exist.
Skill Claude CodeCodex
Review the current changes for the CWE classes Peephole enforces, as a checklist including the absence-of-guard classes regexes cannot catch. Use when the user says /sec-review or asks for a security review of recent code before committing.