skills/flonat/claude-research/latex/Gen Agent Trust Hub

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, and bibtex through the system shell. It also performs file system maintenance using mkdir, cp, and grep to 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 .latexmkrc configuration file that includes a Perl system() call. This allows latexmk to 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/path to identify the location of local templates and resources. It also scans .tex, .bib, and .log files to extract metadata, citations, and error logs required for its reporting and auditing phases.
Audit Metadata
Risk Level
SAFE
Analyzed
May 8, 2026, 01:54 AM