playwright-async-2026
Warn
Audited by Snyk on Feb 28, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This skill's Playwright workflow explicitly navigates to public sites (e.g., "await page.goto('https://www.threads.net')" in the Persistent Context section) and shows extracting post text and iterating feed items ("posts = await page.locator('article.post').all()" and ".text_content()"), so it ingests untrusted user-generated web content that could influence subsequent automated actions.
Audit Metadata