sql-optimization-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, offering patterns for SQL optimization such as using EXPLAIN, implementing various index types (B-Tree, GIN, etc.), and avoiding common anti-patterns like N+1 queries. All code examples follow standard database management practices and use parameterized queries in code snippets to demonstrate safe data handling.
Audit Metadata