Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ this repository:
## What IS in scope

- Code-execution vulnerabilities in CLI commands or the optional web/MCP
server components.
server components. Sandbox / host-execution policy is governed by
[ADR-0042: Sandbox Bypass Policy](https://github.com/Kaizen-3C/kaizen-staging/blob/main/.architecture/decisions/ADR-0042-sandbox-bypass-policy.md)
in the staging repository — cite ADR-0042 in any disclosure that
touches host-execution semantics.
- Credential or API-key leakage in commands, CI configs, or committed
artifacts.
- Prompt-injection or tool-call-hijacking vulnerabilities in the
Expand Down
Loading