explain-algorand-x402-typescript
Warn
Audited by Snyk on Feb 16, 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). This skill's examples and runtime components (e.g., client.fetch("https://api.example.com/premium"), HTTPFacilitatorClient configured with external URLs like "https://facilitator.goplausible.xyz", and createAlgodClient pointing at public Algod endpoints) explicitly fetch and consume content from arbitrary public third‑party URLs, so the agent would read/interpret untrusted external content as part of its workflow.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed for Algorand payments and includes concrete blockchain financial execution capabilities. It defines signer interfaces (ClientAvmSigner, FacilitatorAvmSigner) and shows implementations that handle private keys via algosdk, sign transactions, and submit them: signTransactions / signTransaction, sendTransactions (submits txns and returns txId), getAlgodClient, simulateTransactions, and waitForConfirmation. These are specific crypto/blockchain transaction signing and submission APIs (not generic tooling), so it grants direct financial execution authority.
Audit Metadata