managing-cluster-capacity
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill follows established administrative patterns for managing database infrastructure.
- [EXTERNAL_DOWNLOADS]: The skill references and interacts with official Cockroach Labs infrastructure.
- Interacts with the Cloud API at
https://cockroachlabs.cloud/api/v1/for cluster configuration. - Provides links to official documentation at
https://www.cockroachlabs.com/docs/. - These sources are official vendor resources and do not represent a security risk.
- [COMMAND_EXECUTION]: Uses standard administrative commands (
cockroach node decommission,cockroach node drain) and cloud provider CLIs (aws,gcloud,az). These are used correctly within the context of cluster capacity management and do not involve untrusted input or suspicious execution patterns. - [DATA_EXFILTRATION]: No exfiltration patterns detected. SQL queries target internal metadata (
crdb_internal) for liveness and capacity checks, which is necessary for the skill's functionality. API interactions are directed to official vendor endpoints using standard authorization headers.
Audit Metadata