openclaw-bot-review-dashboard
Fail
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill focuses on reading and processing
~/.openclaw/openclaw.json, which is documented to contain highly sensitive credentials includingapi_key(e.g., OpenAI keys),app_id, andapp_secret(e.g., Feishu/Discord credentials). - [EXTERNAL_DOWNLOADS]: The installation process requires cloning a repository from an untrusted source (
github.com/xmanrui/OpenClaw-bot-review) and runningnpm install, which can execute arbitrary scripts during the package installation phase. - [COMMAND_EXECUTION]: The skill provides a series of shell commands for installation, deployment, and troubleshooting, including commands like
catandgrepused to inspect files containing sensitive credentials. - [DATA_EXPOSURE]: The dashboard's core functionality involves reading local session data and configuration files from the home directory and exposing their contents—including token usage and bot configurations—via a web interface.
Recommendations
- AI detected serious security threats
Audit Metadata