monad

Fail

Audited by Snyk on Aug 4, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt includes an explicit command that captures a freshly printed private key and injects it as a --private-key CLI argument (cast wallet import ... --private-key $(...)), which instructs embedding a secret value verbatim into a command and therefore risks secret exposure/exfiltration.

CRITICAL E005: Suspicious download URL detected in skill instructions.


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


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

  • Direct money access detected (high risk: 1.00). The document contains specific, blockchain-related APIs and code that perform on-chain value transfers and transaction submissions (e.g., Solidity delegate with msg.value, viem walletClient.sendTransaction with value/encodeFunctionData, and an example using walletClient.signAuthorization + sendTransaction). These are explicit crypto transaction primitives/wallet interactions that can move funds or perform staking operations — i.e., direct financial execution.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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
CRITICAL
Analyzed
Aug 4, 2026, 12:32 AM
Issues
4
Security Audit — snyk — monad