asyncswap/skills

Solidity LSP Skills.

1Stars on the repository
23Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

call-analysis

01

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

02

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

03

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