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_name and schema in SKILL.md include 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
Risk Level
SAFE
Analyzed
Sep 23, 2026, 05:59 PM
Security Audit — agent-trust-hub — postgresql-fundamentals