webapp-testing

Warn

Audited by Socket on Sep 14, 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 14, 2026, 02:52 PM
Package URL
pkg:socket/skills-sh/anthropics%2Fskills%2Fwebapp-testing%2F@cfb23ef0c399c36e9247142a7ab5ac0e03c03e1c9f047b0f7502232a2c50b564
Security Audit — socket — webapp-testing