evm-hardhat
Facilitates Hardhat development for EVM chains, enabling users to set up projects, write, compile, and deploy Solidity contracts.
Install this skill
or
83/100
Security score
The evm-hardhat skill was audited on May 29, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 60
Access to .env file
SourceSKILL.md
| 60 | const PRIVATE_KEY = process.env.PRIVATE_KEY || ""; |
low line 61
Access to .env file
SourceSKILL.md
| 61 | const CELOSCAN_API_KEY = process.env.CELOSCAN_API_KEY || ""; |
medium line 120
Access to .env file
SourceSKILL.md
| 120 | ### Environment Variables (.env) |
low line 45
External URL reference
SourceSKILL.md
| 45 | | Celo Mainnet | 42220 | https://forno.celo.org | |
low line 46
External URL reference
SourceSKILL.md
| 46 | | Celo Sepolia | 11142220 | https://forno.celo-sepolia.celo-testnet.org | |
low line 76
External URL reference
SourceSKILL.md
| 76 | url: "https://forno.celo.org", |
low line 82
External URL reference
SourceSKILL.md
| 82 | url: "https://forno.celo-sepolia.celo-testnet.org", |
low line 101
External URL reference
SourceSKILL.md
| 101 | apiURL: "https://api.celoscan.io/api", |
low line 102
External URL reference
SourceSKILL.md
| 102 | browserURL: "https://celoscan.io", |
low line 109
External URL reference
SourceSKILL.md
| 109 | apiURL: "https://api.etherscan.io/v2/api", |
low line 110
External URL reference
SourceSKILL.md
| 110 | browserURL: "https://sepolia.celoscan.io", |
low line 365
External URL reference
SourceSKILL.md
| 365 | - **Celo Mainnet:** https://celoscan.io |
low line 366
External URL reference
SourceSKILL.md
| 366 | - **Celo Sepolia:** https://sepolia.celoscan.io |
Scanned on May 29, 2026
View Security Dashboard