
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.
sinter-io
Advanced tools
Sinter is a local code graph for coding agents. It indexes symbol relationships and cites the source evidence behind every edge. The graph stays current as the repository changes.
The installed command is sinter. It can run as a CLI or a local MCP server.
Install a prebuilt wheel with uv:
uv tool install sinter-io
You can also install from crates.io or Homebrew:
cargo install sinter-io
brew install shellfu/tap/sinter
Run init from the repository you want Sinter to index:
sinter init .
Before writing anything, init prints its plan and asks for confirmation. It
creates the local graph and registers the MCP server for supported coding
agents. Compiler indexers require separate consent because they can execute
repository build scripts.
Use ensure when you only want the derived graph and no client configuration:
sinter ensure .
These commands answer common structural questions:
sinter map
sinter show MySymbol
sinter affected MySymbol
sinter impact HEAD~1..HEAD
See getsinter.io for a terminal demo and measured
results. The site also documents the graph's limits. The complete command
reference is available from sinter --help.
FAQs
Persistent, evidence-backed code graph for coding agents
We found that sinter-io 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.