clawhub-hardened
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
clawhubCLI for various management tasks such as searching, listing, and updating skills. - [EXTERNAL_DOWNLOADS]: The skill performs a global npm installation of the
clawhubpackage and connects tohttps://clawhub.comfor registry operations. - [DATA_EXFILTRATION]: A test case in
SAFETY.mdreferences a potential exfiltration path usingpastebin.comandwget. Analysis confirms this is part of safety documentation describing behavior the agent must refuse, rather than an active instruction. - [PROMPT_INJECTION]: The skill processes skill metadata from an external registry, representing a surface for indirect injection.
- Ingestion points: External data is ingested through the
clawhub searchandclawhub installcommands inSKILL.md. - Boundary markers: The
SKILL.mdfile contains a dedicated 'Security Guardrails' section with explicit constraints on agent behavior. - Capability inventory: The skill allows for global package installation and file system modification via CLI commands.
- Sanitization: The skill relies on explicit agent instructions and user confirmation rather than automated sanitization of remote metadata.
Audit Metadata