solidity agents

10 tagged solidity, measured the same way as everything else here.

gas-optimizer

02

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…

7 6mo ago A 95 tokens original MIT

debugger

03

xhulz/raze

Agent

Isolate failures, identify root cause, and choose the smallest safe fix path.

5 5mo ago A 0 tokens original MIT

implementer

04

xhulz/raze

Agent

Make bounded code changes that follow the plan exactly.

5 5mo ago A 0 tokens original MIT

reviewer

05

xhulz/raze

Agent

Validate correctness, regressions, architecture fit, and missing tests.

5 5mo ago A 0 tokens original MIT

call-analysis

06

asyncswap/skills

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.

1 4mo ago A 52 tokens original MIT

entrypoint-analysis

07

asyncswap/skills

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.

1 4mo ago A 55 tokens original MIT

poc-generator

08

asyncswap/skills

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.

1 4mo ago A 55 tokens original MIT