扫描报告
5 /100
agent-autonomy-kit
Stop waiting for prompts. Keep working. A task queue and proactive heartbeat system for AI agents.
This skill is pure documentation/methodology for AI agent task queue management with no executable code, scripts, or any functionality requiring elevated permissions.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | Documentation describes reading/writing markdown files for task queues |
| 网络访问 | NONE | NONE | — | No network capabilities described or implemented |
| 命令执行 | NONE | NONE | — | No shell commands in skill implementation; README shows CLI examples as user con… |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
4 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/GitHub-reflectt-blue?logo=github README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg README.md:4 中危 外部 URL 外部 URL
https://opensource.org/licenses/MIT README.md:4 中危 外部 URL 外部 URL
https://img.shields.io/badge/Team-Reflectt-purple README.md:5 目录结构
5 文件 · 10.6 KB · 464 行 Markdown 4f · 459L
JSON 1f · 5L
├─
▾
templates
│ ├─
HEARTBEAT.md
Markdown
│ └─
QUEUE.md
Markdown
├─
_meta.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code or scripts present in the skill
✓ No credential harvesting or sensitive data access
✓ No network communication or data exfiltration patterns
✓ No obfuscation techniques (base64, eval, etc.)
✓ No supply chain risks (no dependencies)
✓ Documentation clearly describes its purpose as a task queue management methodology