扫描报告
5 /100
boris-workflow
Parallel agent task runner for OpenClaw implementing the Boris Cherny multi-agent pattern
Documentation-only skill package with no executable code, scripts, or malicious content. The pre-scan flagged a false positive - the 'rm -rf ~' is actually 'rm -rf ~/.openclaw/...' removing only the skill installation directory.
可以安装
This skill is safe to use. The flagged shell command is a legitimate uninstall instruction, not a threat. No action required.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Documentation describes files not present in package 文档欺骗 | CHANGELOG.md:57 |
1 严重 7 项发现
严重 危险命令 危险 Shell 命令
rm -rf ~ INSTALL.md:121 中危 外部 URL 外部 URL
https://keepachangelog.com/en/1.0.0/ CHANGELOG.md:5 中危 外部 URL 外部 URL
https://semver.org/spec/v2.0.0.html CHANGELOG.md:6 中危 外部 URL 外部 URL
https://discord.gg/openclaw INSTALL.md:203 中危 外部 URL 外部 URL
https://img.shields.io/badge/OpenClaw-Compatible-blue README.md:5 中危 外部 URL 外部 URL
https://openclaw.dev README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/license-MIT-green README.md:6 目录结构
6 文件 · 34.0 KB · 1050 行 Markdown 5f · 920L
JSON 1f · 130L
├─
CHANGELOG.md
Markdown
├─
INSTALL.md
Markdown
├─
LICENSE.md
Markdown
├─
README.md
Markdown
├─
SKILL.json
JSON
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
pyyaml | >=6.0 | pip | 否 | Version specified with minimum constraint |
requests | >=2.28.0 | pip | 否 | Version specified with minimum constraint |
安全亮点
✓ No executable code present - only documentation files
✓ Standard MIT license included
✓ Clean dependency list (pyyaml, requests) with pinned minimum versions
✓ No credential harvesting or sensitive data access patterns
✓ No network exfiltration or C2 communication
✓ No obfuscation or base64-encoded payloads
✓ No hidden instructions in HTML comments or documentation
✓ No supply chain risks since no dependencies are actually executed