
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@sqlike/mcp
Advanced tools
MCP server for sqlike — deterministic SQL static analysis. A thin remote client that tokenizes locally and forwards to the sqlike API.
MCP server for sqlike — a deterministic SQL static analyzer and advisor (validity, anti-patterns, rewrites, schema advice) for Postgres, MySQL, SQLite, and SQL Server.
This package is a thin remote client: it tokenizes your SQL locally (identifiers and literals are replaced before anything leaves your machine) and forwards the tokenized query to the sqlike API for analysis. It contains no analysis engine.
No install needed — point your MCP client at it via npx:
{
"mcpServers": {
"sqlike": {
"command": "npx",
"args": ["-y", "@sqlike/mcp"]
}
}
}
It exposes two tools:
analyze — static analysis of a single SQL query.diff — whether two queries are equivalent.Both are read from the environment:
SQLIKE_URL — API base URL (default https://api.sqlike.com).SQLIKE_API_KEY — optional; sent as a Bearer token for higher rate limits.{
"mcpServers": {
"sqlike": {
"command": "npx",
"args": ["-y", "@sqlike/mcp"],
"env": { "SQLIKE_API_KEY": "sk_..." }
}
}
}
The server is a native binary. Each platform's binary is published as its own optional-dependency
package (@sqlike/mcp-linux-x64, @sqlike/mcp-darwin-arm64, …); npm installs only the one matching
your OS and CPU. No install scripts run — this works with --ignore-scripts and in locked-down
environments. Supported: linux x64/arm64, macOS x64/arm64, Windows x64.
MIT OR Apache-2.0
FAQs
MCP server for sqlike — deterministic SQL static analysis. A thin remote client that tokenizes locally and forwards to the sqlike API.
The npm package @sqlike/mcp receives a total of 51 weekly downloads. As such, @sqlike/mcp popularity was classified as not popular.
We found that @sqlike/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.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.