Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Agentic capability / Playwright
⇄ConnectorAgentic capabilityFree

Playwright

Cross-browser automation library for agents: control Chromium, Firefox, and WebKit with a single reliable API.

@ai-supply
Installs181k
⟳ upstream v1.61.1 · updated 1mo ago
↗ Source repository
← More Agentic capabilityAgentic capability leaderboard →How we grade security →Source ↗
✓ Grade A · 95/100 · SafeSecurity assessment
✓No compromise signals45capabilities surfaced1known CVE5of 20 OWASP controls clear
Suspicious network referencesBroad capability surfacePotentially unbounded loopBroad capability surface
scanned 16d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Playwright

Microsoft Playwright is the leading browser automation framework used by AI agents to navigate the web, extract data, fill forms, click buttons, and take screenshots — all with a single async API that works across Chromium, Firefox, and WebKit.

Key Features

  • Multi-browser — one API for Chromium, Firefox, and WebKit (including mobile emulation)
  • Auto-wait — automatically waits for elements to be actionable before interacting
  • Network interception — mock, intercept, and modify HTTP requests at the browser level
  • Tracing & screenshots — full trace viewer with timeline, DOM snapshots, and screenshots for every step
  • Codegen — record browser interactions and export to Python, TypeScript, Java, or C#
  • Headless & headed — run invisibly in CI or visibly for debugging
  • MCP server — official @playwright/mcp MCP server lets agents drive browsers via tool calls

Quick Start

pip install playwright
playwright install chromium
from playwright.sync_api import sync_playwright

with sync_playwright() as p:
    browser = p.chromium.launch(headless=True)
    page = browser.new_page()
    page.goto("https://example.com")
    print(page.title())
    browser.close()

Install via ai-supply

npx ai-supply add playwright-browser-automation

Curated mirror of the open-source Playwright project (Apache-2.0). Install upstream from the repository.

