Entry Point Analyzer

84/100
Skill
by Trail of Bits@trailofbits
CC-BY-SA-4.0

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 (public, admin, role-restricted, contract-only),...

Reviewed on v2026-05-16 - latest is v0.3.1. Scores may not reflect the current version.

Review Scores

Security31/35Maintain.29/35Usability24/30
Security31/35
Maintain.29/35
Usability24/30
Evidence:
high
Reviewed May 27, 2026
Newer version available

Reviewed Version

2026-05-16

Latest Version

0.3.1(drift)

Newer version available

The review covers 2026-05-16; the latest version is 0.3.1. Recheck changes before installing.

Scores reflect the version reviewed and may change with updates.

Security Audit - No Flags Reported

Audited May 27, 2026

Overview

When to Use

When NOT to Use

Setup

npx cldkit install entry-point-analyzer

Troubleshooting

More by Trail of Bits