security

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "security" with this command: npx skills add thebeardedbearsas/claude-craft/thebeardedbearsas-claude-craft-security

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

security-reactnative

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-flutter

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-react

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-symfony

No summary provided by upstream source.

Repository SourceNeeds Review