webapp-testing

Warn

Audited by Socket on Sep 19, 2026

1 alert found:

Anomaly
AnomalyLOW
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
Analyzed At
Sep 19, 2026, 01:30 PM
Package URL
pkg:socket/skills-sh/warpdotdev%2Foz-skills%2Fwebapp-testing%2F@9f713ec2b061c560c5c8669ad86b73529c6f258e5d5100001c4879d842a3f9cd
Security Audit — socket — webapp-testing