gpc-security
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a detection script (
scripts/detect_gpc.mjs) that utilizesexecSyncto verify GPC's installation version and authentication status. These operations are limited to environment discovery. - [EXTERNAL_DOWNLOADS]: Instructions reference the use of official CLI tools such as
gcloudandgh(GitHub CLI) for managing service account keys and updating repository secrets. These are standard operations involving well-known technology services. - [SAFE]: The destructive command detection in
references/key-rotation.mdis a false positive; the shell commandsrm -rf ~/.cache/gpc/tokens/,rm -P, andshred -uare appropriately used for clearing local credential caches and performing secure deletion of sensitive key files after rotation.
Audit Metadata