example-private-reserve-auction-dapp

Fail

Audited by Snyk on Jul 12, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The GitHub URL is potentially high-risk because it points to a direct shell installer (.sh) that the README instructs to curl and pipe to sh (a common malware distribution vector); the 1AM domains and the localhost asset URL are standard wallet/site and local-dev endpoints and not themselves downloads.

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 skill explicitly implements on-chain token transfers and wallet-backed transaction submission. The contract circuits call receiveUnshielded and sendUnshielded to move NIGHT (native token) during claim and proceeds flows; the frontend/library wires these circuits to wallet providers and submitTx APIs (createUnprovenDeployTx, submitTxAsync, midnightProvider.submitTx). These are concrete crypto/blockchain payment operations (unshielded token transfers and transaction submission), i.e. direct financial execution capability.

Issues (3)

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
Jul 12, 2026, 06:28 AM
Issues
3
Security Audit — snyk — example-private-reserve-auction-dapp