openclaw-user-profiler
Warn
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
references/role-skill-catalog.mdfile contains a curated list of hundreds of external skills from unverified GitHub repositories. The skill encourages users to download and install these via thenpx skills addcommand. - [REMOTE_CODE_EXECUTION]: By recommending and providing installation instructions for unverified third-party packages from community sources (e.g., GitHub accounts like
sickn33,am-will,jimliu,alirezarezvani, etc.), the skill facilitates the potential execution of malicious remote code on the user's host machine. - [COMMAND_EXECUTION]: The workflow defined in
SKILL.mdinstructs the agent to provide concrete installation commands to the user, such asnpx skills add <package>, which involves shell execution for package management and installation. - [PROMPT_INJECTION]: The skill ingests untrusted data from an existing
user.mdfile to drive its recommendation logic. Whilereferences/user-md-template.mdincludes instructions for the agent to refuse writing sensitive information (e.g., passwords or API keys), the lack of strict boundary markers for processing this file creates an attack surface for indirect prompt injection where a malicious profile could influence agent behavior.
Audit Metadata