Middleware Query

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The middleware-query skill bundle provides a structured and safety-conscious framework for querying MySQL, Redis, and MongoDB. It implements a multi-stage pipeline (Plan -> Guard -> Execute) that enforces read-only operations through regex patterns and command whitelists in scripts like query_sql.py, query_redis.py, and query_mongo.py. Additionally, it includes a sensitive data masking utility in _common.py to redact passwords and PII from query results, and it follows best practices by requiring local configuration of credentials via a gitignored connections.json file.