Ocean-Evolve 海洋进化版
Analysis
The skill is transparent about being self-evolving, but it gives the agent unusually broad permission to change its own instructions, install packages, edit configuration and memory, and store API keys without normal confirmation.
Findings (9)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
你被授权**主动发现问题、提出改进方案,并在遵循安全规则的前提下直接执行**。你不需要每件小事都请示
This explicitly changes the agent from user-directed assistance into an autonomous self-improvement actor that can execute changes without asking for each action.
安装新的依赖包(npm、pip、系统工具)... 调整工作区目录结构(移动文件、重命名等)... 然后即可执行,不需要等待用户回复
The instructions expose package managers, system tools, and file-moving operations through automatic approval, which can mutate the local environment.
安装新的依赖包(npm、pip、系统工具)—— 需先检查是否已安装(`npm ls <package>` 或 `pip show <package>`)
The skill allows future npm, pip, and system-tool installation but does not require pinned versions, trusted sources, hashes, or explicit provenance review.
安装新的依赖包(npm、pip、系统工具)... 然后即可执行,不需要等待用户回复
Package and system-tool installation can execute installer scripts or add executable code, and the skill permits this through automatic approval.
修改 `AGENTS.md` 或 `SOUL.md` 中的核心行为规则... 安装新的依赖包... 调整工作区目录结构... 即可执行,不需要等待用户回复
A single bad autonomous decision can propagate into persistent behavior rules, dependencies, and workspace layout without containment by user approval.
**信任已授予,安全是底线。**
The wording tells the agent that trust has already been granted while also authorizing broad automatic modifications, which can reduce meaningful user consent.
每当 heartbeat 或空闲时,你可以... 回顾最近的对话... 思考如何改进... 每周日 20:00,扫描 `memory/evolution/` 目录
The skill instructs the agent to perform idle-time and scheduled autonomous review/reporting activity beyond a single user request.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
管理和存储网站服务的 API 密钥(非付费)... 存储位置:`~/.openclaw/.env` 或 `openclaw.json` 中的 `env` 字段,或技能目录下的 `.env` 文件
The skill introduces broad credential storage and update authority for website API keys without naming specific services, scopes, or a declared credential contract.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
编辑 `SOUL.md`... 编辑 `AGENTS.md`... 编辑 `USER.md`... 管理 `memory/` 记忆库
The skill permits persistent modification of the agent’s persona, default behavior, user model, and memory files, which can affect future tasks.
