postgresql-fundamentals
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure coding practices, specifically using
yaml.safe_load()in its validation and pattern examples to prevent unsafe deserialization vulnerabilities. - [SAFE]: Input parameters such as
table_nameandschemainSKILL.mdinclude strict regular expression validation (^[a-z][a-z0-9_]*$), which effectively restricts input to alphanumeric characters and underscores, preventing common SQL injection patterns. - [SAFE]: All scripts and configuration files are local and do not perform network operations, file exfiltration, or command execution.
Audit Metadata