agent-autonomy-kit
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): Scripts like
check-active-subagents.jsandcheck-dirty-repos.jsutilizeexecSyncandspawnSyncto interact with local CLI tools (openclawandgit). These operations are restricted to environmental state checks and use proper sanitization (e.g., integer parsing for timing arguments) to prevent shell injection.- [PROMPT_INJECTION] (LOW): The skill employs strong behavioral constraints inpost-task-protocol.mdandQUEUE-ENFORCEMENT-EXAMPLES.md, instructing the agent to prioritize the task queue over human interaction ('MANDATORY', 'MUST', 'DO NOT ask'). These are identified as functional steering prompts designed for autonomy and do not target agent safety protocols.- [Indirect Prompt Injection] (LOW): Thecheck-queue.jsscript processestasks/QUEUE.md, which serves as an untrusted ingestion point. Evidence chain: 1. Ingestion:check-queue.jsreadingtasks/QUEUE.md. 2. Boundaries: Relies on markdown structure; no explicit 'ignore' delimiters. 3. Capabilities: Script execution and subagent spawning viaopenclaw. 4. Sanitization: Uses regex for priority extraction rather than interpreting task text as code.- [DATA_EXPOSURE] (SAFE): Thelib/sessionActivity.jslibrary reads local session logs to determine subagent activity levels. This access is limited to the local workspace with no evidence of remote exfiltration or credential harvesting.
Audit Metadata