sqsl-style-cloner
Warn
Audited by Socket on Sep 20, 2026
1 alert found:
AnomalyAnomalyscripts/clone_wechat_style.py
LOWAnomalyLOW
scripts/clone_wechat_style.py
The fragment is a style-cloning and code-generation utility, not apparent malware. It performs user-requested URL/local-file reads and writes generated files. The main security issues are unsanitized style_name values used in filenames, which can enable path traversal during output generation, and unescaped display_name/article titles embedded in preview HTML, which can cause stored XSS when the preview is viewed. URL fetching can access any user-supplied HTTP(S) endpoint, but this is consistent with the stated purpose. Input validation, filename containment checks, and HTML escaping are recommended.
Confidence: 97%Severity: 58%
Audit Metadata