扫描报告
0 /100
task-killer
快速中断正在执行的任务,节省 token 和时间
Task Killer skill is a legitimate task interruption utility with all capabilities properly declared in skill.json - uses subagents, process management, and filesystem write operations as documented.
可以安装
No action required. The skill performs standard task cleanup operations as documented.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 技能调用 | READ | READ | ✓ 一致 | index.js:36-44 subagents({action:'list'}) and kill actions are declared |
| 命令执行 | WRITE | WRITE | ✓ 一致 | index.js:50-58 process({action:'list'}) and kill sessions - properly declared in… |
| 文件系统 | WRITE | WRITE | ✓ 一致 | index.js:64-71 writes to ./.temp/ directory - declared in skill.json |
目录结构
4 文件 · 13.5 KB · 623 行 Markdown 2f · 427L
JavaScript 1f · 155L
JSON 1f · 41L
├─
index.js
JavaScript
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ All capabilities declared in skill.json match actual implementation
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No credential harvesting or environment variable inspection
✓ No network requests to external IPs
✓ No obfuscation (base64, eval, atob patterns)
✓ No remote script execution (curl|bash, wget|sh)
✓ No supply chain risks - no dependencies declared
✓ Clean file write scope limited to .temp directory
✓ Skill purpose is legitimate task management