扫描报告
22 /100
researchclaw
OpenClaw integration for AutoResearchClaw - fully autonomous research from idea to paper
ResearchClaw is a legitimate academic research automation tool with clear documentation. All shell, filesystem, and network operations are declared and necessary for the stated purpose of autonomous paper generation.
可以安装
Approve for use. The skill is well-documented and performs expected operations (git clone, pip install, API calls). Monitor for any future updates to the external GitHub repository that may introduce undeclared behavior.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | External code download without integrity verification 供应链 | SKILL.md:89 |
| 低危 | pip install without version pinning 供应链 | SKILL.md:91 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:89 - git clone, pip install; SKILL.md:109 - researchclaw run |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:89 - Clone to ~/AutoResearchClaw; SKILL.md:93 - config file creation; S… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:35-46 - OpenAI API calls; SKILL.md:180-185 - Literature APIs (OpenAlex,… |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:40 - Reads OPENAI_API_KEY from environment |
1 项发现
中危 外部 URL 外部 URL
https://discord.gg/u4ksqW5P SKILL.md:231 目录结构
1 文件 · 6.5 KB · 237 行 Markdown 1f · 237L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
AutoResearchClaw | unspecified | GitHub (https://github.com/aiming-lab/AutoResearchClaw) | 否 | Cloned from external repository without version pinning |
安全亮点
✓ All shell, filesystem, and network operations are explicitly declared in SKILL.md
✓ No obfuscation, base64-encoded commands, or anti-analysis techniques detected
✓ No credential harvesting beyond necessary API keys (OPENAI_API_KEY)
✓ No data exfiltration or C2 communication patterns observed
✓ Tool is designed for legitimate academic research purposes
✓ No hidden instructions in HTML comments or documentation
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env files
✓ Documentation is comprehensive and matches the tool's stated purpose