competitor-watch — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited competitor-watch (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.
Extract and compare structured data from multiple websites side-by-side.
CF Browser MCP server must be configured in .mcp.json (see quick start).
Pricing pages, feature matrices, and product comparisons are almost always JS-rendered. This skill uses browser_json and browser_scrape to extract structured data from multiple competitor pages, then generates a comparison.
From user input, determine:
For each competitor page, use the most appropriate tool:
Pricing data:
browser_json(url, prompt="Extract all pricing tiers with: plan name, monthly price, annual price, key features, and limits")Feature comparison:
browser_json(url, prompt="Extract all features with: feature name, availability (yes/no/limited), and any limits or quotas")General product info:
browser_scrape(url, selectors=["h1", ".pricing-card", ".feature-list", "[class*=plan]"])Align extracted data into a consistent schema:
Output a markdown comparison table:
## Competitor Comparison — {Category}
| | Competitor A | Competitor B | Competitor C |
|---|---|---|---|
| Free tier | 1K requests | 500 requests | None |
| Pro price | $20/mo | $25/mo | $19/mo |
| API rate limit | 100 req/s | 50 req/s | Unlimited |
| Key differentiator | Best DX | Most features | Cheapest |
### Key Insights
- Competitor A leads on developer experience
- Competitor B has the most comprehensive free tier
- Price range: $19-25/mo for pro plansurls (required): List of competitor URLs or product namesfocus (optional): What to compare — "pricing", "features", "limits", "all"prompt (optional): Custom extraction prompt for specific data points"Compare Vercel vs Netlify vs Cloudflare Pages pricing"
→ browser_json on each /pricing page → normalized comparison table
"What features does Cursor have that Copilot doesn't?"
→ Extract feature lists from both → diff analysis
"Compare the free tiers of Supabase, Firebase, and PlanetScale"
→ Extract pricing/limits → free tier comparison
"How does our pricing compare to competitors?"
→ Extract your pricing page + competitors → gap analysis~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.