Scan Report
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.
Safe to install
No action needed. This skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md declares web_search and web_fetch as the only tools used |
| Filesystem | NONE | NONE | — | No file read/write operations declared or present |
| Shell | NONE | NONE | — | No shell execution declared or present |
| Environment | NONE | NONE | — | No environment variable access declared or present |
| Skill Invoke | NONE | NONE | — | No nested skill invocations declared |
| Clipboard | NONE | NONE | — | No clipboard operations declared |
| Browser | NONE | NONE | — | No browser automation declared |
| Database | NONE | NONE | — | No database access declared |
File Tree
3 files · 2.7 KB · 112 lines Markdown 1f · 95L
YAML 1f · 9L
JSON 1f · 8L
├─
_meta.json
JSON
├─
SKILL.md
Markdown
└─
skill.yaml
YAML
Security Positives
✓ 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