fhenix-confidential-auction
Warn
Audited by Snyk on Jun 22, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a blockchain smart-contract pattern for a sealed-bid auction (Solidity contract + client code). It defines on-chain state (highestBid/highestBidder), on-chain reveal flows (allowPublic, publishDecryptResult) and includes client-side calls that execute transactions (client.decryptForTx(...).execute() and await auction.revealWinner(...)). It also uses cryptographic signature verification (threshold-network signatures). These are specific crypto/blockchain transaction and signing operations (not generic tooling), so the skill grants direct crypto/on-chain execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata