transfer-old-latex-to-new

Pass

Audited by Gen Agent Trust Hub on Mar 30, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes external LaTeX commands such as xelatex and bibtex using the subprocess.run module in scripts/core/compiler.py. This is a core requirement for document compilation and is performed within the project's local environment using a defined command sequence.
  • [SAFE]: The skill implements a dedicated SecurityManager class in scripts/core/security_manager.py. This component enforces a whitelist for file write operations, explicitly blocking modifications to sensitive template files like main.tex, .cls, and .sty files, thereby preventing unauthorized alterations to the project structure.
  • [DATA_EXPOSURE]: The skill processes local LaTeX files to perform content mapping and AI-driven optimization. While this involves reading project data, the access is scoped to the specific project directories provided by the user, and data is only transmitted via the agent's internal AI responder for processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 30, 2026, 01:05 PM