skills/impertio-studio/postgresql-claude-skill-package/postgres-impl-bulk-loading/Gen Agent Trust Hub
postgres-impl-bulk-loading
Warn
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides documentation and examples for the
COPY ... PROGRAMfeature, which enables the database server process to execute arbitrary shell commands on the host operating system.\n - Evidence: Found in
references/methods.md(grammar definition) andreferences/examples.md(e.g.,COPY country TO PROGRAM 'gzip > ...').\n- [REMOTE_CODE_EXECUTION]: By instructing users on theCOPY ... PROGRAMpattern, the skill facilitates a mechanism for code execution on the database server. While this is a native PostgreSQL capability, it poses a significant risk if the commands executed or the files accessed are influenced by untrusted inputs.\n- [CREDENTIALS_UNSAFE]: The skill includes hardcoded placeholder credentials in its examples for cross-database connectivity.\n - Evidence:
SKILL.md(Pattern 7) andreferences/examples.md(Pattern 14) containCREATE USER MAPPINGSQL statements withpassword 'secret'.\n- [DATA_EXFILTRATION]: The skill provides patterns for using thepostgres_fdwextension to connect the local database to remote servers, which creates a potential path for data transfer out of the local environment.
Audit Metadata