clickhouse-js-node-coding
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill demonstrates a strong security posture by:
- Enforcing the use of ClickHouse parameter binding (
{name: Type}) for all user-supplied values to prevent SQL injection. - Explicitly instructing the agent to warn users about the risks of string interpolation in SQL queries.
- Recommending standard security practices for credential management, such as using environment variables instead of hardcoding sensitive information.
- Suggesting the use of schema validation libraries (like Zod) when handling untrusted JSON data to ensure data integrity before it reaches the database.
Audit Metadata