paper-compilation

Pass

Audited by Runlayer on Feb 22, 2026

Risk Level: LOW
Scan Summary
Max Score
70%
Files
3
Flagged
2
Chunks
4
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
Max File Score
70%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
2
Chunks Analyzed
4
Analyzed
Feb 22, 2026, 05:00 AM
Security Audit — runlayer — paper-compilation