Scan Report
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.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | Documentation describes reading/writing markdown files for task queues |
| Network | NONE | NONE | — | No network capabilities described or implemented |
| Shell | NONE | NONE | — | No shell commands in skill implementation; README shows CLI examples as user con… |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
4 findings
Medium External URL 外部 URL
https://img.shields.io/badge/GitHub-reflectt-blue?logo=github README.md:3 Medium External URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg README.md:4 Medium External URL 外部 URL
https://opensource.org/licenses/MIT README.md:4 Medium External URL 外部 URL
https://img.shields.io/badge/Team-Reflectt-purple README.md:5 File Tree
5 files · 10.6 KB · 464 lines Markdown 4f · 459L
JSON 1f · 5L
├─
▾
templates
│ ├─
HEARTBEAT.md
Markdown
│ └─
QUEUE.md
Markdown
├─
_meta.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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