gpc-troubleshooting
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides troubleshooting instructions and diagnostic commands for the GPC CLI. All commands and environment variables documented (such as
GPC_SERVICE_ACCOUNT,GPC_DEBUG, andgpc doctor) are standard for the tool's operation. - [COMMAND_EXECUTION]: The
scripts/detect_gpc.mjsscript usesexecSyncto rungpc --version,npx gpc --version, and other GPC commands to detect the environment status. These are controlled, static commands used for deterministic detection and do not incorporate untrusted input. - [EXTERNAL_DOWNLOADS]: The detection script uses
npx gpc --version, which may download thegpcpackage from the official npm registry if it is not already installed. This is a standard and safe use of the Node package runner for environment detection.
Audit Metadata