
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.
create-sidclaw-app
Advanced tools
An MCP governance proxy powered by SidClaw.
Wraps any MCP server with SidClaw governance. Tool calls are evaluated against your policies before reaching the upstream server.
Tool mappings (glob patterns):
search_* → Allowed instantly (internal data)send_* → Requires human approval (confidential)export_* → Blocked by policy (restricted data)Set your upstream MCP server command in .env:
UPSTREAM_MCP_COMMAND=npx
UPSTREAM_MCP_ARGS=-y @modelcontextprotocol/server-postgres postgres://...
Configure in your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"governed-server": {
"command": "npx",
"args": ["tsx", "index.ts"],
"env": {
"SIDCLAW_API_KEY": "ai_...",
"SIDCLAW_AGENT_ID": "...",
"UPSTREAM_MCP_COMMAND": "npx",
"UPSTREAM_MCP_ARGS": "-y @modelcontextprotocol/server-postgres postgres://..."
}
}
}
}
npm start
When a tool call requires approval: https://app.sidclaw.com/dashboard/approvals
See the complete audit trail at: https://app.sidclaw.com/dashboard/audit
FAQs
Create a governed AI agent with SidClaw in 60 seconds
The npm package create-sidclaw-app receives a total of 4 weekly downloads. As such, create-sidclaw-app popularity was classified as not popular.
We found that create-sidclaw-app 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.