wormhole
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: Potential for Indirect Prompt Injection. The skill retrieves output from external oracle nodes and incorporates it into the agent context without protective measures.
- Ingestion points: Data from remote systems is captured in the
RESPONSEvariable withinSKILL.md(Step 2). - Boundary markers: Absent. The skill does not wrap the remote content in delimiters or provide instructions to the agent to ignore any embedded commands within the response.
- Capability inventory: The skill utilizes
python3for data processing, performs file writes to$PSI/memory/logs/, and uses themawtransport for network communication. - Sanitization: No sanitization, filtering, or validation is performed on the content received from the remote node before it is displayed.
- [COMMAND_EXECUTION]: The skill provides an interface to execute arbitrary questions or commands on remote nodes via the
maw heytool. Documentation examples include executing shell-level commands such asgit logand project-specific commands like/digon federated systems. - [DATA_EXFILTRATION]: The skill collects and transmits local system metadata to remote nodes during the federation process.
- Evidence: The script retrieves the local hostname using
hostname -sand the agent's name usingbasename "$ORACLE_ROOT". - Transmission: This metadata is combined into an
ORIGINidentifier and sent to external targets as part of the message payload.
Audit Metadata