conductor
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Bash script (
sprint.sh) to implement its orchestration logic. This script performs standard file system operations such as directory creation (mkdir), file movement (mv), and symbolic linking (ln) to manage task states and locks. It also uses common utilities likejqfor JSON manipulation andshasumfor project hashing. - [SAFE]: The coordination protocol is designed with security-conscious patterns, including agent isolation (agents only write to their own claimed phases), audit trails with timestamps and PIDs, and stale lock detection. No evidence of data exfiltration, credential harvesting, or prompt injection was found. The logic relies entirely on local file operations within the project's store directory.
Audit Metadata