扫描报告
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.
可以安装
This skill is safe to use. It provides legitimate documentation for Move contract testing without any executable code or dangerous operations.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in skill |
| 网络访问 | NONE | NONE | — | No network calls in skill |
| 命令执行 | NONE | NONE | — | No shell execution in skill |
| 环境变量 | NONE | NONE | — | No environment access in skill |
| 技能调用 | NONE | NONE | — | No skill invocation in skill |
| 剪贴板 | NONE | NONE | — | No clipboard access in skill |
| 浏览器 | NONE | NONE | — | No browser access in skill |
| 数据库 | NONE | NONE | — | No database access in skill |
1 项发现
中危 外部 URL 外部 URL
https://aptos.dev/build/smart-contracts/book/unit-testing SKILL.md:453 目录结构
1 文件 · 12.3 KB · 462 行 Markdown 1f · 462L
└─
SKILL.md
Markdown
安全亮点
✓ 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