
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@erudita/mcp-server
Advanced tools
A Model Context Protocol (MCP) server for managing and serving documentation for JavaScript/TypeScript packages.
# From the root of the repository
pnpm mcp:start
The server provides the following tools:
list_documentation
{}
{ docs: Array<{name: string, version: string, lastUpdated: string, paths: string[]}> }
update_documentation
{ packageName: string, version?: string }
{ success: boolean, message: string }
get_documentation
{ packageName: string, version?: string, path?: string }
{ content: string }
The server can be configured with the following environment variables:
PORT
: Port to run the server on (default: 3000)CACHE_DIR
: Directory to store cached documentation (default: ./.erudite/cache
)# Install dependencies
pnpm install
# Build the package
pnpm build
# Start in development mode
pnpm dev
MIT
FAQs
MCP server for managing documentation cache
The npm package @erudita/mcp-server receives a total of 0 weekly downloads. As such, @erudita/mcp-server popularity was classified as not popular.
We found that @erudita/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.