qa-playswag

Warn

Audited by Socket on Sep 18, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/analyze.ts

The code appears to be a legitimate OpenAPI test-coverage analyzer, not malware. It does contain security weaknesses: unsanitized specification and test-derived data in generated HTML and JavaScript can produce stored XSS or malformed report scripts, and unrestricted user-supplied URL fetching can access internal endpoints when used in a permissive environment. Include/exclude patterns are also not regex-escaped. HTML and JavaScript output should be contextually escaped, URL fetching should be restricted or made explicit, and wildcard patterns should be safely escaped. Malware likelihood is very low.

Confidence: 97%Severity: 55%
AnomalyLOW
scripts/analyze.js

The code does not show clear malicious or supply-chain behavior. It is a legitimate API coverage reporting tool, but generated HTML and inline JavaScript are unsafe when specification or scanned-file-derived values are attacker-controlled. HTML/JavaScript escaping should be added for all dynamic report content, and wildcard patterns should be escaped before regular-expression construction. Remote URL fetching should remain explicitly opt-in and may require SSRF protections in automated environments.

Confidence: 99%Severity: 58%
Audit Metadata
Analyzed At
Sep 18, 2026, 05:40 PM
Package URL
pkg:socket/skills-sh/azanir%2Fqa-skills%2Fqa-playswag%2F@baa8fba61f3f3772be379f90e6ca3c8a845f1204d18bccbdb413aec185f395e0
Security Audit — socket — qa-playswag