扫描报告
0 /100
Sumo Assign Tasks Switch
Task assignment method switcher for Sumo subagent system - switches between sessions_spawn, clawteam, and SumoSubAgent methods
This is a simple, benign task assignment switcher utility with no security concerns. The Python script only reads/writes a local JSON config file using standard library modules.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | assign_tasks.py:59 writes to C:\Users\rayray\.openclaw\workspace\memory\assign_m… |
| 网络访问 | NONE | NONE | — | No network imports or requests in assign_tasks.py |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell execution in assign_tasks.py |
| 环境变量 | NONE | NONE | — | No environment variable access for sensitive data |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
3 文件 · 4.9 KB · 229 行 Markdown 2f · 144L
Python 1f · 85L
├─
assign_tasks.py
Python
├─
SKILL_zh.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Uses only Python standard library (json, os, sys) - no external dependencies
✓ No network requests or data exfiltration
✓ No credential harvesting or sensitive data access
✓ No shell execution or subprocess calls
✓ Config file location is explicitly documented in SKILL.md
✓ Simple, readable code with clear intent
✓ No obfuscation, base64, or anti-analysis techniques
✓ No supply chain risks - dependencies are built-in stdlib only