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

Go Security

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
85
Score

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving crypto, I/O, secrets management, user input handling, or authentication. Includes configuration of security tools.

golangsecurityvulnerability-preventioncode-reviewthreat-modelingstatic-analysissecurity-testing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-security/workflow
1
Identify Trust Boundaries: — Determine where untrusted data enters the system (e.g., HTTP requests, file uploads).
2
Assess Attacker Control: — Analyze which inputs can be manipulated by an attacker and how they flow into sensitive operations.
3
Evaluate Blast Radius: — Determine the potential impact if a security defense fails (e.g., data leak, RCE).
4
Apply STRIDE Threat Modeling: — Use STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) to identify potential threats.
5
Perform Static Analysis: — Use tools like `gosec` and `govulncheck` to identify potential vulnerabilities in the code.
6
Conduct Security Testing: — Run race detectors and fuzz tests to uncover concurrency issues and unexpected behavior.
7
Remediate Vulnerabilities: — Fix identified vulnerabilities by applying security best practices and secure coding techniques.

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 com ←Go Database Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Go Safety: Correctness & Defensive Coding
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Go Observability Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Go Dependency Management
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
84
Compõe com ←Go Linting
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Go Continuous Integration
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
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

Go Security
golang-security
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers8
analyze Go code for security vulnerabilitiesreview Go code for potential security issuesimplement security best practices in Goperform a security audit of a Go codebasewrite secure Go codeprevent injection vulnerabilities in Gomanage secrets securely in Goapply threat modeling to a Go application

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 golang-security
$ synaptic skills detail golang-security
$ synaptic skills live golang-security

Dependências

github.com/securego/gosecgolang.org/x/vuln/cmd/govulncheck

Links

GitHub Repository