pp-clickhouse-cloud
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Clickhouse Cloud CLI and MCP server from the author's GitHub repository and npm registry during setup.
- Evidence:
npx -y @mvanhorn/printing-press-library install clickhouse-cloud --cli-onlyin SKILL.md. - Evidence:
go install github.com/mvanhorn/printing-press-library/library/cloud/clickhouse-cloud/cmd/clickhouse-cloud-pp-cli@latestin SKILL.md. - [DATA_EXFILTRATION]: The CLI includes a
--deliverflag that can route sensitive command output, such as service details or organization configurations, to external URLs via webhooks or local file paths. - Evidence: Documentation for the
--deliverflag in SKILL.md supportswebhook:<url>andfile:<path>sinks. - [COMMAND_EXECUTION]: The skill executes shell commands using the
Bashtool to perform installation, authentication, and management tasks. - Evidence: Frequent usage of
clickhouse-cloud-pp-cli,go install, andnpxcommands within the instructions. - [PROMPT_INJECTION]: The skill demonstrates an indirect prompt injection surface by ingesting untrusted data from the ClickHouse Cloud API and feedback mechanisms.
- Ingestion points:
clickhouse-cloud-pp-cli feedbackand command outputs from various subcommands (e.g.,services,members,organizations). - Boundary markers: The instructions lack explicit delimiters or warnings to ignore embedded instructions in the processed data.
- Capability inventory: The skill has access to the
Bashtool, file system writes, and network transmission via the--deliverflag. - Sanitization: No sanitization or validation of data retrieved from remote endpoints is documented.
Audit Metadata