Trusted — Risk Score 0/100
Last scan:20 hr ago Rescan
0 /100
generate-tests
Creates comprehensive test suites for Move contracts with 100% coverage requirement
Pure documentation skill containing only SKILL.md with Move contract testing guidance and code examples. No executable components, scripts, or dangerous capabilities.
Skill Namegenerate-tests
Duration21.4s
Enginepi
Safe to install
This skill is safe to use. It provides legitimate documentation for Move contract testing without any executable code or dangerous operations.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file operations in skill
Network NONE NONE No network calls in skill
Shell NONE NONE No shell execution in skill
Environment NONE NONE No environment access in skill
Skill Invoke NONE NONE No skill invocation in skill
Clipboard NONE NONE No clipboard access in skill
Browser NONE NONE No browser access in skill
Database NONE NONE No database access in skill
1 findings
🔗
Medium External URL 外部 URL
https://aptos.dev/build/smart-contracts/book/unit-testing
SKILL.md:453

File Tree

1 files · 12.3 KB · 462 lines
Markdown 1f · 462L
└─ 📝 SKILL.md Markdown 462L · 12.3 KB

Security Positives

✓ Pure documentation skill with no executable code
✓ Explicitly warns against using real private keys in tests (uses @0x1, @0x100 test addresses)
✓ Provides comprehensive testing patterns for Move contracts
✓ No network calls, file operations, or shell execution
✓ Clean, legitimate documentation for test generation