Skip to content

doc: add Security model section to README

Klaus Wölfel requested to merge doc-security-model into master

Document the layered security model:

  • Filesystem access policy (allow/deny lists)
  • Command execution restrictions (git, pytest only)
  • Tool-server subprocess isolation (minimal env forwarding)
  • Git authentication (temporary GIT_ASKPASS helper)
  • Telegram access control (TELEGRAM_ALLOWED_CHATS)
  • API key handling (never forwarded to child processes)
  • ASCII trust-boundary diagram

Merge request reports