data-governance
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill generates SQL grants and access policies based on user-provided identifiers (table names, role names). It mitigates injection risks by instructing the agent to validate all identifiers against a strict regular expression (^[a-zA-Z_][a-zA-Z0-9_]*$) and explicitly reject SQL injection patterns.
- [SAFE]: The skill recommends the use of the well-known sqllineage utility from the official Python Package Index (PyPI) for automated lineage analysis, which is a trusted source.
- [SAFE]: All SQL examples containing credentials utilize secure placeholders rather than hardcoded sensitive information.
Audit Metadata