
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
Supply-chain scanner for detecting and mitigating package threats in Node.js projects. Scans lockfiles, code, and system package caches for known compromised packages and malicious code patterns.
package-lock.json, yarn.lock, bun.lock, and bun.lockb for known compromised packages# Install globally
npm install -g qix-fix
# Or run directly
npx qix-fix@latest --help
bunx qix-fix@latest --help
qix-fix lock # Scan lockfiles for known threats
qix-fix lock --update # Auto-apply pins to package.json
qix-fix lock --chains 3 # Show dependency chains to threats
qix-fix scan # Scan project code for malicious patterns
qix-fix scan --text # Use simple text output
qix-fix scan --id detector-id # Filter to specific detectors
qix-fix scan dist build # Scan additional directories
qix-fix sys # Scan npm/yarn/bun caches
qix-fix sys --text # Use simple text output
The tool includes detection for:
bun install # Install dependencies
bun run build # Build for Node.js
bun run dev # Watch mode
bun test # Run tests
bun run typecheck # Type checking
Built with Bun, runs on Node.js ≥18. Zero runtime Bun dependencies.
FAQs
Supply-chain scanner: lockfile checks, code detectors, cache scans.
We found that qix-fix 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.