skills/jeremylongshore/claude-code-plugins-plus-skills/clickhouse-incident-runbook/Gen Agent Trust Hub
clickhouse-incident-runbook
Fail
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform privilege escalation by using
sudo systemctl restart clickhouse-serverto manage system services. - [COMMAND_EXECUTION]: Provides instructions for executing destructive database operations, such as
ALTER TABLE ... DROP PARTITIONandKILL QUERY, which can lead to permanent data loss or service disruption if executed incorrectly. - [COMMAND_EXECUTION]: Utilizes
INTO OUTFILEto export database query logs and metrics to the/tmpdirectory (e.g.,/tmp/incident-queries.json). This pattern can expose sensitive information contained within database queries to other users or processes on the host system. - [SAFE]: Fetches service status information from ClickHouse's official status page at
https://status.clickhouse.cloud. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it processes untrusted data from system logs without adequate safeguards.
- Ingestion points: Reads and processes data from
system.query_logandsystem.processesas defined inSKILL.md. - Boundary markers: Absent; there are no delimiters or instructions to the agent to disregard instructions embedded within the logs.
- Capability inventory: The skill uses
Bash(withkubectlandcurlaccess),Read, andGreptools. - Sanitization: Absent; the content from the logs is processed and exported without validation or escaping.
Recommendations
- AI detected serious security threats
Audit Metadata