Resume Optimizer
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is classified as suspicious due to the `scripts/generate_resume_pdf.py` file attempting to install the `reportlab` Python package using `pip install --break-system-packages`. While installing a dependency is a plausible need, this command involves shell execution, network access to PyPI, and the `--break-system-packages` flag, which grants broad permissions to modify the Python environment. This represents a risky capability without clear malicious intent, as the package is legitimate and for the stated purpose of PDF generation. No other files show evidence of malicious prompt injection or harmful behavior.
