
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
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-linux-arm64,
@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. MPL-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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

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