Scan Report
5 /100
malware-analysis (ClawSafe)
恶意软件分析技能包 - 包含6个子技能:编排器、样本分类、动态分析、文件分析、检测工程、报告撰写
ClawSafe 恶意软件分析技能包 - 纯文档型技能,无脚本执行能力,仅提供分析指南和参考文档。唯一标记的硬编码IP(8.8.8.8)用于VM隔离测试的文档示例,属于合法用途。
Safe to install
可安全使用。建议按设计意图在隔离VM环境中执行恶意软件动态分析。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Info | 文档中的网络测试示例 | malware-dynamic-analysis/SKILL.md:48 |
| Info | 外部URL引用(已defang) | detection-engineer/SKILL.md, specialized-file-analyzer/SKILL.md:multiple |
| Info | MCP集成(可选配置) | references/mcp_integrations.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md - 仅声明读取分析状态文件和证据文件 |
| Shell | NONE | NONE | — | 无shell执行代码,仅文档示例 |
| Network | NONE | NONE | — | 仅通过MCP集成提供可选API调用 |
| Environment | NONE | NONE | — | 无环境变量访问代码 |
1 High 39 findings
High IP Address 硬编码 IP 地址
8.8.8.8 malware-dynamic-analysis/SKILL.md:48 Medium External URL 外部 URL
https://keepachangelog.com/ CHANGELOG.md:5 Medium External URL 外部 URL
https://gl0bal01.com/intel-codex/Security/Analysis/sop-malware-analysis Quick_Start.md:69 Medium External URL 外部 URL
https://www.virustotal.com/ README.md:98 Medium External URL 外部 URL
https://app.threat.zone/ README.md:99 Medium External URL 外部 URL
https://www.shodan.io/ README.md:102 Medium External URL 外部 URL
https://certifications.tcm-sec.com/pmrp/ README.md:894 Medium External URL 外部 URL
https://bazaar.abuse.ch/ README.md:899 Medium External URL 外部 URL
https://www.hybrid-analysis.com/ README.md:901 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/ README.md:904 Medium External URL 外部 URL
https://www.wireshark.org/docs/ README.md:905 Medium External URL 外部 URL
https://blog.didierstevens.com/programs/ README.md:907 Medium External URL 外部 URL
https://docs.suricata.io/ README.md:909 Medium External URL 外部 URL
https://www.sans.org/posters/ README.md:912 Medium External URL 外部 URL
https://attack.mitre.org/ README.md:913 Medium External URL 外部 URL
https://malapi.io/ README.md:914 Medium External URL 外部 URL
http://malicious.com/payload.exe detection-engineer/SKILL.md:38 Medium External URL 外部 URL
https://evil.tk/login detection-engineer/SKILL.md:41 Medium External URL 外部 URL
http://malicious.com detection-engineer/SKILL.md:78 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1059/001/ detection-engineer/SKILL.md:144 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1105/ detection-engineer/SKILL.md:217 Medium External URL 外部 URL
https://attack.mitre.org/techniques/T1547/001/ detection-engineer/SKILL.md:251 Medium External URL 外部 URL
http://schemas.mandiant.com/2010/ioc detection-engineer/SKILL.md:641 Medium External URL 外部 URL
http://evil.com detection-engineer/SKILL.md:777 Medium External URL 外部 URL
https://app.any.run malware-dynamic-analysis/SKILL.md:531 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon malware-dynamic-analysis/references/tool_setup.md:8 Medium External URL 外部 URL
https://www.wireshark.org malware-dynamic-analysis/references/tool_setup.md:60 Medium External URL 外部 URL
https://processhacker.sourceforge.io malware-dynamic-analysis/references/tool_setup.md:120 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon malware-dynamic-analysis/references/tool_setup.md:172 Medium External URL 外部 URL
https://sourceforge.net/projects/regshot/ malware-dynamic-analysis/references/tool_setup.md:209 Medium External URL 外部 URL
https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview malware-dynamic-analysis/references/tool_setup.md:234 Medium External URL 外部 URL
https://didierstevens.com/files/software/oledump_V0_0_70.zip specialized-file-analyzer/SKILL.md:180 Medium External URL 外部 URL
http://schemas.../attachedTemplate specialized-file-analyzer/SKILL.md:296 Medium External URL 外部 URL
http://malicious.com/template.dotm specialized-file-analyzer/SKILL.md:297 Medium External URL 外部 URL
https://beautifier.io/ specialized-file-analyzer/SKILL.md:530 Medium External URL 外部 URL
https://ericzimmerman.github.io/ specialized-file-analyzer/SKILL.md:615 Info Email 邮箱地址
[email protected] .github/workflows/mirror.yml:18 Info Email 邮箱地址
[email protected] detection-engineer/SKILL.md:59 Info Email 邮箱地址
[email protected] detection-engineer/SKILL.md:62 File Tree
20 files · 178.8 KB · 6360 lines Markdown 16f · 6241L
Python 1f · 74L
YAML 1f · 23L
Other 1f · 21L
Text 1f · 1L
├─
▾
.github
│ └─
▾
workflows
│ └─
mirror.yml
YAML
├─
▾
detection-engineer
│ └─
SKILL.md
Markdown
├─
▾
malware-dynamic-analysis
│ ├─
▾
references
│ │ └─
tool_setup.md
Markdown
│ └─
SKILL.md
Markdown
├─
▾
malware-report-writer
│ ├─
▾
assets
│ │ └─
report_template.md
Markdown
│ ├─
▾
references
│ │ └─
best_practices.md
Markdown
│ └─
SKILL.md
Markdown
├─
▾
malware-triage
│ ├─
▾
references
│ │ ├─
indicators.md
Markdown
│ │ └─
triage_checklist.md
Markdown
│ ├─
▾
scripts
│ │ └─
hash_calculator.py
Python
│ ├─
SKILL.md
Markdown
│ └─
test.txt
Text
├─
▾
references
│ └─
mcp_integrations.md
Markdown
├─
▾
specialized-file-analyzer
│ └─
SKILL.md
Markdown
├─
CHANGELOG.md
Markdown
├─
CLAUDE.md
Markdown
├─
LICENSE
├─
Quick_Start.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
Python标准库 | built-in | 标准库 | No | 仅使用hashlib, sys, pathlib |
Security Positives
✓ 纯文档型技能,无自动代码执行风险
✓ 唯一的脚本(hash_calculator.py)是安全文件哈希计算工具
✓ 所有操作均在隔离VM环境中执行(用户手动操作)
✓ IOCs正确defanged用于安全文档
✓ 设计遵循最小权限原则
✓ 无凭证收割、远程执行或数据外泄功能
✓ GitHub Actions CI/CD仅用于镜像同步到Codeberg