hardhat
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to download standard Ethereum development packages (
hardhat,@nomicfoundation/hardhat-toolbox) from the official npm registry. - [COMMAND_EXECUTION]: Uses standard shell commands for project initialization and development workflows, such as
npm install,npx hardhat compile, andnpx hardhat test. These are expected for the stated purpose of the skill. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by utilizing
process.env(environment variables) for sensitive information like private keys and API keys, rather than hardcoding them into the configuration file.
Audit Metadata