Skip to content

Add CyberLens AI security scanning MCP server#92

Open
shadoprizm wants to merge 1 commit intoPuliczek:mainfrom
shadoprizm:add-cyberlens
Open

Add CyberLens AI security scanning MCP server#92
shadoprizm wants to merge 1 commit intoPuliczek:mainfrom
shadoprizm:add-cyberlens

Conversation

@shadoprizm
Copy link
Copy Markdown

CyberLens AI — Security Scanning MCP Server

Adding CyberLens to the MCP Security Servers list.

What it does:

  • 🔍 Website scanning — 15 security checks locally (no account needed), 70+ via cloud API
  • 📦 Repository scanning — secret detection, CVE-matched dependency vulnerabilities, code pattern analysis
  • 🔌 Claw Hub skill scanning — downloads and analyses skill packages for malicious code before installing
  • 🛡️ Security scoring — 0-100 score with letter grades (A-F)
  • 📋 Remediation guides — CWE-based playbooks with code examples

Security-relevant details:

  • Local quick-scan mode: zero external calls, no data leaves the machine
  • Cloud scans: HTTPS-only to api.cyberlensai.com, API key stored locally
  • Graceful fallback: if cloud quota exhausted, falls back to local scan (never hard-fails)
  • Auth via browser OAuth flow, no credentials in config files

Install: npx -y @shadoprizm/cyberlens-mcp-server

Repo: https://github.com/shadoprizm/cyberlens-mcp-server
Website: https://cyberlensai.com
License: MIT

This is particularly relevant given recent discoveries of 341+ malicious skills in Claw Hub — CyberLens includes a dedicated skill scanning tool that analyses source code for dangerous patterns before installation.

Copilot AI review requested due to automatic review settings March 30, 2026 01:19
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds CyberLens AI to the repository’s MCP Security Servers list to surface an additional MCP server option for security scanning (websites, repositories, and Claw Hub skills).

Changes:

  • Added a new bullet entry for CyberLens AI under “💾 MCP Security Servers”
  • Included a short capability summary and an npx install command in the listing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants