Entry Point Analyzer Systematically identify all state-changing entry points in a smart contract codebase to guide security audits. When to Use Use this skill when: - Starting a smart contract security audit to map the attack surface - Asked to find entry points, external functions, or audit flows - Analyzing access control patterns across a codebase - Identifying privileged operations and role-restricted functions - Building an understanding of which functions can modify contract state When NOT to Use Do NOT use this skill for: - Vulnerability detection (use audit-context-building or domain-…