server-connection-python
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the
sdk-doctordiagnostic utility from the official Couchbase Labs GitHub repository. - Evidence:
curl -LO https://github.com/couchbaselabs/sdk-doctor/releases/latest/download/sdk-doctor-linuxinexamples/examples.md. - [COMMAND_EXECUTION]: The troubleshooting section guides users to grant execution permissions and run the downloaded diagnostic binary.
- Evidence:
chmod +x sdk-doctor-linuxand./sdk-doctor-linux diagnose ...inexamples/examples.md. - [CREDENTIALS_UNSAFE]: No hardcoded credentials were found. The skill correctly demonstrates the use of environment variables (e.g.,
CB_USERNAME,CB_PASSWORD) for database authentication across all examples. - [PROMPT_INJECTION]: No malicious instruction overrides or behavior bypass patterns were detected in the skill instructions or metadata.
Audit Metadata