Skip to content

Commit a639950

Browse files
committed
docs(AGENTS): document that sec_findings.md is gitignored
1 parent 4c836d7 commit a639950

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ Layered prompt-injection / approval-fatigue defenses. Full reference: [docs/SECU
182182
- **Secrets.env permission gate** (`internal/config/loader.go`) — refuses to load `~/.odek/secrets.env` when it is group/world-readable, preventing local users from reading API keys injected into the environment.
183183
- **Secret redaction** (`internal/redact/redact.go`) — 20+ patterns: OpenAI, Anthropic, GitHub PAT, AWS, PEM, JWT, Vault, Google OAuth, SendGrid, Discord, DB URLs, etc.
184184

185+
### Security findings (`sec_findings.md`)
186+
187+
`sec_findings.md` at the repository root is the running security audit log. It is
188+
intentionally listed in `.gitignore` so that audit output and in-progress
189+
findings are not committed to the repository by default. Do not commit this
190+
file in pull requests unless you explicitly intend to publish a finalized
191+
audit snapshot.
192+
185193
### Platform Support
186194
CLI, REPL, Web UI, Telegram bot — all in a single binary.
187195

0 commit comments

Comments
 (0)