Scan Report
5 /100
ClawSafe Malware Analysis Skills Package
专业恶意软件分析生命周期管理技能包 - 从样本分诊到动态分析、检测工程和报告编写
ClawSafe是一个合法的恶意软件分析技能包,包含6个SKILL.md协调器和脚本,用于指导用户完成恶意软件分诊、动态分析、专业文件分析和检测规则编写。预扫描标记的8.8.8.8是标准网络测试IP,仅用于VM隔离验证说明,无安全风险。
Safe to install
该技能包安全可信,可直接使用。MCP集成可选配置,需用户主动设置API密钥。
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Info | 预扫描标记的硬编码IP为标准测试地址 | malware-dynamic-analysis/SKILL.md:48 |
| Info | GitHub Actions镜像工作流 - 合法CI/CD | .github/workflows/mirror.yml:1 |
| Info | MCP服务器集成 - 可选安全配置 | references/mcp_integrations.md:1 |
| Info | hash_calculator.py - 纯哈希计算脚本 | malware-triage/scripts/hash_calculator.py:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md - 读取恶意软件样本、写入分析报告 |
| Network | NONE | READ | ✓ Aligned | references/mcp_integrations.md - MCP服务器通过API密钥配置,可选功能 |
| Shell | 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 |
|---|---|---|---|---|
requests | 未在依赖文件中声明 | 无requirements.txt | No | Python脚本仅使用标准库hashlib,无外部依赖 |
Security Positives
✓ 所有代码文件均可直接审查,无混淆或隐藏逻辑
✓ MCP集成需要用户显式配置API密钥,无强制激活
✓ 动态分析强调VM隔离和快照备份的最佳实践
✓ IOC处理遵循defanging规范防止意外执行
✓ GitHub Actions使用Secrets存储认证令牌
✓ 技能包遵循MIT许可,代码完全开源
✓ 无任何凭证收割、远程代码执行或数据外泄行为
✓ 文档-代码一致性好,所有声明的功能均有对应实现