warp-deploy-init-route
Warn
Audited by Snyk on Jun 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The required runtime workflow fetches and ingests outsider-authored free text from the Linear ticket via the Linear GraphQL API in Step 1 (
issue(id){ title description }), and then parses that description to generatedeploy.yaml(i.e., the ticket’s title/description become LLM-readable context).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill performs a runtime curl to https://api.linear.app/graphql to fetch the Linear issue title/description, and that fetched content is directly used to drive prompt logic and generate the deploy.yaml, so this is a runtime external dependency that controls agent behavior.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for blockchain token bridge deployment and testing. It requires private key env vars, runs on-chain commands (cast, pnpm hyperlane warp deploy, pnpm hyperlane warp send), performs contract deployments and token transfers, and includes ERC-20/ERC4626 checks and signing. These are direct crypto/blockchain execution capabilities (wallet signing, transactions), so it grants direct financial execution authority.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (4)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata