chunking-for-llms

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill documents a workflow for feeding source code chunks directly into an LLM context, which is a known vector for indirect prompt injection if the code contains malicious instructions. * Ingestion points: File content is ingested via the ts-pack process command and the process(source_code, config) SDK function (SKILL.md). * Boundary markers: There are no instructions for using delimiters or protective prompting to isolate the code chunks from the agent's instructions. * Capability inventory: The skill uses the ts-pack CLI and tree-sitter-language-pack library to read and manipulate file data (SKILL.md). * Sanitization: No sanitization or escaping mechanisms are described for the content being sent to the LLM.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 09:04 AM
Security Audit — agent-trust-hub — chunking-for-llms