monitoring
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs standard system utilities such as
curl,jq, and the nativecbstatstool to interact with the local Couchbase Server node and retrieve cluster metrics. - [EXTERNAL_DOWNLOADS]: Provides references to the official Couchbase Grafana dashboard and public GitHub repository maintained by the vendor for cluster visualization.
- [CREDENTIALS_UNSAFE]: Correctly utilizes the
$CB_ADMIN_PASSWORDenvironment variable for authentication with the Couchbase REST API and CLI tools, ensuring no sensitive credentials are hardcoded. - [DATA_EXFILTRATION]: Performs data retrieval operations strictly against local cluster management endpoints (localhost:8091 and localhost:8093) for monitoring purposes without unauthorized external transmission.
Audit Metadata