sql-query-optimizer
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is SQL query optimization and performance analysis, which is clearly reflected in the content and scripts.
- [NODE_PACKAGES]: Utilizes
@prisma/client, a widely-used and trusted Node.js ORM library, for database interactions. - [COMMAND_EXECUTION]: The benchmarking and slow query detection scripts execute SQL queries via Prisma. This is standard behavior for the tool's intended purpose and uses parameterized raw queries (
$queryRaw) which is a secure practice. - [DATA_EXPOSURE]: While the script queries database metadata (
pg_stat_statements), the output is directed to the console for the user's benefit and is not sent to any external or unauthorized destination.
Audit Metadata