
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@scanlabsai/mcp-server
Advanced tools
ScanLabsAI security scanner MCP server — scan websites for vulnerabilities and get fixes directly inside Claude.
Scan websites for security vulnerabilities and get fixes — directly inside Claude.
The Model Context Protocol server exposes the ScanLabsAI security engine as tools any MCP client (Claude Desktop, Claude Code, Cursor, etc.) can call.
| Tool | What it does |
|---|---|
scan_website | Run a security scan (OWASP Top 10, CVEs, SSL/TLS, headers, DNS). deep=true for a comprehensive scan. |
get_fix_guidance | Step-by-step remediation for a finding or CVE. |
lookup_cves | Recent CVEs from NIST NVD, optionally filtered by keyword. |
check_credits | Your AI credit balance (needs an API key). |
buy_credits | A secure Stripe checkout link to top up — buy without leaving Claude (needs an API key). |
get_pricing | Free-first-scan policy and AI credit packs. |
The first scan of every website is free. Beyond that, scans use AI credits.
Create an API key at https://scanlabsai.com/mcp and pass it as
SCANLABS_API_KEY (stdio) or an Authorization: Bearer header (hosted) so
scans meter against your account — then buy_credits can top you up in-chat.
This package is a thin proxy to the hosted server, so the tools and metering always match the website.
claude mcp add --transport http scanlabsai https://scanlabsai.com/api/mcp \
--header "Authorization: Bearer slai_live_xxx" # optional: meters against your account
Claude Code:
claude mcp add scanlabsai --env SCANLABS_API_KEY=slai_live_xxx -- npx -y @scanlabsai/mcp-server
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"scanlabsai": {
"command": "npx",
"args": ["-y", "@scanlabsai/mcp-server"],
"env": { "SCANLABS_API_KEY": "slai_live_xxx" }
}
}
}
The API key is optional — without it you get one free scan per website.
example.com and summarise the critical issues."SCANLABS_SCAN_API_URL, SCANLABS_CVE_API_URL, SCANLABS_SITE_URL.MIT
FAQs
ScanLabsAI security scanner MCP server — scan websites for vulnerabilities and get fixes directly inside Claude.
We found that @scanlabsai/mcp-server 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.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

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.