cover-letter
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
render.pyscript invokes LaTeX compilation tools (latexmk,xelatex) using thesubprocess.runmethod. It correctly passes arguments as a list, which prevents shell injection vulnerabilities by avoiding the use of the shell for command interpretation. - [PROMPT_INJECTION]: The skill processes untrusted input from resumes and job descriptions. It mitigates the risk of indirect prompt injection or document structure corruption by utilizing a robust
escape_latexfunction that sanitizes special characters like backslashes, braces, and percent signs before they are included in the generated.texfile. - [EXTERNAL_DOWNLOADS]: The
count_tokens.pyscript includes an optional dependency on the officialanthropicPython package. This package is used exclusively for accurate token usage estimation and is handled according to standard development practices for interacting with well-known services.
Audit Metadata