pdf-converter
Warn
Audited by Socket on Aug 14, 2026
1 alert found:
AnomalyAnomalyscripts/emoji_img.py
LOWAnomalyLOW
scripts/emoji_img.py
No direct malware/backdoor behavior is evident in this module. However, it creates a moderate-to-high security exposure by (1) fetching third-party SVG assets at runtime from a CDN and embedding them as base64 `data:image/svg+xml` payloads without sanitization/validation, and (2) trusting pre-existing cached files in a fixed absolute directory without integrity checks. If the returned markup is rendered in an environment that treats SVG as active content, or if the cache directory can be tampered with, this can enable content injection risks.
Confidence: 74%Severity: 58%
Audit Metadata