
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.
The Ultimate Enterprise Codebase Janitor. High-speed OXC integration, type-aware analysis, and automated structural healing. Fully standalone architectural orchestrator.
The Ultimate Enterprise Codebase Janitor. High-speed OXC integration, type-aware analysis, and automated structural healing. Fully standalone architectural orchestrator.
entkapp is a next-generation static code analysis engine. It identifies unused files, dead exports, circular dependencies, and security risks faster than any other tool in the ecosystem..
oxc-parser for ultra-fast AST traversal, combined with the TypeScript Compiler API for deep semantic analysis.# Run directly without installation (recommended)
npx entkapp
# Or install it globally
npm install -g entkapp
Starts the interactive analysis:
npx entkapp -r
Ideal for CI/CD pipelines. Performs analysis without prompts and outputs JSON:
npx entkapp --analyze
Automatically resolves dependency conflicts and structural issues:
npx entkapp --fix
npx entkapp --cwd ./my-project -r # Analyzes a specific directory
npx entkapp --verbose -r # Enables detailed logging
npx entkapp --version # Displays the version number
npx entkapp --help # Displays the help panel
entkapp uses a persistent graph state layer (.entkapp-cache). It calculates SHA-256 hashes of file buffers to skip AST parsing for unchanged files.
For larger codebases, entkapp automatically distributes the workload across multiple CPU threads using Node.js Worker Threads.
Apache-2.0
FAQs
The Ultimate Enterprise Codebase Janitor. High-speed OXC integration, type-aware analysis, and automated structural healing. Fully standalone architectural orchestrator.
We found that entkapp 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.