SQL Injection Prevention

Always use parameterized queries or prepared statements Use when implementing security best practices. Security category skill.

majiayu000 Updated 567 repo stars

File contents

SQL Injection Prevention

Always use parameterized queries or prepared statements. Use ORMs or query builders that handle parameterization automatically. Never build SQL strings through concatenation with user input. Apply principle of least privilege to database accounts. Validate and sanitize input even when using parameterized queries as defense in depth.

majiayu000/claude-skill-registry-data/tree/main/security/sql-injection-prevention-omniaffix-dave-sessionguardian commit 8e53e4e9b5

Frequently asked questions

npx skillmds@latest add majiayu000/sql-injection-prevention