Published as part of a ClickFix-style fake-CAPTCHA phishing campaign documented by OX Security (see reference). The package's only file is index.html, declared as the npm "main" entry; package.json defines no preinstall/install/postinstall/prepare lifecycle script, so the payload does not execute at npm install time. index.html renders a fake Cloudflare Turnstile verification widget. An obfuscator.io-obfuscated inline script POSTs a hardcoded per-package "hostKey" to https://api.keyval.org/get, receives a base64-encoded IV:ciphertext pair, decrypts it client-side via the Web Crypto API (AES-CTR) using an embedded key to obtain a redirect URL, appends the visitor's original query-string parameters, and navigates the browser there via window.location.replace(). This "dead drop" design lets the operator change the phishing destination for every package sharing a hostKey without republishing to npm; OX Security observed keyval.org-served destinations including a typosquatted Microsoft login page and, at time of writing, a ChatGPT redirect. The package therefore does not attack the installing machine directly; it is used as a static file host on the npm CDN (e.g. unpkg/jsDelivr) so the index.html can be linked to and opened directly in a victim's browser as a phishing/ClickFix landing page. Published by npm user "johnvaldez9a" as part of a burst of near-identical single-purpose packages published between 2026-08-04 and 2026-08-24 that share this same fake-Turnstile-redirect page structure.
-= Per source details. Do not edit below this line.=-
The package was found to contain malicious code or consuming dependency that contains malicious code
{
"malicious-packages-origins": [
{
"import_time": "2026-08-31T18:22:26.210551623Z",
"source": "amazon-inspector",
"versions": [
"1.0.0"
],
"id": "IN-MAL-2026-019239",
"modified_time": "2026-08-31T17:53:04Z",
"sha256": "60c1c0a80ae08be7c0f192601f75b94299e828ba08ba156d149383b443e31645"
}
]
}"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/skxcmwuncbg2/MAL-2026-15617.json"
{
"evidence_files": [
{
"path": "index.html",
"tlsh": "3b13642163c03850260b6f6b772bf3e5f625295eb1d8884ff15cbc44eb9a908fad1536",
"sha256": "d0f54f5158adcbf72ea073e2eea7f18560daa07a8e7a2bb92ced75b4fa03a4f4"
}
],
"package_integrity": [
{
"filename": "skxcmwuncbg2-1.0.0.tgz",
"hashes": {
"sha512_sri": "sha512-1IZABJeBd8l9fAWErRpJHEHUYdOs++wS+ND2OiwpGDSLqOMocFvkfBBqKnb0W31h0N9xz9oQWKIVrU7iR/qfsA==",
"sha1": "6fa1cfba8413692781926450b3592ebabcb02e07"
}
}
]
}
[
{
"description": "The product contains code that appears to be malicious in nature.",
"cweId": "CWE-506",
"name": "Embedded Malicious Code"
}
]
{
"domains": [
"api.keyval.org"
],
"files": [
{
"source": "PACKAGE_ARCHIVE",
"paths": [
"index.html"
],
"note": "Fake Cloudflare Turnstile page bundled as the package's main entry (from v1.0.0, the latest published version)",
"digests": {
"sha256": "d0f54f5158adcbf72ea073e2eea7f18560daa07a8e7a2bb92ced75b4fa03a4f4"
}
}
]
}