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
xelatexandbibtexusing thesubprocess.runmodule inscripts/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
SecurityManagerclass inscripts/core/security_manager.py. This component enforces a whitelist for file write operations, explicitly blocking modifications to sensitive template files likemain.tex,.cls, and.styfiles, 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