zksync

Fail

Audited by Snyk on Aug 4, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill includes literal private keys in examples and instructs passing private keys on the command line (e.g., --private-key $PRIVATE_KEY) and embedding PRIVATE_KEY into code (process.env.PRIVATE_KEY), which requires handling secret values verbatim and is high-risk for secret exfiltration.

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


HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I flagged literal, high-entropy Ethereum private keys present in the documentation. These are 0x-prefixed 64+ hex-character values that can be used to control the corresponding accounts — therefore they meet the secret definition (private keys). I did not treat them as placeholders or simple setup passwords because they are random-looking keys (not "YOUR_API_KEY", "password", or other low-entropy examples). No potential matches were ignored.

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

  • Direct money access detected (high risk: 1.00). The skill is explicitly about zkSync blockchain development and includes concrete wallet and SDK calls that move funds: creating wallets from a PRIVATE_KEY, wallet.sendTransaction examples (including paymaster flows), and high-level bridging methods wallet.deposit and wallet.withdraw (with finalize). These are specific crypto/blockchain operations that can sign and send transactions and transfer funds — i.e., direct financial execution capability.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

W009
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 4, 2026, 12:33 AM
Issues
4
Security Audit — snyk — zksync