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).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes a setup step that runs a curl piping a GitHub-hosted installer to sh (https://github.com/midnightntwrk/compact/releases/latest/download/compact-installer.sh), which fetches and executes remote code as a required install step.
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
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata