Back to Home
hegner123 icon

shakespeare

by hegner123

Overview

Provides Playwright-based browser automation and CSS Object Model (CSSOM) inspection for web development and debugging.

Installation

Run Command
node index.js

Security Notes

The `evaluate` tool allows execution of arbitrary JavaScript within the browser context, which is a significant security risk if the input script is not trusted or properly sanitized. The `newContext` call uses `ignoreHTTPSErrors: true`, bypassing SSL certificate validation and making it vulnerable to man-in-the-middle attacks on untrusted HTTPS sites. The `evaluate` tool can also write arbitrary content to disk, potentially to user-specified paths, which could lead to file overwrites or disk space exhaustion.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens25000
Stars0
Forks0
Last Update2026-01-18

Tags

browser automationplaywrightcssom inspectionheadless browserweb development