Scan Report
5 /100
space-query-skill
Multi-platform query builder for network asset discovery (FOFA, Quake, ZoomEye, Shodan)
Pure documentation skill for building network asset discovery queries; no executable code, no malicious functionality, and flagged IPs are standard example/demonstration addresses.
Safe to install
No action required. The skill is safe to use as designed.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Hardcoded IP addresses in documentation Doc Mismatch | resources/fields.md:10 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md uses Read operations to access resources/fields.md |
| Network | READ | READ | ✓ Aligned | SKILL.md instructs to use WebSearch for official CVE queries only |
| Shell | NONE | NONE | — | No shell commands found in skill |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation capability declared |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
3 High 9 findings
High IP Address 硬编码 IP 地址
1.1.1.1 resources/fields.md:10 High IP Address 硬编码 IP 地址
220.181.111.1 resources/fields.md:11 High IP Address 硬编码 IP 地址
1.2.3.4 resources/fields.md:76 Medium External URL 外部 URL
https://fofa.info README.md:9 Medium External URL 外部 URL
https://quake.360.net README.md:10 Medium External URL 外部 URL
https://zoomeye.org README.md:11 Medium External URL 外部 URL
https://shodan.io README.md:12 Medium External URL 外部 URL
https://en.fofa.info/blog metadata.json:11 Medium External URL 外部 URL
https://quake.360.net/blog metadata.json:12 File Tree
7 files · 21.9 KB · 683 lines Markdown 5f · 634L
JSON 2f · 49L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
resources
│ └─
fields.md
Markdown
├─
AGENTS.md
Markdown
├─
CLAUDE.md
Markdown
├─
metadata.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ No shell commands, scripts, or binary files present
✓ All functionality clearly declared in SKILL.md
✓ No credential harvesting, data exfiltration, or persistence mechanisms
✓ External URLs are legitimate platform references (fofa.info, quake.360.net, etc.)
✓ CVE query methodology is well-documented and follows responsible disclosure practices