Agent skill

security

Security guidelines and OWASP Top 10. Use when reviewing security, implementing authentication or authorization, hardening code, or discussing vulnerabilities.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/security-thebeardedbearsas-claude-craft

SKILL.md

Security

This skill provides universal security guidelines and OWASP Top 10 best practices applicable to any technology stack.

See @REFERENCE.md for detailed documentation.

Quick Reference

  • Validation: Always server-side, never trust client input
  • Queries: Parameterized only (no SQL concatenation)
  • Passwords: Hash with bcrypt/Argon2 (never MD5/SHA1)
  • Secrets: Environment variables or vault (never in code)
  • Headers: CSP, X-Frame-Options, HSTS, nosniff

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results