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's convert tool. These are standard tools for LaTeX document processing and image conversion.
  • [EXTERNAL_DOWNLOADS]: The instructions include the installation of the katex library 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.sh script reads mathematical expressions from equations.txt.
  • Boundary markers: None; the script processes the file content line-by-line.
  • Capability inventory: The skill uses pdflatex, dvipng, convert, and katex CLI across SKILL.md.
  • Sanitization: No specific sanitization is performed on the input strings, which is typical for document compilation workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 24, 2026, 01:47 PM
Security Audit — agent-trust-hub — tex-render-guide