postgresql-fundamentals
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Prompt Injection] (SAFE): No malicious instructions, override patterns, or bypass markers were detected in SKILL.md or metadata. \n- [Indirect Prompt Injection] (LOW): The skill defines ingestion points for untrusted data via the
table_nameandschemaparameters inSKILL.md. While boundary markers are not explicitly defined in the templates, sanitization is robustly enforced through strict regex patterns (e.g.,^[a-z][a-z0-9_]*$). The skill lacks autonomous execution capabilities, functioning primarily as a template generator. \n- [Dynamic Execution] (LOW): The utility scriptscripts/validate.pyand provided documentation inPATTERNS.mdcorrectly utilizeyaml.safe_load()for configuration parsing, effectively mitigating unsafe deserialization risks.
Audit Metadata