latex-scaffold
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs deterministic transformation of Markdown content into LaTeX. It reads from project-specific files like
output/DRAFT.mdandGOAL.mdand writes tolatex/main.tex. - [SAFE]: Extensive use of a LaTeX escape function (
_escape_latex) ensures that special characters in user-provided text are neutralized, preventing LaTeX-level command injection. - [SAFE]: Citation keys and table labels are validated or sanitized using strict regular expressions to further prevent injection attacks.
- [SAFE]: No network access is requested or used by the script, and file operations are restricted to the provided workspace directory.
- [SAFE]: The script uses a safe approach to locating and importing its internal helper modules without introducing external dependencies.
Audit Metadata