扫描报告
5 /100
auto-pipeline
技能自动开发流水线(PM辅助工具)
This is a legitimate skill development pipeline tool with no malicious behavior. The pre-scan flag for 'rm -rf /' is a false positive - it's a grep pattern used in security scanning, not an actual dangerous command.
可以安装
No action required. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | Creates skill files in ~/.openclaw/workspace/skills/ |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Uses bash -n for syntax checking, runs test scripts |
| 网络访问 | NONE | NONE | — | No curl/wget/network calls found |
| 环境变量 | READ | READ | ✓ 一致 | Reads PIPELINE_STATE_DIR and similar config vars |
1 严重 1 项发现
严重 危险命令 危险 Shell 命令
rm -rf / src/review_engine.sh:325 目录结构
24 文件 · 111.1 KB · 3604 行 Shell 13f · 3026L
Markdown 8f · 537L
JSON 3f · 41L
├─
▾
docs
│ └─
PRODUCTION_CHECKLIST.md
Markdown
├─
▾
src
│ ├─
fix_engine.sh
Shell
│ ├─
plan_reviewer.sh
Shell
│ ├─
prd_reader.sh
Shell
│ ├─
publish_engine.sh
Shell
│ ├─
review_engine.sh
Shell
│ ├─
spawn_engine.sh
Shell
│ ├─
status_manager.sh
Shell
│ └─
task_planner.sh
Shell
├─
▾
templates
│ └─
task_declaration.json
JSON
├─
▾
tests
│ ├─
▾
fixtures
│ │ ├─
▾
mock_skill
│ │ │ ├─
▾
src
│ │ │ │ └─
main.sh
Shell
│ │ │ ├─
package.json
JSON
│ │ │ ├─
README.md
Markdown
│ │ │ ├─
SKILL.md
Markdown
│ │ │ └─
test_all.sh
Shell
│ │ ├─
▾
poor_skill
│ │ │ └─
▾
src
│ │ │ └─
main.sh
Shell
│ │ ├─
empty_prd.md
Markdown
│ │ ├─
freeform_prd.md
Markdown
│ │ └─
sample_prd.md
Markdown
│ └─
test_all.sh
Shell
├─
package.json
JSON
├─
pipeline.sh
Shell
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
jq | * | system | 否 | Required for JSON processing |
bash | 4+ | system | 否 | Shell scripting runtime |
安全亮点
✓ Uses 'set -euo pipefail' for safe shell scripting across all modules
✓ No credential theft or API key harvesting detected
✓ No network exfiltration or C2 communication
✓ No base64-encoded obfuscation or anti-analysis techniques
✓ No remote script execution (curl|bash, wget|sh)
✓ State files stored in protected ~/.openclaw/pipeline/ directory
✓ Git operations only affect skill directories, not system paths
✓ MIT License with clear copyright (思捷娅科技 SJYKJ)
✓ All dangerous patterns checked are for security review, not exploitation