proxy4agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited proxy4agent (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.
Residential proxy MCP server for AI agents. Route HTTP requests through 2M+ real home devices to bypass anti-bot systems, geo-target by country or city, and maintain sticky sessions.
npm package: bestproxy4agents | GitHub: Goldentrii/proxy4agent
You only need credentials for ONE provider. Novada is the default and recommended provider.
claude mcp add proxy4agent \
-e NOVADA_PROXY_USER=your_username \
-e NOVADA_PROXY_PASS=your_password \
-- npx -y bestproxy4agentsGet credentials: novada.com → Dashboard → Residential Proxies (30 seconds, no credit card).
claude mcp add proxy4agent \
-e PROXY_URL="http://user:pass@host:port" \
-- npx -y bestproxy4agentsWorks with BrightData, Smartproxy, Oxylabs, IPRoyal, or any standard HTTP proxy. Encode targeting in the URL per your provider's format.
These are NOT required. Only set them if you need the specific feature:
NOVADA_API_KEY — enables agentproxy_search (Google search via Novada Scraper API)NOVADA_BROWSER_WS — enables agentproxy_render (JS rendering via Novada Browser API)All HTTP requests are routed through your chosen proxy provider's residential network. Do not send sensitive internal URLs, API keys, or personally identifiable information through the proxy. The proxy provider can see request URLs and response content in transit. Use only for public web content.
Fetch any URL through a residential proxy. Works on Amazon, LinkedIn, Cloudflare-protected sites.
agentproxy_fetch(url="https://example.com", country="US", city="newyork", format="markdown")Parameters: url (required), country, city, session_id, format (markdown/raw), timeout (1-120s).
Sticky session — same IP across multiple requests. Use for login flows, paginated scraping.
agentproxy_session(session_id="job001", url="https://example.com/page/1")
agentproxy_session(session_id="job001", url="https://example.com/page/2")Structured Google search. Returns titles, URLs, descriptions as clean JSON.
agentproxy_search(query="residential proxy for AI", num=5, country="us")Requires: NOVADA_API_KEY (optional — only if you need search)
Render JS-heavy pages with real Chromium (SPAs, React/Vue apps).
agentproxy_render(url="https://react.dev", wait_for=".main-content", format="markdown")Requires: NOVADA_BROWSER_WS (optional — only if you need JS rendering)
Check proxy network health. No credentials needed.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.