hardhat
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). Yes. The skill is an Ethereum development/deployment tool (Hardhat) that explicitly configures private-key-backed accounts and runs scripts that sign and broadcast transactions. Evidence: the network config includes accounts: [process.env.PRIVATE_KEY!], test code performs token.transfer calls, and commands like "npx hardhat run scripts/deploy.ts --network sepolia" and deployment to mainnet are shown. These are specific crypto/blockchain capabilities (wallet/private-key usage, signing and sending transactions/deployments), so it provides direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata