可信 — 风险评分 5/100
上次扫描:22 小时前 重新扫描
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.
技能名称modernize-move
分析耗时28.7s
引擎pi
可以安装
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 280L · 12.4 KB
│ └─ 📝 transformation-guide.md Markdown 497L · 17.4 KB
└─ 📝 SKILL.md Markdown 246L · 12.0 KB

安全亮点

✓ 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