pgpm-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected.
- [COMMAND_EXECUTION]: The skill provides instructions for running routine database and container management commands using
pgpm,docker, andpsql. These operations are well-aligned with the tool's functionality. - [PERSISTENCE]: The skill suggests adding environment configuration commands to shell profile files (
~/.bashrcor~/.zshrc). This is a standard and documented practice for ensuring developer environment variables are correctly loaded for CLI tools. - [REMOTE_CODE_EXECUTION]: While the skill uses
eval "$(pgpm env)", this is a standard pattern for loading environment variables from a local CLI tool and does not involve downloading or executing code from external, untrusted sources.
Audit Metadata