Analyze Chrome extensions for security risks, malicious behavior, and privacy concerns. AI-powered threat detection built on the CRXaminer toolkit.
curl -H "Authorization: Bearer crx_your_api_key" \ "https://crx.michaelhaag.org/api/v1/extensions/cjpalhdlnbpafiamejdnhcphjbkeiagm" # Response { "name": "uBlock Origin", "risk_level": "low", "risk_score": 25, "permissions": ["storage", ...], "ai_summary": "Low risk ad blocker..." }
Deep analysis of permissions, APIs, and external connections to calculate risk scores.
Claude AI provides contextual analysis and identifies sophisticated threats humans might miss.
Easy to integrate. Query by extension ID, search by name, or get bulk analysis results.