Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
88
86%
Does it follow best practices?
Impact
90%
22.50xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt explicitly shows plaintext credentials embedded in CLI commands (e.g., playwright-cli fill e2 "password123"), which instructs the agent to include secret values verbatim in generated output and is therefore insecure.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 1.00). The SKILL.md explicitly directs the agent to open arbitrary public URLs (e.g., "playwright-cli open https://playwright.dev" / "open https://example.com/form") and to snapshot/eval page elements, meaning it fetches and reads untrusted third‑party web content as part of its workflow which could influence subsequent actions.
47823e3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.