Skip to content

Skill verification and security scanning #35

@cpfiffer

Description

@cpfiffer

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

  1. Skill hash verification - SHA256 of skill contents, signed by author
  2. YARA rule scanner - Scan skills for known malicious patterns before loading
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions