
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.
@mlawsonking/code-guard-mcp
Advanced tools
MCP server: security scanner for AI-generated code — the agent scans its own code/diff before committing. Detects injection, SSRF, hardcoded secrets, weak crypto, unsafe deserialization, TLS-off, XSS. Deterministic, free, no LLM.
Security scanner for AI-generated code, as an MCP server — the check a coding agent runs on its own code or diff before it commits. Deterministic, free, no LLM.
Why: 53% of code is now AI-written and ~25% ships vulnerable, yet nothing scans it in the agent's loop for free. Code Guard is that fast first-line scanner (not a full audit replacement).
scan_code — scan a snippet → findings {rule, category, severity, line, message, remediation} + verdict
pass/review/block. Detects command/code/SQL injection, SSRF, hardcoded secrets, weak crypto, unsafe
deserialization (pickle/yaml), disabled TLS verification, XSS / template injection.scan_diff — scan only the added lines of a unified diff (correct new-file line numbers).list_rules — the rule catalog (coverage transparency).{ "mcpServers": { "code-guard": { "command": "npx", "args": ["-y", "@mlawsonking/code-guard-mcp"] } } }
Deterministic (same input → same output). API: https://code-guard-api.vercel.app · part of the agent-guardrail suite (Package Guard · Agent Firewall · Payment Guard · Email Guard · Code Guard).
FAQs
MCP server: security scanner for AI-generated code: the agent scans its own code/diff before committing. Detects injection, SSRF, hardcoded secrets, weak crypto, unsafe deserialization, TLS-off, XSS. Deterministic, free, no LLM.
The npm package @mlawsonking/code-guard-mcp receives a total of 49 weekly downloads. As such, @mlawsonking/code-guard-mcp popularity was classified as not popular.
We found that @mlawsonking/code-guard-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.