
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
mcp-audit-proxy
Advanced tools
A transparent audit proxy for MCP servers: records every tool call, detects tool poisoning and rug pulls
A transparent audit proxy for MCP servers. Put it in front of any MCP server and every tool call is recorded — what was called, by whom, with which arguments, and what came back.
npx mcp-audit-proxy run -- npx -y @modelcontextprotocol/server-filesystem /tmp
Or install it so the mcp-audit command is on your PATH:
npm install -g mcp-audit-proxy
mcp-audit run -- npx -y @modelcontextprotocol/server-filesystem /tmp
This package is a thin launcher. The real program is a single Go binary,
shipped as a per-platform optional dependency — there is no postinstall
download, so npm install --ignore-scripts works normally.
Prefer not to involve npm at all? The binary stands alone:
go install github.com/firatmio/mcp-audit-proxy/cmd/mcp-audit@latest
Full documentation, configuration and the security detectors: https://github.com/firatmio/mcp-audit-proxy
FAQs
A transparent audit proxy for MCP servers: records every tool call, detects tool poisoning and rug pulls
The npm package mcp-audit-proxy receives a total of 40 weekly downloads. As such, mcp-audit-proxy popularity was classified as not popular.
We found that mcp-audit-proxy 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’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.