
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@crestdeploymentsystems/supership-mcp
Advanced tools
MCP server for supership - predeploy security scanner. Scan code for vulnerabilities without leaving your editor.
MCP server for supership -- predeploy security scanner for the agent economy.
Scan code for exposed secrets, auth holes, injection vulnerabilities, and misconfigurations. Code is analyzed via the supership API. Free tier returns score + grade. Paid tiers return detailed findings with fixes.
Add to your MCP config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"supership": {
"command": "npx",
"args": ["@crestdeploymentsystems/supership-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"supership": {
"command": "npx",
"args": ["@crestdeploymentsystems/supership-mcp"]
}
}
}
Scan a local directory for security vulnerabilities.
scan_directory({ path: "/path/to/project" })
scan_directory({ path: "/path/to/project", tier: "full" })
Scan code snippets directly.
scan_code({ files: { "app.js": "eval(req.body.code);" } })
Get a witnessed attestation (signed, chain-anchored proof).
attest({ input_hash: "sha256:...", score: 85, grade: "B" })
Payment via x402 on Base mainnet. No API keys. No signup.
FAQs
MCP server for supership - predeploy security scanner. Scan code for vulnerabilities without leaving your editor.
We found that @crestdeploymentsystems/supership-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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

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.