扫描报告
0 /100
xiaolongxia-workflow
分层任务分解与执行工作流 - Hierarchical task decomposition and execution workflow
This is a legitimate Python-based hierarchical task workflow system with no malicious behavior, obfuscation, or credential harvesting. All functionality aligns with documented behavior.
可以安装
This skill is safe to use. It provides task decomposition, project management, and workflow execution capabilities with standard Python libraries only.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | Creates project directories at configured paths |
| 网络访问 | NONE | READ | ✓ 一致 | SMTP email sending, disabled by default |
| 命令执行 | NONE | NONE | — | Git subprocess only for backup_manager.py backup functionality |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
3 项发现
中危 外部 URL 外部 URL
https://docs.openclaw.ai clawhub.json:10 提示 邮箱 邮箱地址
[email protected] scripts/email_reporter.py:47 提示 邮箱 邮箱地址
[email protected] scripts/email_reporter.py:543 目录结构
20 文件 · 281.1 KB · 7965 行 Python 14f · 7373L
Markdown 2f · 475L
JSON 4f · 117L
├─
▾
config
│ └─
workflow_config.json
JSON
├─
▾
references
│ └─
workflow_overview.md
Markdown
├─
▾
scripts
│ ├─
backup_manager.py
Python
│ ├─
demo_integrated.py
Python
│ ├─
email_reporter.py
Python
│ ├─
email_sender.py
Python
│ ├─
error_classifier.py
Python
│ ├─
progress_tracker.py
Python
│ ├─
project_manager.py
Python
│ ├─
robust_executor.py
Python
│ ├─
run_workflow.py
Python
│ ├─
step_decomposer.py
Python
│ ├─
step_executor.py
Python
│ ├─
task_analyzer.py
Python
│ └─
template_engine.py
Python
├─
▾
tests
│ └─
test_basic.py
Python
├─
clawhub.json
JSON
├─
package.json
JSON
├─
skill.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Pure Python implementation using only standard library - no external dependencies
✓ All functionality clearly documented in SKILL.md with no hidden features
✓ Email sending disabled by default with no exfiltration
✓ Git operations limited to backup_manager.py for legitimate backup purposes
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No obfuscation techniques (base64, eval, atob) detected
✓ No reverse shell, C2 communication, or data theft patterns
✓ No supply chain risks - all code is self-contained
✓ Configuration-based design with no hardcoded credentials
✓ Well-structured code with proper error handling and logging