anvil-node
Facilitates local Ethereum node setup for development and testing, enabling efficient integration and transaction flow simulations.
Install this skill
or
83/100
Security score
The anvil-node skill was audited on Jun 1, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 319
Curl to non-GitHub URL
SourceSKILL.md
| 319 | curl http://localhost:8545 -X POST -H "Content-Type: application/json" \ |
low line 64
External URL reference
SourceSKILL.md
| 64 | anvil --fork-url https://eth-mainnet.g.alchemy.com/v2/$API_KEY |
low line 74
External URL reference
SourceSKILL.md
| 74 | anvil --fork-url https://arb1.arbitrum.io/rpc |
low line 77
External URL reference
SourceSKILL.md
| 77 | anvil --fork-url https://mainnet.optimism.io |
low line 80
External URL reference
SourceSKILL.md
| 80 | anvil --fork-url https://mainnet.base.org |
low line 83
External URL reference
SourceSKILL.md
| 83 | anvil --fork-url https://polygon-rpc.com |
low line 261
External URL reference
SourceSKILL.md
| 261 | forge test --rpc-url http://localhost:8545 |
low line 272
External URL reference
SourceSKILL.md
| 272 | # Connect frontend to http://localhost:8545 |
low line 283
External URL reference
SourceSKILL.md
| 283 | forge script script/Deploy.s.sol --rpc-url http://localhost:8545 --broadcast |
low line 286
External URL reference
SourceSKILL.md
| 286 | forge test --rpc-url http://localhost:8545 |
low line 299
External URL reference
SourceSKILL.md
| 299 | cast send --rpc-url http://localhost:8545 ... |
low line 302
External URL reference
SourceSKILL.md
| 302 | cast run $TX_HASH --rpc-url http://localhost:8545 |
low line 319
External URL reference
SourceSKILL.md
| 319 | curl http://localhost:8545 -X POST -H "Content-Type: application/json" \ |
Scanned on Jun 1, 2026
View Security Dashboard