impeccable
Audited by Socket on Jun 17, 2026
4 alerts found:
Securityx2Obfuscated FileAnomalyNo input code provided; unable to perform the requested 5-dimension audit or generate a meaningful risk assessment. To proceed, supply the code fragment, repository link, or a minimal reproducible example plus the dependency manifest. Once provided, an actionable audit with prioritized P0-P3 issues and remediation commands can be delivered.
This module is not overtly malicious in the snippet (no exfiltration, eval, credential theft, or remote command execution), but it does implement powerful client-side influence: it injects a script tag from http://localhost:${port}/live.js and patches CSP meta tags to allow that origin and blob: images. If an attacker can control `port` or the set of files being patched, it could be used to facilitate unauthorized script injection or undermine CSP protections. Overall risk is medium because the capability is high-impact, even though the intent appears consistent with a local dev/live-reload tool.