e2e-generate
Audited by Socket on Feb 21, 2026
1 alert found:
Security[Skill Scanner] Credential file access detected This skill appears coherent and consistent with its stated purpose (scaffolding Playwright E2E tests). I found no indicators of deliberate exfiltration, backdoors, or obfuscated malicious code in the provided content. The primary security concern is supply-chain: it recommends installing and running third-party packages (npm install / npx playwright install) and creates persistent caches shared across skills. Those are normal for this workflow but present an inherent supply-chain risk. No hardcoded secrets or suspicious remote endpoints were observed. LLM verification: Functionally benign for its declared purpose — scaffolding Playwright E2E tests and templates — but contains standard supply-chain and operational risks: unpinned npm installs, npx-driven binary downloads without checksums, file writes into the repo, and a shared cache that could leak or be poisoned. No direct evidence of credential exfiltration, hard-coded secrets, reverse shells, or suspicious outbound connections to uncommon domains. Recommendations: require explicit user consent before any i