chunking-strategy
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill is a technical guide for RAG optimization. All provided code snippets use standard Python libraries (ast) or established frameworks (LangChain) in a benign manner.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references the LangChain library, which is a standard and trusted package in the AI domain. No remote script execution or unauthorized downloads are present.
- [PROMPT_INJECTION] (SAFE): The skill is designed to process external documents, which is an inherent surface for indirect prompt injection. However, as it only provides strategies for segmentation and does not automate the execution of the resulting text, the risk is negligible and no malicious instructions are present.
- [COMMAND_EXECUTION] (SAFE): While 'Bash' is listed as an allowed tool in the YAML frontmatter, the skill body does not contain any shell commands or script execution logic.
Audit Metadata