typesetting-latex
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The provided Makefile template utilizes the
-shell-escapeflag withpdflatex. While this is a standard requirement for specific LaTeX packages that need to execute external tools (like syntax highlighters), it enables the compilation process to run shell commands. This is documented as a standard workflow for advanced users. - [EXTERNAL_DOWNLOADS]: The skill includes CI/CD configuration examples for GitHub Actions and Docker. These examples reference standard software installation via
apt-getand official base images from Docker Hub, which are considered safe and well-known practices for automated document building.
Audit Metadata