moa
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install an external Python package,
moa-cli, using theuvtool manager (uv tool install moa-cli). - [COMMAND_EXECUTION]: The skill is designed to interact with the system shell by executing the
moaCLI and its subcommands (ask,distill,debate,doctor,config). It also coordinates the execution of other local agent CLIs likeclaude,codex,agy, andopencode. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface when ingesting data from external files or pipes using the
-fflag. - Ingestion points: Prompts read from local files or stdin via the
-fflag inSKILL.md. - Boundary markers: None identified in the provided instructions to delimit untrusted input from system instructions.
- Capability inventory: Executes shell commands via the
moaCLI and fanned-out agent CLIs. - Sanitization: No input validation or sanitization steps are documented for the content passed to the secondary agents.
Audit Metadata