skills/jeremylongshore/claude-code-plugins-plus-skills/clickhouse-ci-integration/Gen Agent Trust Hub
clickhouse-ci-integration
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a configuration guide for CI/CD environments, providing boilerplate for GitHub Actions and integration tests.
- [COMMAND_EXECUTION]: The workflow examples include shell commands (
curl,npm,wget) used for health checks, package installation, and applying database schemas. These commands are standard for the intended CI/CD use case and target the local CI environment or a local service container (localhost). - [EXTERNAL_DOWNLOADS]: The skill references trusted and well-known resources, including official GitHub Actions (
actions/checkout@v4,actions/setup-node@v4) and the official ClickHouse server Docker image (clickhouse/clickhouse-server). - [PROMPT_INJECTION]: No prompt injection or behavior override patterns were detected. The skill actually includes a security-positive example demonstrating how to prevent SQL injection using parameterized queries in the ClickHouse client.
Audit Metadata