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

Security and Hardening

poraddyosmani·addyosmani· v1.0.0 · atualizado em 2026-04-10
82
Score

Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

application-securityweb-securitysecurity-hardeningowasp-top-10input-validationauthenticationauthorization
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsecurity-and-hardening/workflow
1
Identify entry points — : Determine all points where external data enters the system (API endpoints, forms, file uploads).
2
Implement input validation — : Validate all input at the system boundary using schema validation libraries like Zod.
3
Apply output encoding — : Encode all output to prevent XSS attacks, using framework auto-escaping or sanitization libraries.
4
Secure authentication — : Implement strong password hashing (bcrypt, scrypt, argon2) and secure session management (httpOnly, secure, sameSite cookies).
5
Enforce authorization — : Check user permissions before granting access to resources or performing actions.
6
Configure security headers — : Set security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options) to protect against common attacks.
7
Rate limit endpoints — : Implement rate limiting to prevent brute-force attacks and DoS attacks.
8
Regular security audits — : Perform regular security audits and penetration testing to identify and address vulnerabilities.

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

Security and Hardening
security-and-hardening
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.EVALUATE
6.REFLECT
Triggers7
implement security best practicesharden the application against attacksvalidate user input securelyprevent SQL injectionadd authentication and authorizationsecure API endpointsaddress OWASP top 10 vulnerabilities

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

Dependências

bcrypthelmetcorszodexpress-rate-limitDOMPurify

Links

GitHub Repository