
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@opensyber/mcp
Advanced tools
MCP server for OpenSyber — AI agent security monitoring, dependency scanning, and threat intelligence
MCP (Model Context Protocol) server for OpenSyber. Gives AI agents like Claude Desktop, Cursor, and Claude Code direct access to security monitoring, dependency scanning, and threat intelligence.
npm install @opensyber/mcp
# or
pnpm add @opensyber/mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"opensyber": {
"command": "npx",
"args": ["-y", "@opensyber/mcp"]
}
}
}
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"opensyber": {
"command": "npx",
"args": ["-y", "@opensyber/mcp"]
}
}
}
claude mcp add opensyber -- npx -y @opensyber/mcp
opensyber_scan_dependencyCheck if an npm package is safe to install. Returns a safety verdict (safe / suspicious / malicious) with reasons and known CVEs.
Parameters:
package (required) — npm package name (e.g. "lodash")version (optional) — specific version to check (e.g. "4.17.21")Example prompt: "Is the event-stream npm package safe to use?"
opensyber_check_securityGet a security score for a project. Returns a breakdown across 8 categories: dependencies, secrets, authentication, input validation, encryption, logging, access control, and infrastructure.
Parameters:
projectPath (optional) — absolute path to the project rootExample prompt: "Run a security check on my project."
opensyber_query_threatsGet current AI agent threat intelligence. Returns recent threats including prompt injection, supply chain attacks, and model exfiltration attempts.
Parameters:
severity (optional) — minimum severity: "critical", "high", or "medium"Example prompt: "What are the latest critical threats targeting AI agents?"
opensyber_list_skillsBrowse the OpenSyber audited skill marketplace. Lists available security skills that agents can install.
Parameters:
category (optional) — filter by "monitoring", "scanning", "compliance", "networking", or "infrastructure"Example prompt: "Show me available security scanning skills."
opensyber_protectGenerate a security configuration for a web framework. Returns integration code with TokenForge device binding, rate limiting, CORS, and CSP headers.
Parameters:
framework (required) — "express", "hono", "nextjs", or "fastify"Example prompt: "Generate security config for my Hono API."
# Run locally
pnpm dev
# Build
pnpm build
# Test with MCP Inspector
npx @modelcontextprotocol/inspector dist/index.js
MIT
FAQs
MCP server for OpenSyber — AI agent security monitoring, dependency scanning, and threat intelligence
The npm package @opensyber/mcp receives a total of 7 weekly downloads. As such, @opensyber/mcp popularity was classified as not popular.
We found that @opensyber/mcp 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.