
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@mcp-guardian/plugin-sdk
Advanced tools
Stable v3.0 detector plugin API for MCP Guardian.
pnpm add @mcp-guardian/plugin-sdk
import { createDetectorPlugin } from '@mcp-guardian/plugin-sdk';
export default createDetectorPlugin({
name: 'acme-pii-scanner',
version: '1.0.0',
onLoad() { console.error('[acme] loaded'); },
scanArguments(text, ctx) {
if (/SSN-\d{3}-\d{2}-\d{4}/.test(text)) {
return [{ type: 'ssn', location: ctx.location || 'args', severity: 'HIGH', redacted: 'SSN-[REDACTED]' }];
}
return [];
},
});
Enable at runtime:
export GUARDIAN_PLUGINS_ENABLED=true
export GUARDIAN_PLUGIN_PATH=/path/to/built/plugins
See docs/PLUGIN_SDK.md for publishing and lifecycle details.
FAQs
Stable detector plugin SDK for MCP Guardian
The npm package @mcp-guardian/plugin-sdk receives a total of 16 weekly downloads. As such, @mcp-guardian/plugin-sdk popularity was classified as not popular.
We found that @mcp-guardian/plugin-sdk 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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.