gpc-vitals-monitoring
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes various
gpcCLI subcommands to monitor Android app vitals, such as crash rates, ANR rates, and performance metrics (startup, rendering, battery, memory). - [COMMAND_EXECUTION]: The included
scripts/detect_gpc.mjsutility usesnode:child_process.execSyncto verify the installation status, version, and authentication configuration of the GPC CLI tool. - [EXTERNAL_DOWNLOADS]: Documentation within
references/ci-gating.mdsuggests installing the@gpc-cli/clipackage globally via npm, which is a standard procedure for this developer tool. - [DATA_EXFILTRATION]: The
gpc watchfunctionality allows for data exfiltration of app rollout status and vitals breach data to a user-specified--webhook-url. This is an intended feature for sending notifications to services like Slack or custom monitoring endpoints. - [PROMPT_INJECTION]: The skill represents a surface for indirect prompt injection as it ingests untrusted external data (user-provided Play Store reviews) via
gpc reviews listandgpc reviews analyze. The skill possesses capabilities that could be influenced by such data, includinggpc reviews replyfor public messaging andgpc watch --on-breach haltfor modifying deployment status. While review replies are length-validated to 350 characters, no specific instruction-filtering or boundary-marking for the review content is documented.
Audit Metadata