webpeel-d471fa — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited webpeel-d471fa (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 WebPeel to fetch any web page and get clean, token-efficient markdown. Auto-escalates from fast HTTP to headless browser when JavaScript rendering is needed.
--render)# Fetch any URL → clean markdown
npx webpeel "https://example.com"
# Search the web
npx webpeel search "latest AI frameworks"
# Force browser rendering (JS-heavy sites)
npx webpeel "https://spa-site.com" --render
# Get JSON output with metadata
npx webpeel "https://example.com" --json --silent
# Take a screenshot
npx webpeel "https://example.com" --screenshot output.png
# Use CSS selector to extract specific content
npx webpeel "https://docs.example.com" --selector "article.main"For Claude Desktop, Cursor, VS Code, Windsurf, or Cline — add to MCP settings:
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": ["-y", "webpeel", "mcp"]
}
}
}Provides tools: webpeel_fetch, webpeel_search, webpeel_batch.
WebPeel automatically picks the fastest method:
No configuration needed. If simple HTTP fails, it escalates automatically.
| Flag | Description |
|---|---|
--render | Force headless browser |
--json | JSON output with metadata |
--silent | No spinner/progress |
--selector "css" | Extract specific element |
--screenshot [path] | Capture screenshot |
--html | Raw HTML instead of markdown |
--text | Plain text instead of markdown |
-H "key: value" | Custom headers |
--cookie "k=v" | Custom cookies |
--timeout <ms> | Request timeout (default 30s) |
For high-volume use, register at https://app.webpeel.dev for an API key:
curl "https://api.webpeel.dev/v1/fetch?url=https://example.com" \
-H "Authorization: Bearer wp_your_key_here"Free tier: 125 fetches/week. Pro ($9/mo): 1,250/week.
--silent --json for programmatic usenpx webpeel "url" --silent | head -50--render often bypasses basic bot detection~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.