Rating rank
#1
of 35 in Agentic capability
Install rank
#14
of 35 in Agentic capability
Security score
95/100 · A
safe
Security rank
#12
of 35 in Agentic capability
Installs
181k
cat avg 186k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Agentic capability leaderboard →
✓ Security: Safe · 9595/100 · grade Ascanned 16d ago
✓ no compromise signals46 risk-surface · 10/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · high confidence (static)
Tools (2)
browser_my_toolmy-command
⚑ filesystem⚑ shell⚑ network⚑ secretsinstall: install
egress → aka.ms, developer.apple.com, playwright.dev, stackoverflow.com, oauth2.googleapis.com, www.googleapis.com, registry.npmjs.org, mspwblobreport.blob.core.windows.net +32
auth: oauthaka.msgithub.comoptions.hostdeveloper.apple.complaywright.devstackoverflow.comoauth2.googleapis.comwww.googleapis.comscope: element:scope: options:scope: internal:scope: selector:scope: e.getAttributescope: context.originalScopescope: this._serviceWorkerScopescope: android:

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · microsoft-playwright-f3114b3/docs/src/release-notes-csharp.md (CWE-77)expected
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: private key · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.key (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-playwright-f3114b3/packages/extension/manifest.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-playwright-f3114b3/packages/playwright-core/src/server/android/android.ts (CWE-798)risk surface
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 1 npm dependencies declared · microsoft-playwright-f3114b3/examples/github-api/package.jsonrisk surface
•Dependency manifest — 2 npm dependencies declared · microsoft-playwright-f3114b3/examples/mock-battery/package.jsonrisk surface
•Dependency manifest — 109 npm dependencies declared · microsoft-playwright-f3114b3/package.jsonrisk surface
•Dependency manifest — 10 npm dependencies declared · microsoft-playwright-f3114b3/packages/dashboard/package.jsonrisk surface
•npm install-lifecycle script — install run on install — executes arbitrary code · microsoft-playwright-f3114b3/packages/playwright-browser-chromium/package.json (CWE-506)risk surface
•Dependency manifest — 3 npm dependencies declared · microsoft-playwright-f3114b3/packages/playwright-ct-core/package.jsonrisk surface
•Dependency manifest — 4 npm dependencies declared · microsoft-playwright-f3114b3/packages/web/package.jsonrisk surface
•Vulnerable dependencies — 1 known vulnerability in: fast-xml-parser@5.5.7 (CWE-1395)known CVE · -5 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — pipe-to-shell install · microsoft-playwright-f3114b3/.github/workflows/tests_docker.yml (CWE-494)expected
•Suspicious code patterns — dynamic code execution · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/SimpleChannel.js (CWE-95)expected
•Suspicious code patterns — child_process exec; OS command execution · microsoft-playwright-f3114b3/docs/src/webview2.md (CWE-78)expected
•Suspicious code patterns — destructive rm -rf / · microsoft-playwright-f3114b3/packages/playwright-core/bin/reinstall_chrome_beta_mac.sh (CWE-78)expected
•Suspicious code patterns — child_process exec · microsoft-playwright-f3114b3/packages/playwright-core/src/client/browserType.ts (CWE-78)expected
•Suspicious code patterns — child_process exec; dynamic code execution · microsoft-playwright-f3114b3/packages/playwright-core/src/server/registry/dependencies.ts (CWE-78)expected
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · microsoft-playwright-f3114b3/.azure-pipelines/publish-docker.ymlexpected
•External endpoints declared — 4 distinct host(s) · microsoft-playwright-f3114b3/.github/ISSUE_TEMPLATE/bug.ymlexpected
•External endpoints declared — 2 distinct host(s) · microsoft-playwright-f3114b3/.github/ISSUE_TEMPLATE/question.ymlexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · microsoft-playwright-f3114b3/.github/workflows/fix-flakes.yml (CWE-272)risk surface
•External endpoints declared — 3 distinct host(s) · microsoft-playwright-f3114b3/.github/workflows/tests_docker.ymlexpected
•External endpoints declared — 7 distinct host(s) · microsoft-playwright-f3114b3/CONTRIBUTING.mdexpected
•External endpoints declared — 13 distinct host(s) · microsoft-playwright-f3114b3/README.mdexpected
•External endpoints declared — 5 distinct host(s) · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/NetworkObserver.jsexpected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · microsoft-playwright-f3114b3/browser_patches/firefox/preferences/playwright.cfg (CWE-272)risk surface
•Egress to a private/loopback host — 192.168.0.2 · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/win/PlaywrightLib.rc (CWE-918)expected
•External endpoints declared — 6 distinct host(s) · microsoft-playwright-f3114b3/docs/src/accessibility-testing-java.mdexpected
•External endpoints declared — 8 distinct host(s) · microsoft-playwright-f3114b3/docs/src/api-testing-js.mdexpected
•External endpoints declared — 9 distinct host(s) · microsoft-playwright-f3114b3/docs/src/api/class-browsertype.mdexpected
•External endpoints declared — 14 distinct host(s) · microsoft-playwright-f3114b3/docs/src/api/class-page.mdexpected
•External endpoints declared — 20 distinct host(s) · microsoft-playwright-f3114b3/docs/src/release-notes-csharp.mdexpected
•External endpoints declared — 24 distinct host(s) · microsoft-playwright-f3114b3/docs/src/release-notes-java.mdexpected
•Egress to a private/loopback host — 127.0.0.1 · microsoft-playwright-f3114b3/docs/src/release-notes-js.md (CWE-918)expected
•External endpoints declared — 31 distinct host(s) · microsoft-playwright-f3114b3/docs/src/release-notes-js.mdexpected
•External endpoints declared — 22 distinct host(s) · microsoft-playwright-f3114b3/docs/src/release-notes-python.mdexpected
•External endpoints declared — 26 distinct host(s) · microsoft-playwright-f3114b3/packages/playwright-core/src/server/chromium/protocol.d.tsexpected
•External endpoints declared — 17 distinct host(s) · microsoft-playwright-f3114b3/packages/playwright/types/test.d.tsexpected
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/win/PlaywrightLib.rc (CWE-200)risk surface
•Embedded credentials — found: private key · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.key (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-playwright-f3114b3/packages/extension/manifest.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · microsoft-playwright-f3114b3/packages/playwright-core/src/server/android/android.ts (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/Helper.js (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · microsoft-playwright-f3114b3/docs/src/release-notes-csharp.md (CWE-77)expected
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 1 npm dependencies declared · microsoft-playwright-f3114b3/examples/github-api/package.jsonrisk surface
•Dependency manifest — 2 npm dependencies declared · microsoft-playwright-f3114b3/examples/mock-battery/package.jsonrisk surface
•Dependency manifest — 109 npm dependencies declared · microsoft-playwright-f3114b3/package.jsonrisk surface
•Dependency manifest — 10 npm dependencies declared · microsoft-playwright-f3114b3/packages/dashboard/package.jsonrisk surface
•npm install-lifecycle script — install run on install — executes arbitrary code · microsoft-playwright-f3114b3/packages/playwright-browser-chromium/package.json (CWE-506)risk surface
•Dependency manifest — 3 npm dependencies declared · microsoft-playwright-f3114b3/packages/playwright-ct-core/package.jsonrisk surface
•Dependency manifest — 4 npm dependencies declared · microsoft-playwright-f3114b3/packages/web/package.jsonrisk surface
•Vulnerable dependencies — 1 known vulnerability in: fast-xml-parser@5.5.7 (CWE-1395)known CVE · -5 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — pipe-to-shell install · microsoft-playwright-f3114b3/.github/workflows/tests_docker.yml (CWE-494)expected
•Suspicious code patterns — dynamic code execution · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/SimpleChannel.js (CWE-95)expected
•Suspicious code patterns — child_process exec; OS command execution · microsoft-playwright-f3114b3/docs/src/webview2.md (CWE-78)expected
•Suspicious code patterns — destructive rm -rf / · microsoft-playwright-f3114b3/packages/playwright-core/bin/reinstall_chrome_beta_mac.sh (CWE-78)expected
•Suspicious code patterns — child_process exec · microsoft-playwright-f3114b3/packages/playwright-core/src/client/browserType.ts (CWE-78)expected
•Suspicious code patterns — child_process exec; dynamic code execution · microsoft-playwright-f3114b3/packages/playwright-core/src/server/registry/dependencies.ts (CWE-78)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (53) · hygiene / uncategorized
•Suspicious network references — suspicious TLD (1 URLs) · microsoft-playwright-f3114b3/.claude/skills/playwright-dev/trace_system_guide.mdrisk surface
•Unrecognized file type — '.editorconfig' is not on the allowlist · microsoft-playwright-f3114b3/.editorconfigrisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · microsoft-playwright-f3114b3/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · microsoft-playwright-f3114b3/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · microsoft-playwright-f3114b3/LICENSErisk surface
•Unrecognized file type — '.mjs' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/ChannelEventSink.sys.mjsrisk surface
•Unrecognized file type — '.jsm' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/JugglerFrameParent.jsmrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/components/components.confrisk surface
•Unrecognized file type — '.build' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/components/moz.buildrisk surface
•Unrecognized file type — '.mn' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/jar.mnrisk surface
•Unrecognized file type — '.idl' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/pipe/nsIRemoteDebuggingPipe.idlrisk surface
•Unrecognized file type — '.cpp' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/pipe/nsRemoteDebuggingPipe.cpprisk surface
•Unrecognized file type — '.h' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/juggler/pipe/nsRemoteDebuggingPipe.hrisk surface
•Unrecognized file type — '.diff' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/patches/bootstrap.diffrisk surface
•Unrecognized file type — '.cfg' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/firefox/preferences/playwright.cfgrisk surface
•Unrecognized file type — '.xcconfig' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/Configurations/Base.xcconfigrisk surface
•Unrecognized file type — '.m' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/MBToolbarItem.mrisk surface
•Unrecognized file type — '.pbxproj' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/Playwright.xcodeproj/project.pbxprojrisk surface
•Unrecognized file type — '.xcscheme' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/Playwright.xcodeproj/xcshareddata/xcschemes/Playwright.xcschemerisk surface
•Unrecognized file type — '.xib' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/mac/BrowserWindow.xibrisk surface
•Unrecognized file type — '.plist' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/mac/Info.plistrisk surface
•Unrecognized file type — '.pch' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/mac/Playwright_Prefix.pchrisk surface
•Unrecognized file type — '.rc' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/win/PlaywrightLib.rcrisk surface
•Suspicious network references — raw IP URL (1 URLs) · microsoft-playwright-f3114b3/browser_patches/webkit/embedder/Playwright/win/PlaywrightLib.rcrisk surface
•Suspicious network references — URL shortener (12 URLs) · microsoft-playwright-f3114b3/browser_patches/webkit/patches/bootstrap.diffrisk surface
•Unrecognized file type — '.sln' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/winldd/PrintDeps.slnrisk surface
•Unrecognized file type — '.vcxproj' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/winldd/PrintDeps.vcxprojrisk surface
•Unrecognized file type — '.filters' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/winldd/PrintDeps.vcxproj.filtersrisk surface
•Unrecognized file type — '.user' is not on the allowlist · microsoft-playwright-f3114b3/browser_patches/winldd/PrintDeps.vcxproj.userrisk surface
•Disallowed file type — '.bat' executables are not permitted · microsoft-playwright-f3114b3/browser_patches/winldd/buildwin.bat (CWE-434)risk surface
•Suspicious network references — raw IP URL (63 URLs) · microsoft-playwright-f3114b3/docs/src/browsers.mdrisk surface
•Suspicious network references — raw IP URL (13 URLs) · microsoft-playwright-f3114b3/docs/src/library-js.mdrisk surface
•Suspicious network references — raw IP URL (113 URLs) · microsoft-playwright-f3114b3/docs/src/release-notes-js.mdrisk surface
•Suspicious network references — suspicious TLD (30 URLs) · microsoft-playwright-f3114b3/docs/src/trace-viewer.mdrisk surface
•Suspicious network references — raw IP URL (18 URLs) · microsoft-playwright-f3114b3/docs/src/webview2.mdrisk surface
•Unrecognized file type — '.mts' is not on the allowlist · microsoft-playwright-f3114b3/packages/extension/vite.config.mtsrisk surface
•Unrecognized file type — '.list' is not on the allowlist · microsoft-playwright-f3114b3/packages/html-reporter/src/DEPS.listrisk surface
•Unrecognized file type — '.npmignore' is not on the allowlist · microsoft-playwright-f3114b3/packages/playwright-core/.npmignorerisk surface
•Disallowed file type — '.ps1' executables are not permitted · microsoft-playwright-f3114b3/packages/playwright-core/bin/install_media_pack.ps1 (CWE-434)risk surface
•Suspicious network references — suspicious TLD (8 URLs) · microsoft-playwright-f3114b3/packages/playwright-core/src/cli/program.tsrisk surface
•Unrecognized file type — '.gradle' is not on the allowlist · microsoft-playwright-f3114b3/packages/playwright-core/src/server/android/driver/app/build.gradlerisk surface
•Unrecognized file type — '.pro' is not on the allowlist · microsoft-playwright-f3114b3/packages/playwright-core/src/server/android/driver/app/proguard-rules.prorisk surface
•Unrecognized file type — '.properties' is not on the allowlist · microsoft-playwright-f3114b3/packages/playwright-core/src/server/android/driver/gradle.propertiesrisk surface
•Suspicious network references — raw IP URL (2 URLs) · microsoft-playwright-f3114b3/packages/playwright-core/src/server/webkit/webview/dialogBridge.tsrisk surface
•Unrecognized file type — '.webmanifest' is not on the allowlist · microsoft-playwright-f3114b3/packages/trace-viewer/public/manifest.webmanifestrisk surface
•Unrecognized file type — '.license' is not on the allowlist · microsoft-playwright-f3114b3/packages/utils/webp/webp_codec.LICENSErisk surface
•Possible obfuscation — very long lines paired with a decode/execute sink · microsoft-playwright-f3114b3/packages/utils/webp/webp_codec.js (CWE-506)risk surface
•Unrecognized file type — '.csr' is not on the allowlist · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.csrrisk surface
•Unrecognized file type — '.ext' is not on the allowlist · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.extrisk surface
•Unrecognized file type — '.key' is not on the allowlist · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.keyrisk surface
•Unrecognized file type — '.pem' is not on the allowlist · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/localhost/localhost.pemrisk surface
•Unrecognized file type — '.pfx' is not on the allowlist · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/trusted/cert-legacy.pfxrisk surface
•Opaque binary content — non-text payload not statically analyzable · microsoft-playwright-f3114b3/tests/assets/client-certificates/client/trusted/cert-legacy.pfxrisk surface
✔ verified source · pinned microsoft-playwright-f3114b3
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/playwright-browser-automation/check). Click a policy:

Consume Playwright programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/playwright-browser-automation

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/playwright-browser-automation/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add playwright-browser-automation

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/playwright-browser-automation/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "playwright-browser-automation" })
OpenAPI spec →
vlatest
✓ Security: Safe · 951mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy