webapp-testing
Warn
Audited by Socket on Jul 25, 2026
1 alert found:
AnomalyAnomalyscripts/with_server.py
LOWAnomalyLOW
scripts/with_server.py
The code is primarily a local orchestration utility that starts user-provided server commands, waits for localhost ports to be reachable, runs a user-provided command, and then terminates the servers. There is no clear evidence of malware functionality (no exfiltration/persistence/credential theft or obfuscation in this fragment). However, the use of subprocess.Popen(..., shell=True) with direct CLI-provided command strings and execution of a CLI-provided command makes the tool high-risk in environments where invocation arguments may be attacker-controlled (command injection/arbitrary code execution).
Confidence: 60%Severity: 55%
Audit Metadata