
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.
Deterministic, offline architecture intelligence: dependency graph, impact, dead code, duplication, security findings, and a CI gate
Ovecc reads your repository once and builds a deterministic, persistent model of it: every file, import, symbol, and call. From that single index it answers what breaks if you change something, where the dependency cycles are, what is duplicated or dead, and which architectural rule a pull request just broke.
It runs on your machine, gives byte-identical answers every run, and never puts an LLM in the loop.
npx ovecc index .
npx ovecc summary
npx ovecc architecture check
Or add it to a project:
npm install --save-dev ovecc
This package is a thin launcher. The binary itself ships in a platform package
(@ovecc/cli-darwin-arm64, @ovecc/cli-linux-x64, @ovecc/cli-win32-x64) that
npm picks by os and cpu, so only one is downloaded and there is no install
script to run.
Full documentation, the architecture contract format, and the CI gate are in the repository. Apache-2.0.
FAQs
Deterministic, offline architecture intelligence: dependency graph, impact, dead code, duplication, security findings, and a CI gate
The npm package ovecc receives a total of 394 weekly downloads. As such, ovecc popularity was classified as not popular.
We found that ovecc 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.