Entry Point Analyzer
Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.
- Type
- plugin
- GitHub stars
- ★ 6K
- Repository
- trailofbits/skills
- Category
- —
Install
1Quick install (skills CLI)
npx skills add trailofbits/skills --skill entry-point-analyzer--plugin --agent claude-codeInstalls entry-point-analyzer--plugin into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/plugins/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.