Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Entry Point Analyzer

Plugin Verifiziert Aktiv
Teil von:Trailofbits

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, and generates structured audit reports.

1 Skill 0 MCPs
Zweck

To automate the identification and classification of state-changing entry points in smart contract codebases, thereby streamlining the security auditing process and highlighting the critical attack surface.

Funktionen

  • Detects state-changing entry points in smart contracts
  • Classifies functions by access level (public, role-restricted, contract-only)
  • Supports multiple smart contract languages (Solidity, Vyper, etc.)
  • Generates structured markdown audit reports
  • Excludes read-only functions from analysis

Anwendungsfälle

  • Initiating a smart contract security audit
  • Mapping the attack surface of a smart contract
  • Identifying privileged operations and role-based access controls
  • Finding all externally callable functions that can modify contract state

Nicht-Ziele

  • Detecting specific vulnerabilities or exploit patterns
  • Performing code quality or gas optimization analysis
  • Analyzing non-smart-contract codebases
  • Identifying read-only functions or data retrieval methods

Trust

  • info:Issues Attention13 issues were opened and 4 closed in the last 90 days, indicating some engagement but also a potential for slower response times on open issues.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add trailofbits/skills
/plugin install entry-point-analyzer@trailofbits

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 17 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne5.2k
LizenzCC-BY-SA-4.0
Status
Quellcode ansehen