可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
三层机制非阻塞任务管理器
Three-layer non-blocking task manager for AI agents — keeps main session always idle, responds instantly to new messages, and proactively pushes results
This is a pure-documentation skill (SKILL.md + README.md) containing only operational guidelines for an AI agent task manager. No executable scripts, no code, no dependencies, and no malicious indicators.
技能名称三层机制非阻塞任务管理器
分析耗时29.9s
引擎pi
可以安装
No action needed. The skill is safe to install and use.
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 SKILL.md: creates/updates active_tasks.md, HEARTBEAT.md, AGENTS.md, MEMORY.md in…
网络访问 WRITE WRITE ✓ 一致 SKILL.md: sends Feishu/WeCom notifications via API upon task completion
命令执行 WRITE WRITE ✓ 一致 SKILL.md: creates cron job 'nonblocking-task-monitor' at */2 * * * *
环境变量 READ READ ✓ 一致 SKILL.md: reads ~/.openclaw/memory-tdai/conversations/ for cross-channel recall …
技能调用 WRITE WRITE ✓ 一致 SKILL.md: spawns sub-agents for all task operations — core mechanism of the skil…

目录结构

2 文件 · 16.8 KB · 483 行
Markdown 2f · 483L
├─ 📝 README.md Markdown 120L · 3.7 KB
└─ 📝 SKILL.md Markdown 363L · 13.2 KB

安全亮点

✓ Pure documentation skill — no executable code whatsoever
✓ All file operations are explicitly declared in SKILL.md (active_tasks.md, HEARTBEAT.md, AGENTS.md, MEMORY.md)
✓ Network usage (Feishu/WeCom notifications) is declared and contextually relevant to the task management feature
✓ No high-risk indicators: no base64, no eval, no curl|bash, no credential harvesting, no reverse shell
✓ Environment/read access to ~/.openclaw is declared for legitimate cross-channel conversation recall
✓ Cron task creation is explicitly documented with schedule and purpose
✓ Sub-agent spawning is the documented design pattern, not hidden behavior
✓ Pre-scan confirms no sensitive files, no .env, no scripts, no binary files