Scan Report
5 /100
openclaw-course
OpenClaw Masterclass 可搜索参考文档 — 7个模块覆盖安装、配置、本地AI、VPS部署、安全和技能开发
纯文档参考类技能,仅提供本地Markdown内容搜索功能,无任何实际执行能力。预扫描标记的危险Shell命令均为文档示例,非可执行代码。
Safe to install
此技能安全可靠,可正常使用。无需额外安全措施。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | index.js:62 fs.readFileSync 仅读取本地references目录 |
| Network | NONE | NONE | — | index.js无任何网络调用,仅本地文件读取 |
| Shell | NONE | NONE | — | index.js无child_process调用 |
5 Critical 1 High 37 findings
Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://openclaw.ai/install.sh | bash references/01-FOUNDATIONS.md:98 Critical Dangerous Command 危险 Shell 命令
rm -rf ~ references/01-FOUNDATIONS.md:774 Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://ollama.com/install.sh | sh references/04-CONTEXT-AND-COSTS.md:37 Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://deb.nodesource.com/setup_22.x | bash references/05-VPS-EMPLOYEE.md:142 Critical API Key 硬编码 API 密钥
sk-xxxxxxxxxxxxxxxxxxxxxxxx references/05-VPS-EMPLOYEE.md:425 High IP Address 硬编码 IP 地址
100.64.0.0 references/06-SECURITY.md:239 Medium External URL 外部 URL
https://openclaw.ai/install.sh references/01-FOUNDATIONS.md:98 Medium External URL 外部 URL
https://openclaw.ai/install.ps1 references/01-FOUNDATIONS.md:103 Medium External URL 外部 URL
https://deb.nodesource.com/setup_22.x references/01-FOUNDATIONS.md:117 Medium External URL 外部 URL
https://nodejs.org/ references/01-FOUNDATIONS.md:166 Medium External URL 外部 URL
http://127.0.0.1:18789 references/01-FOUNDATIONS.md:327 Medium External URL 外部 URL
https://t.me/BotFather references/01-FOUNDATIONS.md:522 Medium External URL 外部 URL
https://your-domain.com/webhook references/01-FOUNDATIONS.md:548 Medium External URL 外部 URL
https://api.slack.com/apps references/01-FOUNDATIONS.md:555 Medium External URL 外部 URL
https://discord.com/developers/applications references/01-FOUNDATIONS.md:579 Medium External URL 外部 URL
https://discord.gg/clawd references/01-FOUNDATIONS.md:807 Medium External URL 外部 URL
https://download.pytorch.org/whl/cu121 references/03-LOCAL-POWER.md:505 Medium External URL 外部 URL
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors references/03-LOCAL-POWER.md:548 Medium External URL 外部 URL
https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors references/03-LOCAL-POWER.md:552 Medium External URL 外部 URL
https://ollama.com references/04-CONTEXT-AND-COSTS.md:31 Medium External URL 外部 URL
https://ollama.com/install.sh references/04-CONTEXT-AND-COSTS.md:37 Medium External URL 外部 URL
https://ollama.com/download/ollama-linux-amd64 references/04-CONTEXT-AND-COSTS.md:40 Medium External URL 外部 URL
https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-keyring_1.0-1_all.deb references/04-CONTEXT-AND-COSTS.md:55 Medium External URL 外部 URL
https://$server_name$request_uri; references/05-VPS-EMPLOYEE.md:373 Medium External URL 外部 URL
https://docs.openclaw.ai references/05-VPS-EMPLOYEE.md:460 Medium External URL 外部 URL
https://api.exchangerate-api.com/v4/latest/USD references/07-SKILLS-AND-FUTURE.md:187 Medium External URL 外部 URL
https://api.exchangerate-api.com/v4/latest/$FROM references/07-SKILLS-AND-FUTURE.md:193 Medium External URL 外部 URL
https://api.exchangerate-api.com/v4/latest/ references/07-SKILLS-AND-FUTURE.md:265 Medium External URL 外部 URL
https://clawhub.com references/07-SKILLS-AND-FUTURE.md:439 Medium External URL 外部 URL
https://blog.openclaw.ai references/07-SKILLS-AND-FUTURE.md:440 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:63 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:63 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:63 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:64 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:64 Info Email 邮箱地址
[email protected] references/06-SECURITY.md:65 Info Email 邮箱地址
[email protected] references/07-SKILLS-AND-FUTURE.md:492 File Tree
10 files · 181.0 KB · 7343 lines Markdown 9f · 6928L
JavaScript 1f · 415L
├─
▾
references
│ ├─
01-FOUNDATIONS.md
Markdown
│ ├─
02-THE-SOUL-ARCHITECTURE.md
Markdown
│ ├─
03-LOCAL-POWER.md
Markdown
│ ├─
04-CONTEXT-AND-COSTS.md
Markdown
│ ├─
05-VPS-EMPLOYEE.md
Markdown
│ ├─
06-SECURITY.md
Markdown
│ ├─
07-SKILLS-AND-FUTURE.md
Markdown
│ └─
README.md
Markdown
├─
index.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档技能,无实际执行风险
✓ index.js仅使用fs.readFileSync读取本地文件
✓ 无网络请求、无Shell执行
✓ 代码结构简单清晰,易于审计
✓ SKILL.md清晰声明为参考搜索工具