security-and-hardening

Installation
SKILL.md

Security and Hardening

Overview

Apply security best practices systematically across the codebase. Prevent OWASP Top 10 vulnerabilities, manage secrets safely, audit dependencies, and enforce boundary validation at all system edges.

When to Use

  • Handling user input or external data
  • Implementing authentication or authorization
  • Storing or transmitting sensitive data
  • Integrating with external services
  • Before deploying any change to production

OWASP Top 10 Prevention

Injection

  • Use parameterized queries for all database access
Related skills

More from v1truv1us/ai-eng-system

Installs
1
GitHub Stars
6
First Seen
6 days ago