扫描报告
5 /100
find-everything
Cross-platform resource search orchestrator for skills, MCP servers, prompts, and GitHub repos
This is a legitimate cross-platform resource search aggregator with a built-in security scanning tool. All capabilities are clearly documented, shell commands are explicitly declared, and no malicious behavior is present.
可以安装
This skill is safe to use. The security_scan.py script is a defensive tool that helps identify risks in other skills.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Script uses eval/exec pattern detection | scripts/security_scan.py:77 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md Step 10: reads SKILL.md, scripts/, package.json, README.md of target sk… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md Step 10: WebFetch for GitHub/npm registry details; Step 6: WebFetch for… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md Step 3: uses Bash tool for npx/gh/clawhub CLI commands (lines 42-44); S… |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 技能调用 | NONE | NONE | — | SKILL.md Step 3: calls other installed skills via skill_invoke if available |
11 项发现
中危 外部 URL 外部 URL
https://skills.sh references/registry.json:13 中危 外部 URL 外部 URL
https://clawhub.ai references/registry.json:35 中危 外部 URL 外部 URL
https://prompts.chat references/registry.json:47 中危 外部 URL 外部 URL
https://www.skillhub.club references/registry.json:103 中危 外部 URL 外部 URL
https://mcpservers.org references/registry.json:113 中危 外部 URL 外部 URL
https://skillsmp.com references/registry.json:123 中危 外部 URL 外部 URL
https://www.aishort.top references/registry.json:134 中危 外部 URL 外部 URL
https://nanoprompts.org references/registry.json:144 中危 外部 URL 外部 URL
https://aiart.pics references/registry.json:154 中危 外部 URL 外部 URL
https://www.localbanana.io references/registry.json:164 中危 外部 URL 外部 URL
https://aiskillsshow.com references/registry.json:174 目录结构
5 文件 · 35.0 KB · 1074 行 Python 1f · 426L
Markdown 2f · 242L
Text 1f · 223L
JSON 1f · 183L
├─
▾
references
│ ├─
known_skills.txt
Text
│ ├─
registry.json
JSON
│ └─
security-checklist.md
Markdown
├─
▾
scripts
│ └─
security_scan.py
Python
└─
SKILL.md
Markdown
依赖分析 5 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
json (stdlib) | bundled | Python standard library | 否 | No external dependencies |
re (stdlib) | bundled | Python standard library | 否 | No external dependencies |
pathlib (stdlib) | bundled | Python standard library | 否 | No external dependencies |
unicodedata (stdlib) | bundled | Python standard library | 否 | No external dependencies |
base64 (stdlib) | bundled | Python standard library | 否 | No external dependencies |
安全亮点
✓ Comprehensive SKILL.md with explicit declaration of all capabilities
✓ Shell commands (npx, gh, clawhub) explicitly documented with 15s timeout
✓ Python security scanning tool uses only standard library (no external dependencies)
✓ No credential harvesting patterns - security_scan.py only scans for access patterns, doesn't exfiltrate
✓ No base64 obfuscation, no zero-width characters, no hidden HTML instructions in the skill itself
✓ Typosquat detection uses edit distance and homoglyph mapping for defense
✓ No external IP connections, no data exfiltration behavior
✓ No access to ~/.ssh, ~/.aws, .env, or other sensitive paths
✓ Registry references known platforms with install hints for missing CLI tools
✓ Explicit permission checks using 'which' command before executing CLI tools