扫描报告
5 /100
AutoThink
Automatically adjust OpenClaw's thinking level based on message complexity with persistent session mode switching
AutoThink is a legitimate, dependency-free thinking-mode manager that safely spawns the openclaw binary with no malicious indicators.
可以安装
No action needed. The skill is safe to use as designed.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Version string inconsistency 文档欺骗 | skill.json:3 |
| 提示 | spawn with shell:true in CLI 代码执行 | src/cli.js:29 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✓ 一致 | cli.js:29 — spawns 'openclaw' binary with documented flags; this is the skill's … |
| 文件系统 | NONE | NONE | — | No filesystem access found in any source file |
| 网络访问 | NONE | NONE | — | No network requests found |
| 环境变量 | NONE | NONE | — | process.env only read for OPENCLAW_SESSION_ID and AUTOTHINK_DEBUG, no secret enu… |
| 技能调用 | READ | READ | ✓ 一致 | Engine exposes processMessage/analyzeComplexity as documented API |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
9 文件 · 27.6 KB · 1110 行 Markdown 3f · 486L
JavaScript 3f · 486L
JSON 3f · 138L
├─
▾
src
│ ├─
cli.js
JavaScript
│ ├─
hook.js
JavaScript
│ └─
index.js
JavaScript
├─
_meta.json
JSON
├─
DESIGN_V2.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Zero external dependencies — no supply chain attack surface
✓ No credential harvesting or sensitive file/path access
✓ No network requests or data exfiltration
✓ No obfuscation, base64-encoded code, or anti-analysis techniques
✓ All subprocess execution is intentional (spawning openclaw) and documented
✓ Clean in-memory state management with no persistence to disk
✓ No hidden functionality — all behavior is readable in source files