soroban
Warn
Audited by Snyk on May 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The integration test and local testing instructions explicitly pull and run the external Docker image "stellar/quickstart:latest" (docker run / GitHub Actions service), which is fetched and executed at runtime and is treated as a required dependency for local/integration tests—so it represents an external artifact that can execute remote code if compromised.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for Soroban smart contract development on Stellar and includes concrete functions and examples that move value: token transfer and minting (TokenClient.transfer, client.mint), deposit/withdraw, swaps, vaults/AMMs, cross-contract calls that invoke token transfers, and CLI deploy/invoke examples for invoking transfer-related entrypoints. These are specific crypto/blockchain financial operations (on-chain token transfers, minting, swaps), not generic tooling, so it grants direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata