clickhouse-data-handling
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface detected via database data ingestion.
- Ingestion points: The
exportUserDatafunction inSKILL.mdreads arbitrary data from theevents,sessions, andpurchasestables. - Boundary markers: None identified. Data retrieved from the database is returned directly to the agent context without delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill performs database reads (
client.query), deletions (client.command), and writes (client.insert). - Sanitization: The skill correctly uses query parameters for user-supplied inputs to prevent SQL injection, but it does not sanitize or validate the content of the data retrieved from the database before it enters the LLM's context.
Audit Metadata