
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
The Page Speed for the Agentic Web - measure how reliably an AI agent can navigate your site
The Page Speed for the Agentic Web
Measure how reliably an AI agent can navigate your website. Get an Agent Visibility Score (0-100) based on 5 signals: Permissions, Structure, Accessibility, Hydration, and Hostility.
🌐 Try it live at agentrank.it
# Run directly with npx
npx agentrank audit https://example.com
# Or install globally
npm install -g agentrank
agentrank audit https://example.com
# Quick scan (~5 seconds)
agentrank audit https://example.com
# Verbose output
agentrank audit https://example.com --verbose
# JSON output (for scripting)
agentrank audit https://example.com --json
import { scanUrl, getGrade } from 'agentrank';
const result = await scanUrl({
url: 'https://example.com',
mode: 'quick', // 'quick' (default) or 'deep'
timeout: 30000, // Timeout in ms
});
console.log(`Score: ${result.agentScore}/100`);
console.log(`Grade: ${getGrade(result.agentScore)}`); // A, B, C, D, or F
// Access individual signals
result.signals.permissions.status; // 'pass' | 'warn' | 'fail'
result.signals.structure.score; // 0-100
result.signals.accessibility.recommendations; // string[]
Note: Deep mode (
mode: 'deep') requires a self-hosted browser-use engine. See Deep Mode Setup for Docker configuration.
| Signal | Weight | What It Measures |
|---|---|---|
| Permissions | 20% | robots.txt analysis |
| Structure | 25% | Semantic HTML density |
| Accessibility | 25% | ARIA labeling & accessibility tree |
| Hydration | 15% | Time-to-Interactive |
| Hostility | 15% | Bot-blockers (CAPTCHA, etc.) |
Start a local MCP server for Cursor or Claude Desktop:
agentrank mcp --port 3000
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-d '{"action": "audit", "url": "https://example.com"}'
Apache-2.0 © Kiarash Adl
FAQs
The Page Speed for the Agentic Web - measure how reliably an AI agent can navigate your site
The npm package agentrank receives a total of 0 weekly downloads. As such, agentrank popularity was classified as not popular.
We found that agentrank demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.