example-private-party-dapp

Fail

Audited by Snyk on Jul 10, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). The 1am.dev and localhost links are benign (official wallet and a local dev asset), but the GitHub Releases URL points to a downloadable .sh installer that the skill pipes to sh — executing remote shell scripts directly is a high-risk distribution pattern and can deliver malware.

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 transfer operations (unshielded NIGHT): contract circuits call receiveUnshielded(...) on check-in and sendUnshielded(...) in claimFees, and the frontend/provider code submits transactions via wallet-connected providers. These are specific crypto financial execution primitives (wallet addresses, unshielded token transfers), so the skill grants direct financial execution authority.

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 10, 2026, 06:57 PM
Issues
3
Security Audit — snyk — example-private-party-dapp