
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.
@blackwell-systems/knowing
Advanced tools
Git versions files. knowing versions the understanding of code.
An intelligence versioning system: a content-addressed graph where every relationship between symbols is tracked, scored, and snapshotted with hierarchical Merkle trees.
npm install -g @blackwell-systems/knowing
Or use directly:
npx @blackwell-systems/knowing index ./my-repo
npx @blackwell-systems/knowing context -task "refactor auth" -format gcf
npx @blackwell-systems/knowing mcp --watch
knowing indexes code across 12 languages and 25 extractor types into a content-addressed knowledge graph. Every node, edge, and snapshot is SHA-256 hashed with domain-type prefixes. Snapshots are structured as hierarchical Merkle trees (repo -> package -> edge-type -> leaf), enabling O(packages) diffs instead of O(edges) full scans.
For AI agents: 23 MCP tools + 8 MCP resources serve graph-ranked context over stdio or HTTP. The GCF wire format delivers 84% token savings versus JSON. Agents get trustworthy, cacheable, replayable context with provenance and confidence on every edge.
Key capabilities:
knowing fsck: git-style integrity verification of the entire graphAdd to .mcp.json:
{
"mcpServers": {
"knowing": {
"command": "knowing",
"args": ["mcp", "--watch"],
"transport": "stdio"
}
}
}
Full docs, architecture, benchmarks, and roadmap at https://blackwell-systems.github.io/knowing
FAQs
Content-addressed knowledge graph for software systems
The npm package @blackwell-systems/knowing receives a total of 28 weekly downloads. As such, @blackwell-systems/knowing popularity was classified as not popular.
We found that @blackwell-systems/knowing 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.