
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.
queryshield-mcp
Advanced tools
MCP client for QueryShield — a secure SQL proxy that sits between AI agents and customer databases. Agents call a single endpoint; QueryShield translates NL → SQL via Claude, validates at the AST level (no DDL/DML), enforces per-agent row-level security, and audit-logs every query.
pip install queryshield-mcp
Provision an agent API key at https://queryshield.dev, then add to your MCP client config:
{
"queryshield": {
"command": "queryshield-mcp",
"env": {
"QUERYSHIELD_API_KEY": "qs_..."
}
}
}
Self-hosting? Set QUERYSHIELD_BASE_URL to point at your deploy.
query_database(database_alias, question, max_rows) — natural-language queryquery_database_sql(database_alias, sql, max_rows) — structured SELECTget_audit_log(limit) — recent attempts for the calling agentMIT
mcp-name: io.github.bch1212/queryshield
FAQs
MCP client for QueryShield — secure SQL proxy for AI agents
We found that queryshield-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.
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.