loop-architect
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/looper.pyto detect installed AI command-line interfaces (e.g., Kiro, Claude, Ollama) by probing their versions and authentication status. - [COMMAND_EXECUTION]: The generated Python runner template (
templates/run-loop.py) utilizessubprocess.runto execute user-defined programmatic verification scripts and to invoke configured external AI models via their respective CLI tools. - [EXTERNAL_DOWNLOADS]: The helper script
scripts/looper.pyrelies on thePyYAMLPython package for configuration parsing and provides instructions to the user for installing it viapipif it is not present in the environment. - [DATA_EXFILTRATION]: To mitigate risks of accidental data exposure, the skill implements logic in
templates/run-loop.pythat reads and redacts sensitive local files (such as.envand.keyfiles) from prompts before they are sent to external APIs, and enforces a consent gate for the first transmission to any non-local model.
Audit Metadata