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

@access-risk/browser-remedy-reactnpm

Malicious code in @access-risk/browser-remedy-react (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5520
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @access-risk/browser-remedy-react

What this malware does

On npm install, postinstall.js executes automatically and collects host identity and environment details using os.hostname(), process.cwd(), and filesystem reads, base64-encodes the data via Buffer.from(...).toString('base64'), and exfiltrates it through both DNS lookups (require('dns')) and HTTPS requests (require('https')). The dual-channel base64 exfiltration shape (DNS tunneling plus HTTPS POST) combined with collection of system identifiers is the canonical install-time data-theft fingerprint and provides direct attacker benefit: any machine running npm install for this package leaks identifying information to an external destination automatically, before the user has reviewed any package code.

Malicious versions

2 flagged
99.0.099.1.1

Indicators of compromise (SHA-256)

0de4bc9f19feea718e091e9b0a480e9b939cdffa88109375020895c99efa489c
22983c18e4a01fe9480967291bc8310bcf231043926db46d1a744c79cf1f85a6
9556d538cc707208472ce3125a1a1355360126cf001957d2335ca5f4596a7e8a
a31321d1ff1c689bc766a4c0c6cbe3419e4e3d9f05be465a59ce8e20d2ccab2c

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 @access-risk/browser-remedy-react (2 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @access-risk/browser-remedy-react across your stack and pipelines.

  2. If you installed it — respond

    @access-risk/browser-remedy-react 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 @access-risk/browser-remedy-react 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 @access-risk/browser-remedy-react 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. @access-risk/browser-remedy-react on npm has been identified as a malicious package (versions 99.0.0, 99.1.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005284IN-MAL-2026-005285IN-MAL-2026-005287IN-MAL-2026-005286

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @access-risk/browser-remedy-react-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

@access-risk/browser-remedy-react (npm) malicious package — MAL-2026-5520 | O3 Security