setup-llm-optimization
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Vulnerability Surface.
- Ingestion points:
scripts/llm-test-flags.shingests tool command inputs;scripts/llm-truncate.shingests tool output results. - Boundary markers: Absent. There are no explicit delimiters or warnings to the agent that the processed content might contain instructions that should be ignored.
- Capability inventory: The skill can rewrite
Bashcommands and suppress/modify tool output seen by the agent. - Sanitization: The scripts use
jqto properly encode JSON outputs, which prevents structural injection, but they do not filter the content of the commands or results for natural language instructions. - [SAFE]: Metadata Inconsistency.
SKILL.mdandREFERENCE.mdstate thatNODE_OPTIONSis configured to increase heap size, but the correspondingscripts/llm-env.shdoes not implement this. Additionally,REFERENCE.mdincorrectly refers to the environment script assession-env.sh. These are categorized as minor non-malicious documentation errors.
Audit Metadata