setting-up-local-cluster
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads official CockroachDB binaries from binaries.cockroachdb.com. This is a recognized vendor resource used for distributing software releases.
- [COMMAND_EXECUTION]: The skill uses shell commands to extract the downloaded binary and start database nodes locally. These operations are restricted to the user's home directory (~/.cockroachdb/) and do not require elevated privileges.
- [DATA_EXFILTRATION]: No evidence of data exfiltration was found. The skill operates on local data stores and connects to localhost for database management.
- [CREDENTIALS_UNSAFE]: The database is configured in --insecure mode for local development, which is explicitly documented in the safety considerations. No hardcoded secrets or credentials were detected.
Audit Metadata