protokol/solidity-typescript-hardhat-template
Agent Claude Code
Review Solidity contracts for security vulnerabilities, incentive design, and OpenZeppelin best practices.
10 tagged solidity, measured the same way as everything else here.
protokol/solidity-typescript-hardhat-template
Agent Claude Code
Review Solidity contracts for security vulnerabilities, incentive design, and OpenZeppelin best practices.
zaryab2000/decipher-gas-optimizoor
Agent
Deep gas optimization audit agent for Foundry-based Solidity codebases. Runs a comprehensive multi-file analysis covering all 11 skill domains (storage layout, loops, calldata, deployment, type optimization, custom errors, compiler optimizer, immutable/constant, unchecked arithmetic, visibility, event logging). Use…
Agent
Isolate failures, identify root cause, and choose the smallest safe fix path.
Agent
Make bounded code changes that follow the plan exactly.
Agent
Validate correctness, regressions, architecture fit, and missing tests.
Agent
Analyze incoming and outgoing calls for Solidity functions using LSP call hierarchy with recursive depth tracing and manual grep for low-level calls. Use when analyzing call graphs, tracing call chains, auditing external calls, or checking reentrancy surfaces in Solidity contracts.
Agent
Enumerate state-changing entrypoints in Solidity contracts, trace user-supplied parameters into state mutations and external calls, and flag unsanitized inputs. Use when auditing attack surface, reviewing access control, checking input validation, or scoping a security review.
Agent
Generate Foundry proof-of-concept tests that validate HIGH and CRITICAL security findings. Produces runnable Solidity test files with attack contracts, setup scaffolding, and pass/fail assertions. Use after running entrypoint-analysis or call-analysis when findings need validation.