paper-compilation
Pass
Audited by Runlayer on Feb 22, 2026
Risk Level: LOW
Scan Summary
Flagged Files (2)
SKILL.mdHIGH
70.2%
Malicious tool definition detected
## Troubleshooting ### pdflatex not found ```bash # macOS brew install --cask mactex-no-gui # Ubuntu sudo apt install texlive-full ``` ### Alternative: latexmk (auto-handles multiple passes) ```bash latexmk -pdf -interaction=nonstopmode main.tex ``` ## Related Skills - Upstream: [latex-formatting](../latex-formatting/), [citation-management](../citation-management/), [figure-generation](../figure-generation/), [table-generation](../table-generation/) - Downstream: [self-review](../self-review/)
scripts/fix_latex_errors.pyMEDIUM
46.5%
Tool passed security scan
Passed Files (1)Click to expand
scripts/compile_paper.pyOK
18.1%
Tool passed security scan
Audit Metadata