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

setka-editornpm

setka-editor is a confirmed malicious npm package (MAL-2026-5859) that steals credentials and exfiltrates sensitive data (malicious versions 999.0.0, 999.9.9, 999.99.99). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in setka-editor (npm)

MAL-2026-5859
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall setka-editor

What this malware does

package.json registers both preinstall and postinstall lifecycle hooks that run node callback.js, which executes automatically on npm install. callback.js collects installer-side identity and environment data — username, uid/gid, homedir, hostname, platform, cwd, local network interfaces, external IP via api.ipify.org, Node version, and CI/secret-presence flags (AWS_ACCESS_KEY_ID, GITHUB_TOKEN, NPM_TOKEN, DOCKER_PASSWORD) — and POSTs the result to a hardcoded Discord webhook (https://discord.com/api/webhooks/1516163806559076442/...). A DNS-based exfiltration fallback is also implemented. The package self-identifies as a dependency-confusion PoC and is published at version 999.0.0 to outrank private-registry packages of the same name; any build pipeline that resolves setka-editor from the public npm registry will execute the callback and leak the listed data. Regardless of stated research intent, the install-time exfiltration of installer host data and CI secret-presence flags to an attacker-controlled Discord endpoint is a real supply-chain attack against any pipeline that resolves this name.

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

3 flagged
999.0.0999.9.9999.99.99

Indicators of compromise (SHA-256)

a9dd5cda5d5a0925c139a36f0ea4c69b96052ff203d7dc365ac119408ba76069
349eadfbed87fb776d89d65217a281f4d259dcddfbd23a1fa087fc206bb2551a
f3fb9da9a52ae56ec86c3669e188d366e44f02d4c9b278d84ce6c015d4c3ee2a
6fb29ab46c42c9962ff0c7b312d2a096be780a465764991d1861ab79fecf200a

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 setka-editor (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging setka-editor across your stack and pipelines.

  2. If you installed it — respond

    setka-editor 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 setka-editor 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 setka-editor 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. setka-editor on npm has been identified as a malicious package (versions 999.0.0, 999.9.9, 999.99.99 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006740IN-MAL-2026-007104IN-MAL-2026-007105GHSA-4626-p8q4-554f

References

Credits

  • Amazon Inspector · finder

Detect & block this

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

Explore

setka-editor (npm) malicious package — MAL-2026-5859 | O3 Security