gen-ctx-kline
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Bash scripts (
gen_ctx.sh,list_symbols.sh) and uses theuvtool to run a Python module for chart generation. - [SAFE]: The skill accesses specific local filesystem paths, including
$HOME/Dropbox/Klineand$HOME/github/crypto-kline-toolkit, which are necessary for its stated purpose of processing local trading data. - [PROMPT_INJECTION]: The skill was analyzed for indirect prompt injection risks due to data ingestion.
- Ingestion points: Processes local CSV indicator files identified in the
gen_ctx.shscript. - Boundary markers: No explicit delimiters are used for the CSV content.
- Capability inventory: Shell script execution, file system modification (creating output directories), and Python module invocation.
- Sanitization: User inputs for
ctx_timeandsymbolare strictly validated using regular expressions (e.g.,^[A-Z0-9]+$) prior to any script execution.
Audit Metadata