openclaw-saas-platform
Fail
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to download the entire application logic from a repository belonging to an untrusted GitHub account.
- Evidence:
git clone https://github.com/xingzhicn/openclaw-saas.gitfound in the installation section. - [DATA_EXFILTRATION]: The provided Python implementation for
WorkspaceManagerlacks input validation on filenames, which allows for path traversal. This enables reading or writing files outside the intended sandbox. - Evidence: The
read_output_filemethod inbackend/app/utils/workspace.pyjoins the base path with a user-controlledfilenamewithout sanitization:output_path = workspace / "output" / filename. - [PRIVILEGE_ESCALATION]: Deployment and maintenance instructions require the user to operate as the root user and modify system-wide file permissions.
- Evidence: Commands such as
ssh root@your-server,chown -R 1000:1000 /opt/workspaces, andchmod -R 755 /opt/workspacestarget sensitive system directories. - [COMMAND_EXECUTION]: The skill makes extensive use of powerful system tools to build, package, and execute code on the host, increasing the blast radius of any malicious code in the untrusted repository.
- Evidence:
allowed-toolsincludesbash,python,docker, anduvicorn. - [INDIRECT_PROMPT_INJECTION]: The skill sets up an environment that processes untrusted data (agent tasks and workspace files) through LLMs, creating a vulnerability surface for indirect prompt injection attacks.
- Evidence: The
execute_agentfunction accepts a dictionary containing ataskwhich is then passed to the agent gateway.
Recommendations
- AI detected serious security threats
Audit Metadata