Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

crud-respectnpm

Malicious code in crud-respect (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6257
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall crud-respect

What this malware does

crud-respect is a dependency confusion proof-of-concept package published to the public npm registry by the account r0binak and self-labeled "Security research PoC - Dependency Confusion Hunter". It was published at the artificially high version 999.99.99, a floating-version bait used to outrank a private-registry package of the same name so that build pipelines preferring the highest available version resolve and install this public package instead. It belongs to the same r0binak dependency-confusion campaign as carousel-controller-mixin (MAL-2026-5856) and setka-editor (MAL-2026-5859). Packages in this campaign declare both preinstall and postinstall hooks that run callback.js on every npm install; the script collects installer identity and environment data (username, uid/gid, hostname, homedir, cwd, platform, Node version, local network interfaces, and the external IP via api.ipify.org) and probes for CI/cloud credential environment variables (AWS_ACCESS_KEY_ID, GITHUB_TOKEN, NPM_TOKEN, DOCKER_PASSWORD) plus GitHub Actions context. The collected data is exfiltrated to a hardcoded Discord webhook and via a DNS side-channel (base64-encoded host data prepended as a subdomain and resolved with dns.resolve()) to defeat egress HTTP filtering on CI networks. Regardless of the stated research intent, install-time exfiltration of host data and credential-presence flags is harmful to any pipeline that resolves this name.

package.json declares both preinstall and postinstall hooks that execute node callback.js. On install, callback.js collects the OS username, uid/gid, home directory, hostname, current working directory, local and external IP (via https://api.ipify.org), CI-detection flags, and the entire process.env object without any filtering, then POSTs the JSON payload over plaintext HTTP to a hardcoded endpoint at http://132.243.20.244:8000/api/collect (callback.js line 6). A code comment in Russian explicitly states that all environment variables are sent without masking. The package self-describes as a 'Dependency Confusion Hunter' PoC and is published at version 999.99.99 — the canonical inflated-version pattern used to override legitimately-named internal packages during npm resolution. Any installer (especially CI systems where process.env typically contains NPM_TOKEN, GITHUB_TOKEN, AWS_* credentials, and other provider secrets) running npm install crud-respect ships its full secret environment to the hardcoded IP. The research-PoC framing does not change the installer-side impact: secrets are exfiltrated on every install.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

1 flagged
999.99.99

Indicators of compromise (SHA-256)

a0a6cb4078e221ef4d76020340517c2ff466e9724950bc189368fd6239170cd9
55925f74e1330158cf6c432ae04c02042333e8a042198e49577248771fce6ad2

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for crud-respect (version 999.99.99). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging crud-respect across your stack and pipelines.

  2. If you installed it — respond

    crud-respect is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If crud-respect was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks crud-respect before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. crud-respect on npm has been identified as a malicious package (version 999.99.99 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007102GHSA-4p36-4jp8-8rx5

References

Credits

  • Amazon Inspector · finder
  • SafeDep · finder

Detect & block this

O3 blocks crud-respect-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.