agent-arch-system-design
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines shell commands in the 'hooks' section (pre_execution and post_execution) to list and verify architectural documentation files using 'find' and 'grep' utility commands. These commands are used for status reporting and do not handle untrusted input.\n- [SAFE]: The configuration includes comprehensive safety constraints, such as explicit 'forbidden_paths' (restricting access to source code, git metadata, and dependencies) and 'restricted_tools' (disabling arbitrary bash execution and task spawning), following the principle of least privilege.
Audit Metadata