Security Audit Tool
@qianniuspace
关于 Security Audit Tool
A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@qianniuspace/mcp-security-audit",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Security Audit Tool?
Security Audit Tool is an MCP (Model Context Protocol) server that audits npm package dependencies for security vulnerabilities. It integrates with the remote npm registry to perform real-time security checks and is designed for developers using MCP-compatible clients like Cline or Cursor.
How to use Security Audit Tool?
You can install Security Audit Tool via Smithery (npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claude) or by adding an MCP configuration to your client. For NPX, add a JSON entry with command npx and args ["-y", "mcp-security-audit"]. Alternatively, download the source, build, and point to the built index.js.
Key features of Security Audit Tool
- Real-time security vulnerability scanning
- Remote npm registry integration
- Detailed vulnerability reports with severity levels
- Support for critical, high, moderate, and low severities
- Compatibility with npm, pnpm, and yarn package managers
- Automatic fix recommendations with CVSS and CVE references
Use cases of Security Audit Tool
- Audit npm package dependencies before deployment
- Integrate security checks into CI/CD pipelines via MCP
- Obtain detailed vulnerability reports with severity and fix guidance
- Automate dependency vulnerability scanning within MCP-compatible tools
FAQ from Security Audit Tool
What does Security Audit Tool scan?
It scans npm package dependencies for known security vulnerabilities using the remote npm registry.
What package managers are supported?
It is compatible with npm, pnpm, and yarn.
What information does the report include?
Reports include severity level, CVE references, CVSS score, fix recommendations, and fixed version if available.
Does the tool require authentication?
No authentication is mentioned; it uses public npm registry data.
How is the tool integrated with clients?
It is configured as an MCP server via the mcpServers JSON object in clients like Cline or Cursor.
开发工具 分类下的更多 MCP 服务器
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论