regex-vs-llm-structured-text
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection in the LLM validation logic.\n
- Ingestion points: Untrusted data is processed through the
contentandoriginal_textparameters in theprocess_documentandvalidate_with_llmfunctions (SKILL.md).\n - Boundary markers: The prompt used in
validate_with_llmlacks boundary markers (such as XML tags or triple backticks) to isolate the untrustedoriginal_textfrom the instructions.\n - Capability inventory: The skill includes the capability to send data to an external LLM via the
client.messages.createmethod (SKILL.md).\n - Sanitization: No input sanitization or filtering is applied to the source text before it is interpolated into the prompt string.
Audit Metadata