| Version | Supported |
|---|---|
Latest on main |
Yes |
| Older commits | No |
If you discover a security issue, please do not open a public GitHub issue.
Instead, report it privately:
- Email the maintainers directly (see profile or repo contact info)
- Include a description of the issue, steps to reproduce, and potential impact
- Allow reasonable time for a fix before any public disclosure
- Hooks that could leak sensitive data (API keys, tokens, credentials)
- Path traversal or file write outside the expected project scope
- Injection risks in stdin JSON parsing
- Any way for untrusted input to execute arbitrary code
This project runs locally as CLI hooks. It does not expose network services. The primary risk surface is:
- File system access — hooks write to
work-logs/and read transcript paths from stdin - stdin payloads — hooks trust JSON from Claude Code / Cursor to the extent you trust those tools
- Environment variables —
.envfiles may contain API keys (for log-analysis)
We aim to acknowledge reports within 48 hours and provide a fix or mitigation plan within 7 days for confirmed issues.