Skip to main content
Back to registry

entry-point-analyzer

trailofbits/skills

Systematically identify all state-changing entry points in a smart contract codebase to guide security audits.

Installs827
Install command
npx skills add https://github.com/trailofbits/skills --skill entry-point-analyzer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Systematically identify all state-changing entry points in a smart contract codebase to guide security audits. Use this skill when: Do NOT use this skill for: This skill focuses exclusively on functions that can modify state. Excluded: Why exclude read-only functions? They cannot directly cause loss of funds or state corruption. While they may leak information, the primary audit focus is on functions that can change state. For Solidity codebases, Slither can automatically extract entry points. Before manual analysis: This outputs a table of all state-changing entry points with: If which slither returns nothing, proceed with manual analysis using the language-specific reference files. Load the appropriate reference file(s) based on detected language before analysis.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does entry-point-analyzer do?

Systematically identify all state-changing entry points in a smart contract codebase to guide security audits.

Is entry-point-analyzer good?

entry-point-analyzer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does entry-point-analyzer work with?

entry-point-analyzer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to entry-point-analyzer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install entry-point-analyzer?

npx skills add https://github.com/trailofbits/skills --skill entry-point-analyzer

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering