carl-file-organizer
Warn
Audited by Socket on Sep 2, 2026
1 alert found:
AnomalyAnomalyscripts/carl_file_organizer/render.py
LOWAnomalyLOW
scripts/carl_file_organizer/render.py
This fragment is an orchestrator that dynamically loads and executes a package-local renderer module (build_report.py) via exec_module, then renders untrusted JSON data into HTML and writes it to disk; optionally it starts a server. The key supply-chain/security concern is the runtime arbitrary-code execution of the renderer file (and any optional server logic). No direct malicious IOCs are visible in this wrapper alone, but the delegated renderer behavior could include sensitive actions (file/network/process) and token misuse.
Confidence: 60%Severity: 55%
Audit Metadata