扫描报告
0 /100
apollo-verification
Evidence-first verification skill - enforces running verification commands before claiming work is complete
Pure documentation/procedure skill with no implementation code - enforces evidence-based verification workflows without any execution capabilities.
可以安装
This skill is safe to use. It provides procedural guidelines only and contains no executable code.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in skill |
| 网络访问 | NONE | NONE | — | No network operations 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 operations in skill |
| 数据库 | NONE | NONE | — | No database operations in skill |
目录结构
2 文件 · 3.4 KB · 118 行 Markdown 1f · 112L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill with no executable code
✓ No shell execution, network requests, or credential access
✓ All behavior declared in SKILL.md - no hidden functionality
✓ Contains useful anti-pattern warnings against vague claims
✓ Promotes evidence-based verification practices