New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

rogue-mcp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rogue-mcp

Rogue MCP by Wallarm - Advanced MCP Security Scanner for detecting and remediating MCP server vulnerabilities

latest
Source
npmnpm
Version
1.0.23
Version published
Maintainers
1
Created
Source

Rogue MCP by Wallarm

Advanced MCP Security Scanner - Detect and remediate MCP server vulnerabilities aligned with OWASP Agentic AI Top 10.

Installation

npm install -g rogue-mcp

Quick Start

# Discover all MCP servers on this machine
rogue-mcp scan

# Run security audit
rogue-mcp audit

# Generate safe configurations
rogue-mcp fix

Features

  • Discovery: Finds MCP servers across Claude Desktop, Cursor, VS Code, Windsurf
  • Security Audit: 24 MCP-specific security checks (MCP001-MCP024)
  • OWASP Mapping: Findings mapped to OWASP Agentic AI Top 10 (ASI01-ASI10)
  • Blast Radius: Analyzes what data could be exposed if compromised
  • Safe Configs: Generates pinned, least-privilege configurations
  • MCP Server: Can run as an MCP server itself for AI-assisted scanning

Usage as MCP Server

Add to your MCP client configuration:

{
  "mcpServers": {
    "rogue-mcp": {
      "command": "rogue-mcp",
      "args": []
    }
  }
}

CLI Commands

rogue-mcp scan              # Discover MCP servers
rogue-mcp audit             # Security audit (SAST)
rogue-mcp deep-probe        # Dynamic analysis (DAST)
rogue-mcp fix               # Generate safe configs
rogue-mcp export            # Export results
rogue-mcp rogue             # Blast radius reconnaissance
rogue-mcp owasp             # OWASP ASI info
rogue-mcp trusted list      # Manage trusted servers
rogue-mcp history           # View scan history

Supported Platforms

  • Linux x64
  • macOS x64 (Intel)
  • macOS arm64 (Apple Silicon)
  • Windows x64

License

Copyright (c) 2025 Wallarm, Inc. All rights reserved.

Author

Ivan Novikov - ivan@wallarm.com

Keywords

mcp

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts