analytics-go
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the
github.com/couchbase/gocb/v2package in its documentation and code examples. This is the official Couchbase Go SDK and is a necessary dependency for the skill's functionality. - [SAFE]: The skill explicitly demonstrates the use of parameterized queries through the
NamedParametersfield in thegocb.AnalyticsOptionsstruct. This practice helps prevent SQL++ (SQL for JSON) injection attacks when processing user-supplied input in database queries.
Audit Metadata