clawhub
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill metadata and instructions direct the agent to install the
clawhubpackage from the global npm registry. - [EXTERNAL_DOWNLOADS]: The skill communicates with the remote registry at
https://clawhub.comto fetch, search, and update skill content. - [COMMAND_EXECUTION]: The skill utilizes the
clawhubCLI to execute lifecycle commands such asinstall,update,publish, andloginon the host system. - [PROMPT_INJECTION]: The skill facilitates the installation of third-party agent skills from the ClawHub registry, which introduces an attack surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context through
clawhub searchresults andclawhub installpackages. - Boundary markers: Absent. There are no instructions to the agent to treat registry content as untrusted or to use delimiters.
- Capability inventory: The skill provides capabilities to write new files to the
skills/directory and execute them via the agent platform. - Sanitization: The instructions do not specify any validation, integrity checking, or sanitization of the content retrieved from the registry.
Audit Metadata