
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
contextpull
Advanced tools
Pull, don't push. Store-native reader and MCP server for ContextPull stores (SQLite + FTS5). No Python at query time.
Store-native TypeScript reader and MCP server for ContextPull stores. Opens the same SQLite file the Python reference writes; no Python at query time. Correctness is defined by the shared conformance suite.
uvx contextpull ingest ./docs # build the store (Python reference; ingest is not ported)
npx contextpull serve ./docs/.contextpull/store.sqlite
npx contextpull search "refund window" --in policy-2025.md
import { Store } from "contextpull";
const store = Store.open(".contextpull/store.sqlite");
const hits = store.search("refund window", ["policy-2024.md", "policy-2025.md"]).hits;
const section = store.read(hits[0].id);
Claude Code: claude mcp add contextpull -- npx contextpull serve /path/store.sqlite.
Develop: npm install && npm run build && npm run conformance.
FAQs
Pull, don't push. Store-native reader and MCP server for ContextPull stores (SQLite + FTS5). No Python at query time.
The npm package contextpull receives a total of 24 weekly downloads. As such, contextpull popularity was classified as not popular.
We found that contextpull 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.