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

swift-parse-streamnpm

Malicious code in swift-parse-stream (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6068
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall swift-parse-stream

What this malware does

swift-parse-stream advertises itself as an SVG sanitizer/minifier but ships an undocumented getPlugin export in index.js that, when invoked, performs an HTTP GET against https://www.jsonkeeper.com/b/3P9BF (an anonymous user-paste host) and runs eval(parsed.model) on the returned JSON's model field. The destination is attacker-controlled and mutable: whoever controls the paste can change the executed JavaScript at any time without republishing the package. The README does not mention this code path. Any caller — typically a second compromised package chaining into this one — that reaches getPlugin() hands arbitrary remote code execution to the paste's owner, running in the consumer application's process with its full privileges and access to its environment, filesystem, and network.

Malicious versions

1 flagged
1.0.2

Indicators of compromise (SHA-256)

8ab8561c6c561b045d817d4fab3aa0754ce7cd767a3c5ec07b95151dda6b92c8

Frequently asked questions

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

Campaign

IN-MAL-2026-006905

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
swift-parse-stream (npm) malicious package — MAL-2026-6068 | O3 Security