neon-postgres-egress-optimizer
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [Standard Database Optimization]: The skill provides SQL patterns and codebase analysis instructions focused on optimizing Postgres queries. These include implementing pagination, avoiding
SELECT *, and pushing aggregations to the database, which are standard performance best practices. - [Authorized Diagnostic Tooling]: The skill utilizes the
pg_stat_statementsextension to gather performance metrics. The use of this extension is standard for database administration and is a built-in feature of the Neon platform for monitoring query behavior. - [Official Tool Integration]: The skill configures an MCP tool connection to
mcp.neon.tech, which is the official domain for Neon's Model Context Protocol server. This integration is consistent with the skill's stated purpose of optimizing Neon database costs. - [Best Practices for Data Access]: The recommendations provided—such as splitting wide JOINs into separate queries to avoid data duplication—specifically address reducing unnecessary data transfer without requesting or exposing sensitive credentials.
Audit Metadata