What happened
Attackers created 12 coordinated accounts on ClawHub and uploaded 1,184 malicious Skills. When installed, the Skills executed AMOS payloads that read and exfiltrated credentials from ~/.clawdbot/.env (API keys, private keys, SSH credentials) and browser password stores.
Why it matters
40,214 internet-exposed OpenClaw instances potentially targeted. Exchange API keys, cryptocurrency wallet private keys, SSH credentials, and browser passwords exfiltrated from affected instances. Significant financial loss risk for any crypto operator with compromised API keys.
Missing authorization check
AI marketplace Skills should not have unrestricted access to credential files. Skill installation should require human authorization, and Skill file access should be sandboxed with explicit permission required to read credential paths like ~/.clawdbot/.env.
Would PP block it?
If file reads to credential paths (SSH keys, .env files, browser credential stores) required PP receipts, the AMOS payload would face an authorization gate before exfiltrating credentials. Marketplace-level controls (Skill signing, code review) are needed to prevent installation of malicious Skills.