template-renderer
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes user-supplied tokens and interpolates them into markdown templates which are subsequently written to the filesystem. This creates an indirect prompt injection surface.
- Ingestion point: The
tokensargument inmain.cjsandSKILL.md. - Boundary markers: No specific delimiters or "ignore embedded instructions" markers are applied to the injected token values within the templates.
- Capability inventory: The skill utilizes
mcp__filesystem__write_fileandWriteto save the rendered output to the local project structure. - Sanitization: A
sanitizeTokenValuefunction is implemented inmain.cjsandSKILL.mdto remove HTML tags and template delimiters ({{,${) from the input tokens.
Audit Metadata