Audits npm dependencies against the remote registry and reports severity, CVE, CVSS, and upgrade information.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Security Audit.
qianniuspace/mcp-security-audit MCP server exposes npm dependency auditing through the Model Context Protocol. It checks dependencies for known vulnerabilities and returns a structured result for each finding. The reported data can include the affected package, installed version, severity, vulnerability description, CVE identifier, GitHub advisory ID, CVSS score and vector, CWE identifiers, advisory URL, and whether a fix is available.
The server recognizes four severity levels: critical, high, moderate, and low. When a vulnerable dependency has a known remedy, the response can include a recommended version and the fixed version. A clean result is represented separately, with metadata and a message indicating that no known vulnerabilities were found.
Audits use integration with the remote npm registry, allowing the server to perform current checks against registry-provided security information rather than relying only on local example data. The output is transformed into a more structured format than the raw npm audit response. Each response includes metadata such as the audit timestamp and package manager.
The documented examples show results for npm packages, including a vulnerable lodash version and its related advisory information. The README also identifies npm, pnpm, and yarn as supported package managers. It does not document a separate database, authentication flow, or a user-configurable registry URL.
The package can be run directly through npx:
The repository documents configuration for Cline and Cursor. Claude Desktop installation is also documented through Smithery. For a source-based setup, clone the repository, run npm install, and build it with npm run build; the resulting build entry point can then be referenced in an MCP client configuration.
qianniuspace/mcp-security-audit MCP server provides dependency vulnerability scanning with:
The README describes the response format and capabilities but does not publish a named MCP tool or its complete input schema. Client configuration should therefore be based on the package instructions rather than an assumed tool name.
The server reports known vulnerabilities returned by its audit source; a clean response should not be interpreted as proof that dependencies are free of every possible security issue. Its operation depends on access to the remote npm registry. The supplied material does not describe offline operation, private registry configuration, lockfile-specific behavior, authentication options, or automatic modification of project files. Fix recommendations are reported as audit results; the documentation does not state that the server applies upgrades itself.
The project is released under the MIT License. Example response files are included in the repository for development reference, but they are transformed examples rather than a substitute for a live audit.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/qianniuspace-mcp-security-audit)<a href="https://allmcps.com/mcp/qianniuspace-mcp-security-audit"><img src="https://allmcps.com/api/badge/qianniuspace-mcp-security-audit?style=directory" alt="MCP Security Audit on AllMCPs" /></a>