autoloop-controller
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/autoloop.pyinvokes an external Python script (orchestrate.pyfrom theimprovement-orchestratorskill) usingsubprocess.run. This execution is the core functionality of the skill, enabling automated iterative improvements. The command is constructed as a list, which is a secure practice that prevents shell injection vulnerabilities. The execution is restricted to known scripts within the repository environment.
Audit Metadata