
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@orval/mcp
Advanced tools
orval generates type-safe JS clients (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats.
Generate, valid, cache and mock in your React, Vue, Svelte and Angular applications all with your OpenAPI specification.
Add a setting to the mcp client to launch the generated server.ts.
For example, like this:
"pet-store-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"pet-store-mcp",
"bash",
"-c",
"ts-node",
"src/gen/server.ts"
],
"disabled": false,
"alwaysAllow": []
}
Here, src/gen/server.ts is started using Docker.
You can find below some samples
FAQs
Unknown package
The npm package @orval/mcp receives a total of 837,639 weekly downloads. As such, @orval/mcp popularity was classified as popular.
We found that @orval/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.