Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityAvançado

Entry Point Analyzer

portrailofbits·trailofbits· v1.0.0 · atualizado em 2026-04-10
83
Score

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), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.

smart-contractsecurity-auditentry-point-analysisaccess-controlvulnerability-assessmentsolidityblockchain
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdentry-point-analyzer/workflow
1
Detect Language — : Identify the smart contract language (Solidity, Vyper, etc.).
2
Locate Contracts — : Find all contract files within the specified scope.
3
Slither Integration (Solidity) — : If Solidity, check for Slither and use it to extract entry points.
4
Extract Entry Points — : Parse each file for externally callable, state-changing functions.
5
Classify Access — : Categorize each function by access level (public, role-restricted, contract-only).
6
Generate Report — : Output a structured markdown report with the analysis results.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comDeep Context Builder Skill (Ultra-Granular Pure Context Mode)
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aWallet Policy Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aQuery Token Audit Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aSpring Boot Security Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Entry Point Analyzer
entry-point-analyzer
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.REFLECT
Triggers8
analyze smart contract entry pointsfind state-changing functions in a contractidentify external functions in solidity codeaudit smart contract flowsdetect access control patternslist privileged operations in a contractfind all entry points in a smart contractidentify role-restricted functions

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download entry-point-analyzer
$ synaptic skills detail entry-point-analyzer
$ synaptic skills live entry-point-analyzer

Dependências

slither

Links

GitHub Repository