
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
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. 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 393 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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.