sql-query-generation

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill contains purely instructional content for generating SQL queries with no executable scripts or external dependencies included.
  • [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted natural language input to generate SQL. This is the intended primary purpose of the skill, and it includes defensive best practices to mitigate errors.
  • Ingestion points: Natural language requests from users used to generate SQL logic as described in the 'Workflow' section of SKILL.md.
  • Boundary markers: None explicitly mentioned, though the instructions recommend mapping intent specifically to a provided schema.
  • Capability inventory: Generation of SQL queries and execution of 'EXPLAIN' or 'EXPLAIN ANALYZE' commands to inspect execution plans.
  • Sanitization: The skill instructs the agent to validate generated queries against the target schema and use 'NULLIF' to prevent division-by-zero errors.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 08:42 AM
Security Audit — agent-trust-hub — sql-query-generation