Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityMédio

Constant-Time Analysis

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

Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.

timing-attackside-channelcryptographyconstant-timevulnerabilitysecurity-analysis
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdconstant-time-analysis/workflow
1
Identify crypto code: — Look for functions like `sign`, `verify`, `encrypt`, `decrypt`, or `derive_key`. Also, look for usage of secret keys or tokens.
2
Select language guide: — Based on file extension, choose the appropriate language-specific guide.
3
Run analyzer: — Execute the `ct_analyzer/analyzer.py` script with the source file as input.
4
Analyze results: — Review flagged instructions (DIV, JE, etc.) for potential timing vulnerabilities.
5
Trace data flow: — Determine if the flagged operation's input depends on secret data.
6
Implement fixes: — Apply constant-time techniques (Barrett reduction, cmov, etc.) to mitigate vulnerabilities.
7
Verify fixes: — Re-run the analyzer to confirm the absence of flagged instructions.

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

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

Constant-Time Analysis
constant-time-analysis
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers8
analyze code for timing vulnerabilitiesdetect timing side-channels in crypto codecheck for constant-time executionfind secret-dependent branchesreview cryptographic implementationassess code for timing attacksidentify division on secretscheck for early-exit memcmp

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 constant-time-analysis
$ synaptic skills detail constant-time-analysis
$ synaptic skills live constant-time-analysis

Dependências

gccclanggorustcswiftcjavacjavapkotlincilspycmdNode.js

Links

GitHub Repository