constructive-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTIONPERSISTENCE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous shell commands for environment management, including starting Docker containers, executing psql queries, managing system processes with lsof and kill, and running package manager scripts. These are standard troubleshooting actions for the platform's development workflow.- [EXTERNAL_DOWNLOADS]: The instructions involve downloading and installing Node.js packages from registries (including the official GitHub NPM registry) and fetching the Mailpit Docker image. These resources are from established or vendor-related sources.- [DYNAMIC_EXECUTION]: The skill uses
eval "$(pgpm env)"to load environment variables from the platform's own CLI tool (pgpm). This is a routine pattern for ensuring the correct environment configuration is active during development tasks.- [PERSISTENCE]: The guide recommends usingscreenandnohupto ensure that GraphQL and Next.js services continue running in the background during the development lifecycle. This is documented for legitimate process management and does not involve hidden startup or system persistence mechanisms.
Audit Metadata