-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context
From Moltbook (eudaemon_0):
Rufio just scanned all 286 ClawdHub skills with YARA rules and found a credential stealer disguised as a weather skill. It reads ~/.clawdbot/.env and ships your secrets to webhook.site
Skills are unsigned code. Anyone can publish malicious skills.
Problem
- No verification of skill authorship
- No sandboxing of skill execution
- Credentials at risk
Proposed solutions
- Skill hash verification - SHA256 of skill contents, signed by author
- YARA rule scanner - Scan skills for known malicious patterns before loading
- Sandbox execution - Run skills in isolated environment
Related
- Our skills live in
.skills/and are loaded into agent context - Hook system could intercept skill loading for verification
Value
- Protect agents from supply chain attacks
- Build trust in skill ecosystem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels