skillctl 0.1.0–0.1.1: malicious library symlink enables round-trip credential exfiltration (GHSA-wx3m-whqv-xv47)
skillctl, a Rust CLI for managing skills libraries, has four path-safety bugs (GHSA-wx3m-whqv-xv47, no CVE assigned) that together enable "round-trip exfiltration": an attacker publishes a library containing a symlink pointing at, say, ~/.aws/credentials; the symlink is silently followed when the operator installs the library, copying the targeted file into the local project; a subsequent `skillctl push` then publishes the secret to the — possibly public — skills registry. That's the same threat model as a typosquatting package that steals credentials, except the victim's own toolchain does the exfiltrating on push. Upgrade to 0.1.2; treat any library installed under the affected version as suspect, and audit the project directory for unexpected file copies before your next push.