Browser Proof — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Browser Proof (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.
Browser Proof is evidence-backed web verification for agents.
Browser Proof is a verification component for agents that checks claims on public webpages and returns structured results with evidence text, screenshots, and deterministic JSON.
It is not a general-purpose browser automation product. It is designed for situations where an agent needs external confirmation with evidence.
Browser Proof helps agents:
Production Browser Proof access now requires an API key.
X-API-KeyX-API-KeyCurrent launch plans:
trial: 20 credits / monthstarter: 1000 credits / monthpro: 10000 credits / monthInitial credit costs:
verify_claim: 5 creditslist_runs: 1 creditget_run: 1 creditget_run_screenshot: 1 creditIf you need a key for evaluation or paid use, contact RePrompt through the support or sales channel listed for this project.
curl -X POST https://proof.reprompt.jp/api/browser-proof \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"task": "Check whether this page says it is for use in documentation."
}'Example response:
{
"success": true,
"answer": "Yes, the page states that it is for use in documentation examples.",
"evidence_text": "This domain is for use in documentation examples without needing permission.",
"source_url": "https://example.com",
"checked_at": "2026-04-08T15:00:00Z",
"screenshot_url": "supabase://browser-proof-evidence/example.com/root/2026-04-08T15-00-00-000Z.jpg",
"error": null
}Notes:
screenshot_url is currently returned as an internal storage reference string.Browser Proof exposes remote MCP endpoints.
https://proof.reprompt.jp/mcphttps://proof.reprompt.jp/mcp/sseSee:
server.jsonexamples/docs/mcp.mdPOST /api/browser-proofGET /api/runsGET /api/runs/:idGET /api/runs/:id/screenshotGET /healthProduction use requires an API key.
X-API-Key: YOUR_API_KEYX-API-Key is the canonical formatSee:
docs/auth.mdexamples/mcp/See:
docs/limits.mddocs/retention.mddocs/privacy.mdIf a value is not finalized, mark it as planned or to be finalized. Do not present tentative values as final.
This repository is the public shelf for Browser Proof:
Implementation details live separately in the private core repository.
agent-card.jsonserver.jsonopenapi.yamlschema/examples/docs/~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.