扫描报告
5 /100
cross-validate
CI-Level 2 fact-checking using public sources. Improves baseline confidence with web search cross-reference.
A lightweight fact-checking skill using only declared web search and fetch tools, with no executable code, dependencies, or sensitive operations.
可以安装
No action needed. This skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares web_search and web_fetch as the only tools used |
| 文件系统 | NONE | NONE | — | No file read/write operations declared or present |
| 命令执行 | NONE | NONE | — | No shell execution declared or present |
| 环境变量 | NONE | NONE | — | No environment variable access declared or present |
| 技能调用 | NONE | NONE | — | No nested skill invocations declared |
| 剪贴板 | NONE | NONE | — | No clipboard operations declared |
| 浏览器 | NONE | NONE | — | No browser automation declared |
| 数据库 | NONE | NONE | — | No database access declared |
目录结构
3 文件 · 2.7 KB · 112 行 Markdown 1f · 95L
YAML 1f · 9L
JSON 1f · 8L
├─
_meta.json
JSON
├─
SKILL.md
Markdown
└─
skill.yaml
YAML
安全亮点
✓ Only uses platform tools (web_search, web_fetch) - declared in documentation
✓ No executable code files present - purely a specification/metadata package
✓ No external dependencies declared or present
✓ No credential or sensitive path access
✓ No shell execution or subprocess calls
✓ MIT-0 license with clear author attribution
✓ Clean file structure with only documentation and metadata files