card-skill
Audited by Socket on Jun 10, 2026
1 alert found:
AnomalyThe module is consistent with a static-site generator plus screenshot automation. No explicit malicious behavior (exfiltration, credential access, persistence, or obfuscation) is present in the snippet. However, there are meaningful supply-chain/security risks: the screenshot step uses `execSync` with an interpolated command string (command-injection risk if any components can be influenced), and the HTML template directly interpolates `${tabs}`/`${sections}` without visible sanitization (stored XSS risk if upstream data is untrusted). Malware likelihood appears low, but security hardening is recommended around input validation and using safer process execution APIs (argument arrays) and HTML escaping.