Awesome MCPSecurity & Reverse Engineering

cycodehq/cycode-cli

⭐ 100 Python repository created 2022-07-04

Cycode CLI is a locally installed application that scans a repository for four classes of security problem: hardcoded secrets and credentials, infrastructure-as-code misconfigurations, software composition analysis findings in dependencies, and static application security testing issues in the code itself. It authenticates against a Cycode account, supports configuration through commands or environment variables, works behind proxies with custom certificates, and installs as a pre-commit hook so scanning happens before code is committed rather than after it is pushed. The MCP relevance is an experimental mcp command that starts the CLI as an MCP server, exposing its scanning capabilities as tools. That changes how findings are handled: instead of a developer reading scanner output and deciding what to do, an assistant can run a scan, read the findings, locate the offending code and propose or apply a fix in the same session — with the important consequence that a leaked secret is identified while the change is still local. The project is Python. Because it is a commercial product's client, useful operation requires a Cycode account, and the MCP mode is documented as experimental rather than stable. The audience is teams already using Cycode who want scanning results actionable from inside an assistant session.

https://github.com/cycodehq/cycode-cli

mcpsecuritysastscasecrets-scanningiacpythoncycodedevsecops

Also in Security & Reverse Engineering

mukul975/Anthropic-Cybersecurity-Skills

A comprehensive open-source library featuring 754 structured cybersecurity skills for AI agents, mapped to five industry frameworks to provide expert-level guidance.

NVIDIA/SkillSpector

NVIDIA security scanner for AI agent skills and MCP tooling that detects prompt injection, data exfiltration, MCP tool poisoning and least-privilege problems, and can itself be run as an MCP server inside agent sessions.

mrexodia/ida-pro-mcp

ida-pro-mcp is an MCP server for IDA Pro that enables advanced reverse engineering capabilities through MCP-based interactions and automation.

LaurieWired/GhidraMCP

GhidraMCP is an MCP server that integrates Ghidra's reverse engineering capabilities with MCP clients, enabling automated binary analysis and decompilation through large language models.

invariantlabs-ai/mcp-scan

MCP-Scan is a security tool that statically and dynamically scans and monitors Model Context Protocol (MCP) connections to detect and prevent vulnerabilities such as prompt injections, tool poisoning, and cross-origin escalations.

zinja-coder/jadx-ai-mcp

JADX-AI-MCP is a JADX plugin integrating Model Context Protocol to enable AI-powered live reverse engineering, vulnerability detection, and code analysis of Android APKs using large language models like Claude.

mariocandela/beelzebub

Beelzebub is a secure low-code honeypot framework leveraging large language models and the Model Context Protocol (MCP) to detect and analyze cyber attacks, including prompt injection attempts against LLM agents.

svnscha/mcp-windbg

mcp-windbg is a Model Context Protocol server that enables AI models to analyze Windows crash dumps using WinDBG through natural language interaction and command execution.