implement
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Python's
subprocessmodule in_cli/cli/orchestrator/agent_caller.pyand_cli/cli/dependencies.pyto execute theclaudeCLI andpip. This mechanism is part of the core functionality for managing sub-agents and ensuring required libraries are present. - [COMMAND_EXECUTION]: Shell scripts such as
_shared/tools/hooks/install-hooks.shand_shared/tools/workflow-init.shmanage the local environment and register lifecycle hooks in the agent's configuration file (~/.claude/settings.json). - [EXTERNAL_DOWNLOADS]: The
dependencies.pyscript automatically attempts to install well-known Python packages (typer,rich,pydantic,PyYAML) from PyPI if they are missing. Thedependency-utils.shscript handles system packages likejqandopensslvia standard package managers (e.g., brew, apt-get). - [COMMAND_EXECUTION]: The skill includes several verification and validation scripts (e.g.,
_shared/tools/tdd-validator.sh,_shared/tools/dag-validator.py) that run local commands and tests to ensure code quality and maintain workflow integrity.
Audit Metadata