bigtable-basics
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- Infrastructure Management Tools: The skill utilizes
gcloudandcbtCLIs for managing Bigtable resources. These are official tools provided by the service vendor and are used here for their intended administrative purposes. - Authentication and API Usage: The skill includes an example of using
curlto query the Dataplex API (dataplex.googleapis.com). It correctly demonstrates usinggcloud auth application-default print-access-tokenfor secure authentication to official Google services. - Configuration Practices: It provides instructions for configuring the
cbtutility by writing to the~/.cbtrcfile. This is the standard and documented method for managing configuration for this tool. - Safety Guardrails: The main instructions include a mandatory safety rule requiring explicit user confirmation before applying changes to production (non-emulator) databases, which is a key security best practice for administrative agents.
Audit Metadata