orchestrate
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements a structured orchestration workflow using local state directories and markdown templates for task management. The state is maintained in a .orchestrate directory to ensure persistence across tasks.
- [COMMAND_EXECUTION]: The test suite (scripts/test_orchestration_lint.py) uses subprocess.run to execute the local validation script (scripts/orchestration_lint.py). This is a standard testing practice that utilizes the current Python executable to run a known local script for verification purposes. It does not involve untrusted inputs, shell-based execution, or remote command injection.
Audit Metadata