Server data from the Official MCP Registry
Security scanning for websites, public repositories, and Open CLAW skills.
Security scanning for websites, public repositories, and Open CLAW skills.
Set these up before or after installing:
Environment variable: CYBERLENS_API_KEY
Environment variable: CYBERLENS_API_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-shadoprizm-cyberlens-mcp-server": {
"env": {
"CYBERLENS_API_KEY": "your-cyberlens-api-key-here",
"CYBERLENS_API_BASE_URL": "your-cyberlens-api-base-url-here"
},
"args": [
"-y",
"@shadoprizm/cyberlens-mcp-server"
],
"command": "npx"
}
}
}This is a well-designed MCP server for security scanning with good architectural practices. It includes proper error handling, secure credential management through environment variables, and permissions appropriately scoped to its security scanning purpose. Minor issues include command execution for package management (standard for developer tools) and some basic hardcoded credentials in skill scanning (expected for testing patterns). Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!