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

AddressSanitizer (ASan)

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

>

address-sanitizerasanmemory-safetyfuzzingdebuggingc-cpprust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdaddress-sanitizer/workflow
1
Compile with ASan: — Use `-fsanitize=address` flag during compilation.
2
Configure ASan Options: — Set `ASAN_OPTIONS` environment variable.
3
Run the Program: — Execute the ASan-instrumented binary.
4
Adjust Fuzzer Memory Limits: — Disable fuzzer memory restrictions like `-rss_limit_mb=0` or `-m none`.
5
Analyze ASan Reports: — Review detailed reports for error type, stack trace, and memory map.
6
Iterate: — Fix identified memory errors and re-run ASan to verify the fixes.

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 comCoverage Analysis
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe comcargo-fuzz
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
81
Compõe comlibFuzzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
81
Compõe com ←OSS-Fuzz
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←AFL++
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTesting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aGo Testing Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

AddressSanitizer (ASan)
address-sanitizer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.EVALUATE
Triggers7
detect memory errors with ASanenable AddressSanitizer for testinguse ASan to find memory corruption bugscompile code with address sanitizerrun a program with ASandebug memory issues using ASanintegrate ASan into fuzzing workflow

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 address-sanitizer
$ synaptic skills detail address-sanitizer
$ synaptic skills live address-sanitizer

Links

GitHub Repository