Summarization Engine
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface in multiple code examples.
- Ingestion points: Untrusted data enters the agent context via the
textvariable inllm_summarize, thedocumentvariable inquery_focused_summarize, and thesourcevariable incheck_factual_consistency(all withinSKILL.md). - Boundary markers: No explicit delimiters (such as XML tags or unique markers) or instructions to ignore embedded commands are used when interpolating these variables into the prompt strings.
- Capability inventory: The skill uses standard NLP libraries and LLM completion calls; no dangerous file system or shell execution tools are enabled in the snippets.
- Sanitization: No sanitization or validation of the input text is performed before it is used to construct LLM prompts.
Audit Metadata