mongodb-query-optimizer
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official MongoDB MCP tools (
atlas-get-performance-advisor,collection-indexes,explain,find) to analyze query performance. These tools are used as intended within the MongoDB ecosystem to fetch metadata and execution plans. - [SAFE]: The documentation and instructions focus entirely on well-established MongoDB indexing principles (Equality-Sort-Range), aggregation optimizations, and avoiding common performance anti-patterns.
- [SAFE]: No obfuscation, data exfiltration, or unauthorized command execution patterns were detected. The use of the
findtool is limited to fetching sample documents (limit 1) for schema inference, which is a standard procedure for query optimization. - [SAFE]: The skill does not attempt to hardcode credentials or access sensitive system files. It relies on the environment's configured MCP server for database and API access.
Audit Metadata