skill-auditor
Warn
Audited by Socket on May 18, 2026
1 alert found:
AnomalyAnomalyscripts/scan-url.js
LOWAnomalyLOW
scripts/scan-url.js
This module appears to be a defensive scanner/auditor (regex-based scanning with deterministic scoring) and does not itself implement obvious backdoors, credential theft, or exfiltration. The primary security risks are (1) runtime eval() of locally loaded pattern definitions (making integrity of scan-skill.js critical), (2) redirect-following in its HTTP client without strict host/scheme allowlisting (scanner-side reachability/SSRF-like risk), and (3) arbitrary file write via --json. Overall, malware likelihood is low, but security risk is moderate due to high-impact implementation choices.
Confidence: 70%Severity: 60%
Audit Metadata