active-record-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents secure database interaction patterns. It explicitly labels insecure practices, such as raw SQL string interpolation with user input, as anti-patterns and provides the correct parameterized alternatives.- [SAFE]: Data integrity and security best practices are promoted, including the use of integers or decimals for financial data to avoid precision errors and the use of BCrypt for password hashing.- [SAFE]: The skill includes guidance on safe database migrations, such as adding indexes concurrently and managing constraints in multiple steps to minimize service interruption and ensure data validity.
Audit Metadata