efficient-dispatch
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes potentially untrusted data from subagent reports, logs, and screenshots, creating a vulnerability to indirect prompt injection.
- Ingestion points:
SKILL.mdinstructs the agent to ingest and analyze "subagent reports", "giant logs", and "query dumps". - Boundary markers: The instructions lack requirements for using protective delimiters or "ignore instructions" tags when reading external data.
- Capability inventory: The skill uses the
axCLI tool and dispatches subagents that can interact with the filesystem and execute tasks. - Sanitization: No sanitization or validation logic is defined for the content of ingested external files.
- [COMMAND_EXECUTION]: The skill utilizes the
axCLI utility to perform cost analysis and verify routing (e.g.,ax dispatches,ax cost split,ax cost images). It accesses local configuration and hook files located at~/.ax/hooks/and references the@ax/hooks-sdkpackage.
Audit Metadata