web-intelligence — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-intelligence (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.
Use this when the agent needs external web evidence and the question is not satisfied by one generic browser fetch.
Route web work to the right provider with a stable contract:
exa-search for discovery, ranking, and source findingfirecrawl-extract for clean content extraction, crawl expansion, sitemap mapping, and markdown capturebrightdata-collection for hostile, dynamic, geo-sensitive, or SERP-specific collectionexa-search when the task begins with a question, entity, or topic rather than known URLs.firecrawl-extract when URLs are already known and the task needs readable page content.brightdata-collection when the target requires browser rendering, geo targeting, anti-bot resilience, or SERP capture.Return provider results in this shape whenever practical:
{
"query": "string",
"goal": "source_discovery|page_extraction|site_crawl|serp_capture",
"items": [
{
"title": "string",
"url": "string",
"snippet": "string",
"content_markdown": "string",
"source_provider": "exa|firecrawl|brightdata",
"retrieved_at": "ISO-8601",
"confidence": 0.0
}
],
"notes": ["string"]
}| Task shape | Preferred provider | Reason |
|---|---|---|
| Find best sources on a topic | Exa | semantic search and ranking |
| Extract article text from known URL | Firecrawl | clean markdown and crawl tools |
| Crawl a docs site or sitemap | Firecrawl | purpose-built crawl/map endpoints |
| Capture Google results in a country | Bright Data | browser and geo collection |
| Extract blocked JS-heavy page | Bright Data | rendering and anti-bot resilience |
| Fill citation gaps from discovered URLs | Exa then Firecrawl | separate finding from extraction |
dynamic target, geo-sensitive target, bot protection, or SERP capture.exa-searchfirecrawl-extractbrightdata-collectionexa-search, then firecrawl-extract_Last reviewed: 2026-05-14 — automated polish pass per issue #104._
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.