web-tests
Audited by Socket on Feb 13, 2026
6 alerts found:
networkAccessenvVarsshellAccessusesEvalfilesystemAccessSecurityBENIGN-to-SUSPICIOUS: The skill’s stated purpose (Playwright-based browser testing automation) is coherent with its described capabilities (server auto-detection, script generation in the user repo, execution via a wrapper, and screenshot storage). The flow of data (scripts, screenshots, console output) remains within the scope of a testing tool. Potential concerns include the ability to read/write in the user’s working directory and to auto-detect and test local servers, which could be abused if misconfigured or combined with sensitive test pages. The presence of hardcoded example credentials in documentation is not a functional risk but a documentation hygiene concern. Given the lack of external data exfiltration or remote control behavior in the fragment, the overall risk is moderate but leaning benign, with attention to credential handling and isolation recommended in deployment. If any hidden or external network calls are added in actual code (not shown here), reevaluate accordingly.