Phishing pages
Identify deceptive sites designed to trick agents or users into unsafe actions.
PhiShark Playwright MCP
Bring PhiShark protection to Playwright-based AI agents. Detect risky destinations, warn on suspicious pages, and block serious threats while preserving familiar browser automation.
PhiShark helps agents recognize and avoid common threats without requiring teams to build a browser-security product of their own.
Identify deceptive sites designed to trick agents or users into unsafe actions.
Detect pages that attempt to collect passwords, account details, or other sensitive information.
Flag pages that imitate trusted companies, services, or login experiences.
Help agents avoid deceptive journeys that lead to risky or unexpected destinations.
Add defense-in-depth protection against web content that tries to manipulate an AI agent.
Assess suspicious pages even when they are new or absent from traditional reputation lists.
Adopt safer browsing through a public package that works with the Playwright ecosystem developers already know.
Reduce manual review by applying security decisions during everyday agent browsing.
Give agents and developers clear warnings or blocks instead of unexplained security scores.
Cover phishing, credential theft, brand impersonation, suspicious redirects, and prompt-injection risk.
Keep the Playwright-based workflows and browser automation patterns your team already uses.
Review the public project, Apache-2.0 license, release history, and package provenance.
Use the product with Chromium, Firefox, and WebKit-based automation workflows.
Turn web-risk intelligence into practical protection for autonomous and assisted browser workflows.
Let agents explore more of the public web with an additional phishing and page-risk protection layer.
Warn about suspicious pages and stop serious threats before they can derail an agent workflow.
Provide understandable security feedback that developers can use in logs, reviews, and agent responses.
Start from a public npm package and standard MCP configuration instead of building from scratch.
Run the public package with npx and pass the PhiShark API key through the MCP process environment.
npx -y @phishark/playwright-mcp@latest{
"mcpServers": {
"phishark-playwright": {
"command": "npx",
"args": ["-y", "@phishark/playwright-mcp@latest"],
"env": {
"PHISHARK_API_KEY": "<your-api-key>"
}
}
}
}Security with honest boundaries
PhiShark adds protection against common web threats while preserving the browser automation capabilities developers expect.
PhiShark Playwright MCP is not a malware sandbox or an absolute prompt-injection security boundary. Use it alongside normal endpoint, identity, network, and approval controls.