selat-purchasing
Warn
Audited by Snyk on Aug 10, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Runtime path
scripts/routed_pay.py: it fetches a 402 challenge fromhttps://router.selat.ai/proxy?target=<upstream>, base64-decodespayment-required/body intoreq402, and then processes untrustedreq402["extensions"](merchant-provided) andx-selat-quote-idat purchase time viax402ext.scrub()andx402ext.transactability().
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 execute payments using crypto wallet tooling and gateway funding. It references MetaMask Agent Wallet as the custody authority (signing via mm CLI), a script to fund a gasless Gateway deposit (
scripts/eco_fund.py), a script to pay merchants (scripts/routed_pay.py), and a spend report script. These are concrete payment operations (wallet signing, depositing USDC to a Gateway, sending transactions/payments), i.e., direct financial execution capability.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata