扫描报告
5 /100
skill-finder
Find and evaluate Claude skills for specific use cases using semantic search, Anthropic best practices assessment, and fitness scoring.
This is a legitimate Claude skill documentation and search utility with no security issues. The base64 -d usage flagged by pre-scan is standard GitHub API response decoding, not obfuscation.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | Uses gh api commands to query GitHub API, documented in SKILL.md lines 58-94 |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Uses gh CLI, jq, and bash as documented. No unauthorized command execution. |
| 文件系统 | NONE | WRITE | ✓ 一致 | Writes temp files (temp_skill.md) but only for transient processing, documented … |
1 严重 5 项发现
严重 编码执行 Base64 编码执行(代码混淆)
base64 -d SKILL.md:87 中危 外部 URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 中危 外部 URL 外部 URL
https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills/overview references/best-practices-checklist.md:286 中危 外部 URL 外部 URL
https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills/best-practices references/best-practices-checklist.md:287 中危 外部 URL 外部 URL
https://docs.anthropic.com/en/docs/claude-code/skills references/best-practices-checklist.md:288 目录结构
7 文件 · 80.4 KB · 2755 行 Markdown 6f · 2593L
Text 1f · 162L
├─
▾
examples
│ └─
sample-output.md
Markdown
├─
▾
references
│ ├─
best-practices-checklist.md
Markdown
│ ├─
installation-workflow.md
Markdown
│ ├─
ranking-algorithm.md
Markdown
│ └─
search-strategies.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
安全亮点
✓ All functionality explicitly documented in SKILL.md with clear examples
✓ No scripts or executables - pure documentation files only
✓ Uses standard GitHub CLI (gh) for all API interactions
✓ No credential harvesting or environment variable access
✓ No network exfiltration or C2 communication
✓ No obfuscation or hidden functionality
✓ Well-organized reference files with clear purpose
✓ Consistent use of documented tools (gh, jq, bash)