Scan Report
20 /100
lobster-keeper
自动执行日常维护:状态检查、自我复盘、记忆流动、任务记录。基于龙虾饲养员的六条经验。
A simple self-maintenance skill that reads agent state files and generates status reports, with minor doc-to-declaration mismatches for undeclared tool references.
Safe to install
No immediate action required. Consider adding explicit `allowed-tools` (Read, list_skills) and resource declarations (filesystem:READ) to the frontmatter to eliminate the documentation gap.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Undeclared tool references in documentation Doc Mismatch | SKILL.md:14 |
| Low | Missing resource permission declarations privile_escalation | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md:27 — reads IDENTITY.md, SOUL.md, USER.md, MEMORY.md, memory/YYYY-MM-DD.… |
| Skill Invoke | NONE | READ | ✓ Aligned | SKILL.md:19 — calls list_skills to list installed skills |
| Shell | NONE | NONE | — | SKILL.md:14 — 'exec' tool is mentioned but not actually used or present in code |
File Tree
1 files · 1.8 KB · 36 lines Markdown 1f · 36L
└─
SKILL.md
Markdown
Security Positives
✓ Single-file, self-contained skill with no external dependencies or scripts
✓ No network requests, credential access, or data exfiltration behavior
✓ No obfuscation, base64-encoded content, or suspicious patterns
✓ Functionality is limited to benign self-maintenance: reading state files and generating reports
✓ No sensitive paths (SSH, AWS, .env) are accessed
✓ No remote code execution, downloads, or supply chain risks