server-querying-dotnet
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documents how to execute SQL++ (N1QL) queries through the cluster.QueryAsync and scope.QueryAsync methods, including SELECT, UPDATE, UPSERT, and MERGE operations.
- [SAFE]: All code examples demonstrate the use of the official Couchbase .NET SDK (CouchbaseNetClient) and promote the use of parameterized queries (e.g., .Parameter("status", "pending")) which is the standard practice for preventing injection attacks.
Audit Metadata