autonomous-dispatcher
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill orchestrates agent processes locally and remotely using the
ghCLI and AWS Systems Manager (aws ssm). It implements defensive validation inscripts/dispatch-remote-aws-ssm.shandscripts/dispatcher-multi-tick.shto prevent shell injection by blocking metacharacters in operator-controlled values. - [PROMPT_INJECTION]: The skill processes GitHub issue bodies and comments, which are untrusted data sources. It mitigates indirect prompt injection risks by wrapping external data in
<user-issue-content>tags and providing explicit system instructions to the agent to treat such content as feature specifications rather than executable instructions. - [DATA_EXFILTRATION]: The skill handles GitHub App installation tokens and private keys. Security is maintained through the use of atomic file operations and restrictive directory permissions (mode 700) for token storage. Additionally, agent log files are created with restrictive permissions (mode 600) to prevent local exposure of potentially sensitive agent output.
Audit Metadata