External Script Fetching
High
- Category
- Supply Chain
- Content
# x402card agent Install the public CLI with `curl -sSL https://x402card.org/install | sh`, or use the local runtime in `packages/agent` from a source checkout. Use the public MCP only for discovery because it has no wallet authority. ## Safe workflow
- Confidence
- 98% confidence
- Finding
- The skill recommends installing software with `curl ... | sh`, which executes a remote script directly in the user's shell without prior inspection or integrity verification. If the site, CDN, DNS, TLS termination, or publish pipeline is compromised, an attacker can achieve immediate arbitrary code execution on the host, potentially stealing wallet material, environment secrets, or modifying transaction tooling.
