| Version | Supported |
|---|---|
| 0.1.x | Yes |
Please do not open public GitHub issues for security vulnerabilities.
Email security reports to the maintainers via GitHub private vulnerability reporting on kiket-dev/attestack, or contact the repository owners directly.
Include:
- A description of the issue and impact
- Steps to reproduce
- Affected versions
- Suggested fix if you have one
We aim to acknowledge reports within a few business days.
In scope:
- Tamper-evidence bypass (hash chain, signatures, bundle verification)
- Path traversal or unsafe file writes in bundle import/export
- Private key exposure through the local store or bundles
- Command injection via CLI arguments or MCP tools
Out of scope:
- Attacks requiring full compromise of the developer machine
- Social engineering
- Issues in third-party AI agents or CI platforms
- Private keys live in
~/.attestack/keys/by default — never commit them - Use
attestack bundle create --redact-pathswhen sharing bundles externally - Verify bundles with
attestack verifybefore trusting exported evidence
Contributors should run ./scripts/check.sh and follow guidance in docs/security-model.md.