setup-stellar-contracts
Warn
Audited by Snyk on Mar 5, 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.90). The skill's setup steps run curl ... | sh against https://sh.rustup.rs and https://github.com/stellar/stellar-cli/raw/main/install.sh at runtime, which fetch and execute remote code and are required for the skill, creating a clear execution risk if those scripts are 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 building Stellar/Soroban smart contracts and references specific crypto tooling and libraries (Stellar CLI, soroban-sdk, and OpenZeppelin Stellar crates such as stellar-tokens, stellar-access, fungible/burnable token traits). Those crates and contract patterns are explicitly about issuing/managing tokens (mint/burn/ownership/guards), i.e., on-chain financial asset operations. This is not a generic automation tool — it is specifically designed for blockchain/crypto financial functionality.
Audit Metadata