Scan Report
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.
Safe to install
This skill is safe to use. The flagged shell command is a legitimate uninstall instruction, not a threat. No action required.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Documentation describes files not present in package Doc Mismatch | CHANGELOG.md:57 |
1 Critical 7 findings
Critical Dangerous Command 危险 Shell 命令
rm -rf ~ INSTALL.md:121 Medium External URL 外部 URL
https://keepachangelog.com/en/1.0.0/ CHANGELOG.md:5 Medium External URL 外部 URL
https://semver.org/spec/v2.0.0.html CHANGELOG.md:6 Medium External URL 外部 URL
https://discord.gg/openclaw INSTALL.md:203 Medium External URL 外部 URL
https://img.shields.io/badge/OpenClaw-Compatible-blue README.md:5 Medium External URL 外部 URL
https://openclaw.dev README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/license-MIT-green README.md:6 File Tree
6 files · 34.0 KB · 1050 lines Markdown 5f · 920L
JSON 1f · 130L
├─
CHANGELOG.md
Markdown
├─
INSTALL.md
Markdown
├─
LICENSE.md
Markdown
├─
README.md
Markdown
├─
SKILL.json
JSON
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
pyyaml | >=6.0 | pip | No | Version specified with minimum constraint |
requests | >=2.28.0 | pip | No | Version specified with minimum constraint |
Security Positives
✓ 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