performing-cluster-maintenance
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes instructions to execute administrative commands for managing database nodes, including service management (
systemctl), process control (kill), and container orchestration (kubectl). These are standard operations for the described maintenance tasks. - [COMMAND_EXECUTION]: Provides instructions for using the
cockroachCLI to drain nodes, check status, and manage storage ballasts, which are typical database administration activities. - [EXTERNAL_DOWNLOADS]: Uses
curlto fetch metrics from local node endpoints (https://<node>:8080/_status/vars) and to interact with the official CockroachDB Cloud API (https://cockroachlabs.cloud/api/v1/). These target well-known vendor resources or local infrastructure. - [CREDENTIALS_UNSAFE]: Follows best practices for secret management by instructing the use of environment variables (
$COCKROACH_API_KEY) for API authentication rather than hardcoding credentials.
Audit Metadata