agent-wormhole
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes the
@builtbyecho/agent-wormholepackage from npm vianpx. This represents an external dependency from the provider (BuiltByEcho). The skill includes a mandatory verification step where the agent must ask for user consent before the first execution in a session. - [COMMAND_EXECUTION]: Shell commands are used to invoke the
agent-wormholeCLI for sending, receiving, and inspecting encrypted payloads, as well as thebankrCLI for verifying x402 payment status at thex402.bankr.botendpoint. - [DATA_EXFILTRATION]: Encrypted mission briefs, artifacts, and secrets are transmitted to
storage.builtbyecho.xyz. This is the core functionality of the skill for remote agent handoffs, and data is protected by local AES-256-GCM encryption prior to transmission. - [PROMPT_INJECTION]: The skill processes untrusted data received through the handoff mechanism, creating an attack surface for indirect prompt injection.
- Ingestion points:
agent-wormhole receivewrites external content to the./receiveddirectory. - Boundary markers: None specified in the instructions.
- Capability inventory: The skill can execute shell commands (
npx,bankr) and perform file system operations. - Sanitization: No explicit sanitization of received content is mentioned before storage.
Audit Metadata