entry-point-analyzer
Analyzes smart contracts to identify and classify state-changing entry points for security audit mapping.
Install
npx skills add https://github.com/trailofbits/skills --skill entry-point-analyzerStats
| Total installs | 1,266 |
| Weekly installs | 1.3K |
| GitHub stars | 4.0K |
| First seen | Jan 19, 2026 |
| Source | @trailofbits/skills |
Summary
- Identifies all state-changing, externally callable functions across Solidity, Vyper, Solana, Move, TON, and CosmWasm codebases; excludes view/pure/read-only functions
- Classifies functions by access level: public (unrestricted), role-restricted (admin, governance, guardian, etc.), contract-only (callbacks), and review-required patterns
- Integrates with Slither for Solidity when available; falls back to manual parsing for all supported languages
- Generates structured markdown audit reports with summary tables, per-role breakdowns, and file-level analysis to guide security review priorities
Tags
Related skills
| Skill | Installs | vs entry-point-analyzer |
|---|---|---|
| variant-analysis | 1,380 | +114 |
| clerk-backend-api | 1,306 | +40 |
| cosmos-vulnerability-scanner | 1,187 | -79 |
| spec-to-code-compliance | 1,325 | +59 |
| django-verification | 1,240 | -26 |
FAQ
- How many installs does entry-point-analyzer have?
- entry-point-analyzer has 1,266 total installs and 1.3K installs this week.
- Where is entry-point-analyzer hosted?
- entry-point-analyzer is published by @trailofbits/skills at https://github.com/trailofbits/skills.
- How many GitHub stars does entry-point-analyzer have?
- entry-point-analyzer has 4.0K GitHub stars.
- When was entry-point-analyzer first indexed?
- OrangeBot.AI first indexed entry-point-analyzer on Jan 19, 2026.
- How do I install entry-point-analyzer?
- Run: npx skills add https://github.com/trailofbits/skills --skill entry-point-analyzer