postgresql-backup
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions targeting agent behavior overrides or safety bypasses were found. Parameters are restricted by enums, significantly reducing the surface for injection.
- [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, API keys, or unauthorized network calls were detected. The scripts focus on local file system operations for database backups.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill does not perform remote downloads or execute code from external URLs. Python scripts utilize
yaml.safe_load()to prevent unsafe deserialization of configuration files. - [COMMAND_EXECUTION] (SAFE): Included shell scripts use hardcoded paths and standard system utilities (pg_dump) without exposure to untrusted user input interpolation.
Audit Metadata