Developer machines were the target in Arch Linux supply chain attack
The Hacker News reports that attackers compromised more than 400 packages inside the Arch User Repository (AUR) — Arch Linux's community-run collection of installable software, maintained separately from its official repositories. The official repositories were not affected.
The attackers did not find a flaw in the software itself. They targeted the package maintainers — the trusted individuals responsible for keeping each package current — and once inside their accounts, rewrote the build scripts (the step-by-step instructions your machine follows when installing software) to deliver malicious code alongside the legitimate program.
That malicious code is a Rust-compiled credential stealer: a compact, hard-to-detect program built to harvest developer secrets like SSH keys, API tokens, and stored passwords. On machines where it gained elevated (root) access, it could also load an eBPF rootkit (a hidden program embedded deep in the operating system's core, extremely difficult to find or remove once installed).
The packages kept their names, histories, and reputations intact. Only the build instructions changed. The trap looked exactly like software developers already trusted.
The affected-package list is still growing.
What to do: If you installed or updated any AUR package on or after June 11, check it against the current affected list before trusting that machine.
Sources

