latex
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates the LaTeX build process by executing commands such as
latexmk,xelatex,pdflatex,biber, andbibtexthrough the system shell. It also performs file system maintenance usingmkdir,cp, andgrepto organize build artifacts and extract status information from logs. - [REMOTE_CODE_EXECUTION]: The skill executes an external Python utility located at
"$HOME/.claude/skills/_shared/verify_outputs.py". This script is part of the platform's shared infrastructure used to verify the integrity of generated files before committing changes. - [DYNAMIC_EXECUTION]: To support automated builds, the skill generates a
.latexmkrcconfiguration file that includes a Perlsystem()call. This allowslatexmkto automatically copy the resulting PDF from the output directory back to the source directory upon successful completion. - [DATA_EXPOSURE]: The skill accesses project-specific configuration by reading
~/.config/task-mgmt/pathto identify the location of local templates and resources. It also scans.tex,.bib, and.logfiles to extract metadata, citations, and error logs required for its reporting and auditing phases.
Audit Metadata