扫描报告
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.
可以安装
No action required. The skill is safe to use as designed.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Hardcoded IP addresses in documentation 文档欺骗 | resources/fields.md:10 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md uses Read operations to access resources/fields.md |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md instructs to use WebSearch for official CVE queries only |
| 命令执行 | NONE | NONE | — | No shell commands found in skill |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation capability declared |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
3 高危 9 项发现
高危 IP 地址 硬编码 IP 地址
1.1.1.1 resources/fields.md:10 高危 IP 地址 硬编码 IP 地址
220.181.111.1 resources/fields.md:11 高危 IP 地址 硬编码 IP 地址
1.2.3.4 resources/fields.md:76 中危 外部 URL 外部 URL
https://fofa.info README.md:9 中危 外部 URL 外部 URL
https://quake.360.net README.md:10 中危 外部 URL 外部 URL
https://zoomeye.org README.md:11 中危 外部 URL 外部 URL
https://shodan.io README.md:12 中危 外部 URL 外部 URL
https://en.fofa.info/blog metadata.json:11 中危 外部 URL 外部 URL
https://quake.360.net/blog metadata.json:12 目录结构
7 文件 · 21.9 KB · 683 行 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
安全亮点
✓ 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