analytics-nodejs
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for standard database operations using the official Couchbase Node.js SDK. No malicious patterns or security risks were identified.
- [EXTERNAL_DOWNLOADS]: The skill specifies a dependency on the 'couchbase' Node.js package (version >= 4.0), which is the official SDK provided by the vendor. This is a standard and expected dependency for this skill's functionality.
- [PROMPT_INJECTION]: The skill demonstrates secure coding practices by using parameterized queries (e.g., using '$status' in the WHERE clause) to handle user-supplied data safely within SQL++ queries. This reduces the risk of indirect prompt injection or SQL injection attacks.
Audit Metadata