sop
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Capability discovery via subprocess execution. The
scripts/discover-roster.pyscript probes for installed agent CLIs (e.g., claude, gemini, grok) usingsubprocess.runwith list-based arguments to prevent shell injection. - [COMMAND_EXECUTION]: Environment-aware probing. The discovery script uses
bash -icto source the user environment for capability checks, ensuring agents have access to necessary authentication profiles. It usesshlex.jointo safely construct these commands, maintaining security while verifying agent readiness. - [SAFE]: Human-gated orchestration model. The core workflow enforces strict boundaries for high-risk actions, requiring explicit human signoff for data writes, service restarts, and deployments. It mitigates autonomous risk by splitting tasks at security gates and mandating independent, cross-vendor reviews.
Audit Metadata