content-extractor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited content-extractor (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 content from JavaScript-rendered web pages using CF Browser MCP tools.
CF Browser MCP server must be configured in .mcp.json (see quick start).
Analyze the user's intent and select the appropriate mode:
Trigger: "read this page", "get content from", "what does X say" Tool: browser_markdown Workflow:
browser_markdown with the URLTrigger: "extract products", "get prices", "pull data from" Tool: browser_json Workflow:
browser_json with URL and extraction promptTrigger: "get the headlines", "extract article titles", "find all images" Tool: browser_scrape Workflow:
browser_scrape with URL and selectors arrayTrigger: "find all links", "list pages on", "discover URLs" Tool: browser_links Workflow:
browser_links with the URLTrigger: "screenshot", "show me what X looks like", "capture page" Tool: browser_screenshot Workflow:
browser_screenshot with URL and optional viewport dimensions"Read the Hono documentation homepage"
→ browser_markdown("https://hono.dev")
"Extract all pricing tiers from Vercel"
→ browser_json("https://vercel.com/pricing", prompt="Extract all pricing tiers with name, price, and features")
"Get all h2 headings from this blog post"
→ browser_scrape("https://example.com/blog/post", selectors=["h2"])
"Screenshot the landing page at mobile width"
→ browser_screenshot("https://example.com", width=375, height=812)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.