playwright-skill

Warn

Audited by Socket on Aug 8, 2026

1 alert found:

Security
SecurityMEDIUM
run.js

This fragment implements an “arbitrary code execution” style runner: it takes user-supplied JavaScript (file path, inline argv, or stdin), writes it to a temporary .js file, and executes it via require(). That is a significant security risk (RCE) in any scenario where inputs are not fully trusted. Additionally, it can install Playwright via npm/npx when missing, increasing supply-chain/download risk. No direct evidence of credential theft, cryptomining, or network exfiltration exists in this fragment alone; however, the execution mechanism could enable such behavior from the provided code.

Confidence: 78%Severity: 86%
Audit Metadata
Analyzed At
Aug 8, 2026, 07:20 AM
Package URL
pkg:socket/skills-sh/sickn33%2Fagentic-awesome-skills%2Fplaywright-skill%2F@18358995f9fec176416135d5c26a3683849e5a40f8e1bc317c53970c09efaac5
Security Audit — socket — playwright-skill