Skip to main content

web3-testing

Enables comprehensive testing of smart contracts using Hardhat and Foundry, ensuring reliability and performance in blockchain applications.

Install this skill

or
93/100

Security score

The web3-testing skill was audited on Feb 21, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 42

Access to .env file

SourceSKILL.md
42url: process.env.MAINNET_RPC_URL,
low line 47

Access to .env file

SourceSKILL.md
47url: process.env.GOERLI_RPC_URL,
low line 48

Access to .env file

SourceSKILL.md
48accounts: [process.env.PRIVATE_KEY],
low line 54

Access to .env file

SourceSKILL.md
54coinmarketcap: process.env.COINMARKETCAP_API_KEY,
low line 57

Access to .env file

SourceSKILL.md
57apiKey: process.env.ETHERSCAN_API_KEY,
low line 263

Access to .env file

SourceSKILL.md
263jsonRpcUrl: process.env.MAINNET_RPC_URL,
low line 216

External URL reference

SourceSKILL.md
216vm.createSelectFork("https://eth-mainnet.alchemyapi.io/v2/...");
Scanned on Feb 21, 2026
View Security Dashboard