Trusted — Risk Score 5/100
Last scan:22 hr ago Rescan
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.
Skill Namemodernize-move
Duration28.7s
Enginepi
Safe to install
No action needed. This skill is safe to use as it contains only Markdown documentation for Move code modernization patterns and workflows.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned Read/Glob/Grep tools for .move file analysis
Filesystem WRITE WRITE ✓ Aligned Write/Edit tools for applying syntax transformations
Shell WRITE WRITE ✓ Aligned Bash tool for `aptos move test` - legitimate Move CLI command
Network NONE NONE No network operations documented or present
Environment NONE NONE No environment variable access documented
Skill Invoke ADMIN ADMIN ✓ Aligned AskUserQuestion for workflow gates; invokes generate-tests skill when needed
Clipboard NONE NONE No clipboard operations documented
Browser NONE NONE No browser access documented
Database NONE NONE No database access documented

File Tree

3 files · 41.9 KB · 1023 lines
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

Security Positives

✓ 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