Invoice

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed for invoicing, which involves handling sensitive business data and performing file system operations, email sending, and PDF generation. It is classified as 'suspicious' due to significant vulnerabilities, primarily the explicit instruction to use `weasyprint invoice.html invoice.pdf` for PDF generation in `templates.md` and `phases.md`. This presents a clear shell injection risk if the `invoice.html` path or its content (which is dynamically generated from various data, including user input) is not rigorously sanitized. Additionally, the HTML template in `templates.md` uses placeholders that, if not properly HTML-escaped, could lead to cross-site scripting (XSS) or HTML injection in the generated invoice, which could then be exploited during PDF rendering. While there is no evidence of intentional malicious behavior (e.g., data exfiltration or backdoors), these vulnerabilities could be exploited by a malicious user to achieve remote code execution or other harmful actions.