webapp-testing
Audited by Socket on Feb 15, 2026
1 alert found:
Obfuscated FileThe package provides legitimate Playwright testing utilities and examples and matches its stated purpose. The primary security concern is operational: scripts/with_server.py accepts and runs arbitrary shell commands and the documentation discourages source review before execution, creating a high-risk sink for command execution and potential data exposure. There is no direct evidence of embedded malware in the provided content, but the design and guidance increase the chance of misuse or supply-chain abuse. Recommended actions: review and harden scripts/with_server.py, require source review, implement command sanitization or restricted modes, and adopt artifact and navigation whitelists before use in untrusted contexts.