安全扫描
OpenClaw
安全
high confidenceThe skill is an instruction-only SwiftUI refactoring guide whose requirements and instructions align with its stated purpose; it does not request credentials, install software, or perform unexpected actions — but treat any automated edits like code changes and review diffs before committing.
评估建议
This skill is a coherent, instruction-only refactoring guide for SwiftUI files and doesn't request secrets or install code. However, it may be used by the agent to rewrite your source files — before using it: (1) run it only on code you can restore, (2) ensure automatic edits are shown as diffs/PRs so you can review changes, and (3) confirm whether the agent will attempt to read or fetch the referenced 'references/mv-patterns.md' (the skill bundle does not include that file). If you want extra s...详细分析 ▾
✓ 用途与能力
The name and description (SwiftUI view refactor) match the SKILL.md content: guidance on ordering, MV patterns, view-model handling, and Observation usage. There are no unrelated environment variables, binaries, or install steps requested.
ℹ 指令范围
The SKILL.md contains only coding/refactor guidelines and examples and does not instruct the agent to read environment variables, secrets, or external endpoints. It does reference a local path ('references/mv-patterns.md') and truncates at the end, which suggests supporting docs may be expected but are not present in the skill bundle — the agent may assume or attempt to fetch missing references, so confirm what the agent will actually execute and whether it will modify files in your repo.
✓ 安装机制
No install spec and no code files are included (instruction-only). This minimizes disk writes or fetched code at install time.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths — proportionate to a static refactoring guideline.
✓ 持久化与权限
always is false and model invocation is allowed (default). The skill does not request persistent privileges or modify other skills; any edits it makes would be to source files, which is expected for a refactoring helper.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/25
Initial release of SwiftUI View Refactor guidelines. - Standardizes SwiftUI view file structure and ordering (environments, properties, init, body, helpers). - Emphasizes Model-View (MV) patterns: minimize view models, promote lightweight orchestration. - Outlines when and how to split large bodies and computed views into subviews or dedicated types. - Advises against top-level conditional swaps for stable identity and view trees. - Provides strict handling of view models and @Observable usage for dependency injection. - Includes workflow and formatting practices for large SwiftUI view files.
● 无害
安装命令
点击复制官方npx clawhub@latest install timeflow-swiftui-view-refactor
镜像加速npx clawhub@latest install timeflow-swiftui-view-refactor --registry https://cn.longxiaskill.com镜像同步中