扫描报告
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.
可以安装
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
└─
SKILL.md
Markdown
安全亮点
✓ 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