browse — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited browse (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Gives you direct access to a Chromium browser via the Browser Bridge MCP tools.
| Tool | Purpose |
|---|---|
browser_status | Check connection and get active tab info |
browser_navigate | Go to a URL |
browser_screenshot | Capture visible area of a tab |
browser_evaluate | Run JavaScript in the page context |
browser_click | Click an element by CSS selector |
browser_fill | Fill a form field by CSS selector |
browser_get_content | Get text or HTML of a page or element |
browser_get_tabs | List all open tabs |
browser_get_console | Get console logs from a tab |
browser_wait_for | Wait for a selector to appear |
browser_status to confirm the extension is connected.browser_navigate to go to the target page.browser_screenshot to see the current state before interacting.[data-testid="foo"] selectors when available.button:has-text("Submit") is NOT supported — use browser_evaluate to find elements by text content instead.browser_evaluate with document.querySelector('selector').scrollIntoView(). Do NOT use window.scrollBy() — it doesn't work with many framework scroll containers.{} — use synchronous expressions or await inside an IIFE and return a primitive/plain object.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.