Halil, the confirmed malicious inventory is ten versions: 0.5.4, 0.5.5, 1.6.3, 1.6.4, 2.2.1, 2.2.2, 3.0.3, 3.0.4, 0.0.0-365d4eb738d3146583431948d3ba6e27a32556be, and 0.0.0-ec7876d6c917dad516ba69bbfafc948b834bf0ab. Evidence places publication on August 28, 2026, in two waves roughly 20 minutes apart. A GitHub incident report narrows eight releases to 20:00–20:21 UTC; exact timestamps for the two commit-tagged versions are not established here. The install-risk window begins when each version was published and continues wherever registry mirrors, caches, or lockfiles can still resolve it—the evidence does not provide a reliable closing timestamp.
Inventory: search SBOMs, lockfiles, CI logs, node_modules, container layers, build caches, developer systems, and artifact manifests for all ten versions. Hunt for 3FWCvzduYZg.js, SHA-256 8e5d1af68ca340ae0c6e8132cb00c686ec2d60502c1994d94ce353d1472ad5a3. Treat every successful installation as potential execution. Pin to the relevant known-good predecessor: 0.5.3, 1.6.2, 2.2.0, or 3.0.2.
Credentials and artifacts: isolate and reimage affected runners; revoke and rotate every secret accessible to the install process—GitHub tokens and Actions secrets, npm or other registry tokens, cloud credentials, and AI-agent secrets/configuration. Check for unauthorized repositories, workflow changes, and package publications because the payload reportedly supports credential theft and self-propagation. Quarantine every artifact produced by an exposed job; provenance from that job is insufficient. Compare outputs with a clean reference build and inspect them for unexpected generated code or bundled files.
Clean rebuild and stop-ship: start from a fresh checkout and clean lockfile on a newly provisioned runner, with rotated credentials and caches removed; install only a hash-pinned known-good version, regenerate outputs, verify differences, then issue new provenance/signatures. Stop shipment whenever a team cannot prove that none of the ten versions executed, cannot bound and rotate exposed credentials, or cannot reproduce the artifact on clean infrastructure.