sablier-withdraw-vesting
Warn
Audited by Snyk on Apr 22, 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.70). The skill explicitly queries the public Sablier Streams indexer (https://indexer.hyperindex.xyz/53b7e25/v1/graphql) and other external docs to discover and interpret stream data (alias, contract, version, sender/recipient, token, etc.), and those untrusted responses are consumed at runtime to select streams, branch on Lockup version, compute fees, and drive transaction/broadcast behavior—so third-party content can materially influence actions.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed to move funds on-chain: it discovers a user's Sablier vesting streams and executes withdraw(uint256,address,uint128) against SablierLockup contracts on EVM chains, requires the user's wallet address to sign, routes to an execution/broadcast flow, and handles chain/RPC resolution. This is a specific crypto/blockchain transaction capability (directly sending tokens), not a generic tool, so it grants direct financial execution authority.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata