Scan Report
0 /100
lobster-autodream
AI记忆巩固系统,自动整理会话历史,提取重要信息,更新长期记忆
This is a pure documentation-only skill containing only SKILL.md with no executable code, scripts, or dependencies. The described functionality (memory consolidation via file read/write operations) is legitimate and fully declared.
Safe to install
No action needed. This skill is safe to use as it contains only documentation describing a memory consolidation system with no hidden functionality.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md documents reading memory/YYYY-MM-DD.md and writing MEMORY.md |
| Network | NONE | NONE | — | No network operations described or present |
| Shell | NONE | NONE | — | No shell execution documented or present |
| Environment | NONE | NONE | — | No environment variable access documented |
| Skill Invoke | NONE | NONE | — | No skill invocation documented |
File Tree
1 files · 3.6 KB · 122 lines Markdown 1f · 122L
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation file with no executable code
✓ All operations are clearly declared in SKILL.md
✓ No shell execution, subprocess, or system command usage
✓ No network requests or external communications
✓ No credential harvesting or sensitive data access beyond intended memory files
✓ No obfuscation techniques (base64, eval, etc.)
✓ No external dependencies or package requirements
✓ No suspicious IOC patterns (IP addresses, C2 indicators, etc.)
✓ Memory consolidation logic is straightforward and auditable