gimp
Warn
Audited by Socket on Aug 3, 2026
1 alert found:
AnomalyAnomalyscripts/gimp_client.py
LOWAnomalyLOW
scripts/gimp_client.py
The snippet is a remote execution client for a GIMP Script-Fu server: it accepts untrusted input (--scheme, --python, --code), sends it over the network, and constructs a command that triggers server-side Python execution (exec(open(...).read())) and returns results via result.json. While this is likely intended functionality (a bridge/control tool), it represents a significant security risk if used with untrusted inputs or if the target host/port can be influenced by an attacker. No clear evidence of stealthy malware (persistence/exfiltration) is present in this fragment.
Confidence: 75%Severity: 60%
Audit Metadata