snip-36

Warn

Audited by Snyk on Jun 30, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The SKILL explicitly instructs cloning and building the remote repository https://github.com/starknet-innovation/snip-36-prover-backend (git clone ...; cargo build; ./target/release/snip36), so fetched code from that URL is executed as a required dependency for the proof server.

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, signing, and submitting Starknet INVOKE_TXN_V3 transactions and SNIP-36 proofs. It requires and uses STARKNET_PRIVATE_KEY / ACCOUNT_ADDRESS, constructs signed transactions (getSignedTransaction / account.execute), and submits on-chain verify_result calls that can apply state changes (including transfers). This is a specific crypto/blockchain execution capability (wallet signing + transaction submission), not a generic tool, so it grants direct financial execution authority.

Issues (2)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 30, 2026, 12:48 PM
Issues
2
Security Audit — snyk — snip-36