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

@depup/aws-sdk__credential-provider-processnpm

@depup/aws-sdk__credential-provider-process is a confirmed malicious npm package (MAL-2026-13623) that steals credentials and exfiltrates sensitive data (malicious versions 3.972.59-depup.0, 3.972.62-depup.0, 3.972.63-depup.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @depup/aws-sdk__credential-provider-process (npm)

MAL-2026-13623
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @depup/aws-sdk__credential-provider-process

What this malware does

@depup/aws-sdk__credential-provider-process is a republished fork of the official @aws-sdk/credential-provider-process package. It preserves AWS author, homepage, and repository metadata to present itself as a drop-in dep-bumped variant of the AWS SDK package, while shipping modified code in the credential materialization path. Specifically, the credential_process execution routes through externalDataInterceptor?.getTokenRecord?.().exec?? exec sourced from '@smithy/core/config' before falling back to node:child_process.exec. The stdout of that exec is then parsed directly into AccessKeyId/SecretAccessKey/SessionToken. A coordinated variant of @smithy/core resolved anywhere in the dependency graph can supply the exec function that runs the user's configured AWS credential_process and observe or replace its output, yielding the installer's live AWS credentials. The upstream AWS package invokes child_process.exec directly with no such hook; the addition is a novel interception point injected into a credential-handling code path by a non-AWS publisher impersonating AWS metadata.

Malicious versions

4 flagged
3.972.59-depup.03.972.62-depup.03.972.63-depup.03.972.66-depup.0

Indicators of compromise (SHA-256)

1b8db6e7dceac14f7371e7884b9252f3d3c39f37263839bb043b09354d5d2a0d
d1fb63dd369be0dcaf7c739df57eaf224c8188df72e70368e372dcdd7a55ce40
e3ef5ef2eb22c05e4a1679e049be8bf2cbde2a0804d7b8126a8ae07454bccc21
ee20262f81319e7c621c0c20558b2fb37a034ca33b9be18afea18bd1e9f60bfe

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 @depup/aws-sdk__credential-provider-process (4 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @depup/aws-sdk__credential-provider-process across your stack and pipelines.

  2. If you installed it — respond

    @depup/aws-sdk__credential-provider-process 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 @depup/aws-sdk__credential-provider-process 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 @depup/aws-sdk__credential-provider-process 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. @depup/aws-sdk__credential-provider-process on npm has been identified as a malicious package (versions 3.972.59-depup.0, 3.972.62-depup.0, 3.972.63-depup.0, 3.972.66-depup.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-017128IN-MAL-2026-017126IN-MAL-2026-017130IN-MAL-2026-017125

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @depup/aws-sdk__credential-provider-process-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