Setup & Installation
What This Skill Does
Analyzes smart contract codebases to map all state-changing entry points for security audits. Detects externally callable functions across Solidity, Vyper, Solana/Rust, Move, TON, and CosmWasm, then categorizes them by access level: public, admin, role-restricted, or contract-only. Excludes view and pure functions to keep focus on functions that can actually modify state. Manually tracing entry points across a multi-file smart contract codebase is error-prone and time-consuming, and missing a single unrestricted state-changing function can mean a missed critical vulnerability.
When to use it
- Working with entry point analyzer functionality
- Implementing entry point analyzer features
- Debugging entry point analyzer related issues
