From entry-point-analyzer
Identifies state-changing entry points in smart contracts (public/external functions that modify storage). Takes an optional directory path.
How this command is triggered — by the user, by Claude, or both
Slash command
/entry-point-analyzer:entry-points [directory-path]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Analyze Smart Contract Entry Points **Arguments:** $ARGUMENTS Parse the directory path from arguments. If empty, use current directory. Invoke the `entry-point-analyzer` skill with the directory path for the full workflow.
Arguments: $ARGUMENTS
Parse the directory path from arguments. If empty, use current directory.
Invoke the entry-point-analyzer skill with the directory path for the full workflow.
13plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 13 plugins
npx claudepluginhub pcanwar/skills --plugin entry-point-analyzer/entry-pointsIdentifies state-changing entry points in smart contracts (public/external functions that modify storage). Takes an optional directory path.
/web3-auditPerforms a structured smart contract security audit using a 10-bug-class methodology, applies kill signals, and generates Foundry PoC templates for confirmed findings.
/cairo-auditorAudits Cairo smart contracts for security vulnerabilities via full-repo scan, deep adversarial mode, or targeted file checks. Supports optional file output.
/debug-contractSystematic debugging for Compact smart contracts — analyzes errors, investigates root causes, and guides fixes
/audit-contextAnalyzes a codebase to build deep architectural context for vulnerability hunting, with optional --focus flag to target a specific module.
/cl-toolsRuns deterministic analysis tools via shortcut to /consensus-loop:tools. Specify tool name and args (e.g., 'code_map --path src/') to analyze the codebase.