autonomous-loop-patterns
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and structural implementation for agent loop patterns aimed at preventing runaway behavior and ensuring task completion.
- [INDIRECT_PROMPT_INJECTION]: The loop patterns (specifically Ralph Wiggum and Manage-loop) operate by analyzing agent output and external state files to make control-flow decisions.
- Ingestion points:
manage-loop-hook.pyand the Ralph Wiggum pattern read agent transcripts fromstdin;manage-continuation.jsonis read from theagent-memorydirectory. - Boundary markers: The skill utilizes
scripts/schemas/manage-continuation.schema.jsonto validate the structure of the continuation signals. - Capability inventory:
grind-loop.shacts as a supervisor for process management and isolation; hooks utilize exit codes to signal session continuation or termination to the agent platform. - Sanitization: Validates continuation data against a fixed schema; transcript-based termination relies on specific sentinel word matching.
Audit Metadata