sql-development
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides extensive documentation on SQL security best practices, specifically emphasizing parameterization and the use of
sp_executesqlwithQUOTENAMEto prevent SQL injection in dynamic queries. - [SAFE]: Database administrative commands (e.g.,
ALTER INDEX,UPDATE STATISTICS) and CLI tool references (e.g.,mysqldump) are documented appropriately for the stated MS SQL Server DBA persona and primary purpose. - [SAFE]: The templates provided for stored procedures follow production-grade patterns, including proper error handling using
TRY/CATCHblocks, validation logic, and secure pagination techniques. - [SAFE]: External references are limited to official technical documentation from well-known sources like Microsoft and MySQL.
Audit Metadata