openclaw101-resource-platform
Warn
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to clone a repository from an external GitHub account (
https://github.com/mengjian-github/openclaw101.git) that is not associated with the skill author or a trusted organization. - [COMMAND_EXECUTION]: The instructions include running
npm installandnpm run dev. Runningnpm installon an untrusted repository can lead to the execution of malicious scripts defined in thepackage.jsonfile (e.g.,preinstallorpostinstallhooks). - [INDIRECT_PROMPT_INJECTION]: The skill defines a workflow for aggregating external web resources (tutorials, guides) into a local database file (
src/data/resources.ts). - Ingestion points: The
src/data/resources.tsfile serves as the ingestion point for untrusted external data (titles, descriptions, URLs). - Boundary markers: There are no boundary markers or instructions to the agent to disregard malicious directives embedded in the resource descriptions.
- Capability inventory: The environment allows shell command execution (
npm,git) and file system modifications. - Sanitization: The skill provides no mechanisms for sanitizing or validating the content of the external resources before they are processed by the agent or the platform.
Audit Metadata