constructive-setup
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for standard development workflows, including package installation via
pnpm install, project building withpnpm build, and running tests withpnpm test. - [EXTERNAL_DOWNLOADS]: Fetches a specialized PostgreSQL Docker image (
docker.io/constructiveio/postgres-plus:18) from the vendor's official Docker Hub repository. This is a standard procedure for setting up the required database environment. - [COMMAND_EXECUTION]: Uses
eval "$(pgpm env)"to load environment variables generated by the vendor's CLI tool (pgpm). This is a common pattern for managing environment-specific configurations within development toolchains. - [COMMAND_EXECUTION]: Interacts with a local database management tool (
pgpm) to bootstrap users and manage roles for the development environment.
Audit Metadata