扫描报告
5 /100
modernize-move
Detects and modernizes outdated Move V1 syntax, patterns, and APIs to Move V2+
A purely documentation-based Move V1 to V2 modernization skill with no executable code, scripts, or suspicious behavior. Declared capabilities align with documented functionality.
可以安装
No action needed. This skill is safe to use as it contains only Markdown documentation for Move code modernization patterns and workflows.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Read/Glob/Grep tools for .move file analysis |
| 文件系统 | WRITE | WRITE | ✓ 一致 | Write/Edit tools for applying syntax transformations |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Bash tool for `aptos move test` - legitimate Move CLI command |
| 网络访问 | NONE | NONE | — | No network operations documented or present |
| 环境变量 | NONE | NONE | — | No environment variable access documented |
| 技能调用 | ADMIN | ADMIN | ✓ 一致 | AskUserQuestion for workflow gates; invokes generate-tests skill when needed |
| 剪贴板 | NONE | NONE | — | No clipboard operations documented |
| 浏览器 | NONE | NONE | — | No browser access documented |
| 数据库 | NONE | NONE | — | No database access documented |
目录结构
3 文件 · 41.9 KB · 1023 行 Markdown 3f · 1023L
├─
▾
references
│ ├─
detection-rules.md
Markdown
│ └─
transformation-guide.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All content is Markdown documentation with no executable code
✓ Declared tools (Read/Write/Glob/Grep/Edit/Bash) fully align with documented functionality
✓ Bash permission used only for `aptos move test` - a legitimate blockchain development CLI command
✓ Comprehensive safety protocols: mandatory test baseline, tiered execution, user confirmation gates
✓ No network requests, no credential access, no sensitive path operations
✓ No obfuscation, base64 encoding, or anti-analysis patterns
✓ Well-documented rationalizations to reject (test-only verification, full-tier-at-once, etc.)
✓ Authored by aptos-labs - established blockchain organization