Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions npx/playwright-mcp/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Playwright MCP Server Configuration
# Official Playwright MCP server for browser automation and testing
# Package: https://www.npmjs.com/package/@playwright/mcp
# Repository: https://github.com/microsoft/playwright-mcp
# Will build as: ghcr.io/stacklok/dockyard/npx/playwright-mcp:0.0.44

metadata:
name: playwright-mcp
description: "Official Playwright MCP server for browser automation and testing"
protocol: npx

spec:
package: "@playwright/mcp"
version: "0.0.44"

provenance:
repository_uri: "https://github.com/microsoft/playwright-mcp"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- code: "TF001"
reason: "Data leak risk acceptable - tool designed for browser automation and web testing workflows where external content interaction is essential. Users should be aware of potential data exposure when automating web interactions."
- code: "TF002"
reason: "Destructive flow risk acceptable - browser automation tools are core functionality for web testing and automation. Users should only use with trusted prompts and on non-production systems."
Loading