AGENTS.md.
Authorization Logic
- Explicit lists: Agents can only execute tools explicitly enumerated in their profile.
- Allowed Binaries: Shell executions are limited to programs matching lists in
allowed_binaries(e.g.cargo,git,python). - Handoffs validation: The router intercepts handoff syntax to prevent cross-agent privilege escalations.