Do not open public issues for suspected security problems.
- Prefer GitHub private vulnerability reporting or a private advisory when available.
- If that path is unavailable, contact
@misty-stepprivately and include repro steps, impact, and any suggested mitigation.
- Acknowledge reports within 3 business days.
- Confirm severity and next steps after triage.
- Coordinate disclosure after a fix or mitigation is available.
- API keys, auth files, and agent configuration are security-sensitive.
agent_config/auth.json,.env,*.pem, and*.keymust never be committed.- Required CI security checks should include secret scanning and at least one additional security gate before merge.
The repo's merge-readiness security gates are:
trufflehogin GitHub Actions for secret scanningSecurity Checksin GitHub Actions, backed bydagger call securitymix hex.auditinsideQuality Checks
For local reproduction, run:
./scripts/with-colima.sh dagger call security
./scripts/with-colima.sh dagger call check- 2026-04-17:
gh api repos/misty-step/thinktank/branches/master/protectionreportedrequired_signatures.enabled=falseonmaster. Signed commits are not currently enforced by GitHub branch protection.