clickhouse-io
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by providing code examples that interpolate external data directly into SQL query strings.
- Ingestion points: The
etlPipelinefunction inSKILL.mdingests data fromextractFromPostgres(), and thestreamInsertsfunction ingests fromdataSource. - Boundary markers: None present; the code does not include instructions to the agent to treat interpolated data as untrusted or to ignore embedded instructions.
- Capability inventory: The skill utilizes
clickhouse.queryandclickhouse.insertto execute database operations based on the processed data. - Sanitization: Absent; the
bulkInsertTradesfunction uses standard template literals (e.g.,'${trade.id}') for SQL value insertion instead of parameterized queries or prepared statements, which is a common vulnerability pattern.
Audit Metadata