可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称Sumo Assign Tasks Switch
分析耗时23.3s
引擎pi
可以安装
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 85L · 2.3 KB
├─ 📝 SKILL_zh.md Markdown 72L · 1.3 KB
└─ 📝 SKILL.md Markdown 72L · 1.3 KB

安全亮点

✓ 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