search-go
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official Couchbase Go SDK (
github.com/couchbase/gocb/v2) to perform search operations. No untrusted third-party dependencies or remote scripts are included. - [SAFE]: No sensitive data access or exfiltration patterns were detected. The skill focuses on constructing database queries based on user-provided parameters.
- [SAFE]: There are no signs of obfuscation, dynamic code execution, or prompt injection. All code snippets are clear, idiomatic Go examples for Couchbase database interactions.
- [SAFE]: Indirect prompt injection risk is minimal as the skill demonstrates the use of a structured SDK (gocb) which parameterizes search queries rather than concatenating strings directly into a query language.
Audit Metadata