altinity-profiler-clickhouse
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a potential surface for indirect prompt injection. It ingests data from the target ClickHouse cluster's
system.query_logandsystem.tables(referenced inpipeline.mdandSKILL.md). This data is then used to synthesize persistent markdown artifacts. AlthoughHard Rule 2inSKILL.mdrequires query normalization and the stripping of comments, an adversary who can execute queries on the target cluster might attempt to influence the generated 'analyst' Skill by injecting specific patterns into the logs. - [COMMAND_EXECUTION]: The profiling pipeline relies on the execution of local Python helper scripts:
tools/pareto_cut.pyandtools/synthesize_conventions.py. These scripts are used for data processing and thresholding during the Pareto demotion and convention synthesis phases. Analysis of the script source code shows they use standard Python libraries for data manipulation and do not perform network requests, file system modifications outside the output folder, or unauthorized subprocess execution.
Audit Metadata