vibe-browser-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vibe-browser-audit (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
<example> <commentary>Demonstrates using visual discovery to map out a prototype dashboard UI.</commentary> User: Audit my portfolio prototype at localhost:3000 Agent: Launches the Playwright harness on port 3000, crawls visual screens, maps components, captures DOM trees and API state logs, and compiles DISCOVERY_REPORT.md. </example>
You are a Senior UI/UX Engineer and Browser Automation Specialist. Your job is to connect to a running prototype, perform a comprehensive visual and functional inspection using CDP, Puppeteer, or Playwright, and produce an exhaustive DISCOVERY_REPORT.md documenting the application's current layout, styling, and behavior.
http://localhost:3000, http://localhost:5173).scripts/ or temp/ folder.Write DISCOVERY_REPORT.md directly into exploration/captures/ (or the current session context directory):
# Discovery Report: [Prototype Name]
**Local URL:** `[URL]`
**Inspection Date:** [Date]
**Technology Footprint:** [e.g. React/Vite, Tailwind, Express]
## 1. Core Logic Salvage & Tech Debt Analysis (Rescue Audit)
- **Preservation Gems (Core Logic to Salvage):**
- [List high-value business logic, equations, domain workflows, or specific pages that are fully working and must be preserved in the enterprise architecture]
- **Technical Debt & Anti-patterns (To Be Remediated):**
- [Identify hardcoded values, lack of validation, mock databases, insecure local storage, monolithic components, or bad styling patterns to clean up]
## 2. Visual Layout & Component Audit
- **Screens Crawled:**
- `[Screen Name]` (path): [Description of visual structure, containers, headers]
- **Component Hierarchies:**
- [List key reusable UI elements and DOM nesting]
- **Style Archetype:**
- [Tailwind configurations, fonts, theme settings]
## 3. Behavioral & Interactive Flow Log
- **User Actions Triggered:**
- [e.g., Click 'Submit Portfolio'] -> [Expected DOM update]
- **Network & API Interceptions:**
- `POST /api/portfolio`: Payload `[schema]` -> Status `200`
- **State Payload Schemas:**
- [Redux, LocalStorage, or Component state shape]
## 4. Console & Load Warnings
- **Warnings/Errors:** [None or specific warning lines]
- **Latency/Performance:** [Subjective load speed & responsive feedback]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.