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-doctor diagnostic utility from the official Couchbase Labs GitHub repository.
  • Evidence: curl -LO https://github.com/couchbaselabs/sdk-doctor/releases/latest/download/sdk-doctor-linux in examples/examples.md.
  • [COMMAND_EXECUTION]: The troubleshooting section guides users to grant execution permissions and run the downloaded diagnostic binary.
  • Evidence: chmod +x sdk-doctor-linux and ./sdk-doctor-linux diagnose ... in examples/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
Risk Level
SAFE
Analyzed
Jun 18, 2026, 09:28 AM
Security Audit — agent-trust-hub — server-connection-python