tex-render-guide
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The guide provides shell scripts that utilize command-line utilities such as
pdflatex,dvipng,dvisvgm, and ImageMagick'sconverttool. These are standard tools for LaTeX document processing and image conversion. - [EXTERNAL_DOWNLOADS]: The instructions include the installation of the
katexlibrary via the Node Package Manager (npm) and usage of the CodeCogs web API to fetch rendered images. Both are well-established resources for mathematical rendering. - [INDIRECT_PROMPT_INJECTION]: The skill includes a batch processing script that reads LaTeX strings from a local file (
equations.txt). While LaTeX processing involves handling external input, the script uses standard compilation flags and does not enable dangerous features like unrestricted shell escape. - Ingestion points: The
render_equations.shscript reads mathematical expressions fromequations.txt. - Boundary markers: None; the script processes the file content line-by-line.
- Capability inventory: The skill uses
pdflatex,dvipng,convert, andkatexCLI acrossSKILL.md. - Sanitization: No specific sanitization is performed on the input strings, which is typical for document compilation workflows.
Audit Metadata