Scan Report
0 /100
dream-rem
深度整合记忆,将 daily 日记提炼到 topic 文件,清理过时内容
A legitimate memory consolidation skill with no malicious indicators - all capabilities are properly declared in documentation.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md declares FileRead for MEMORY.md, topics/, daily files |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares FileWrite/FileEdit for topics/, MEMORY.md |
| Skill Invoke | ADMIN | ADMIN | ✓ Aligned | sessions_spawn declared as optional capability |
| Network | NONE | NONE | — | No network access mentioned |
| Shell | NONE | NONE | — | No shell execution in documentation |
File Tree
1 files · 5.1 KB · 172 lines Markdown 1f · 172L
└─
SKILL.md
Markdown
Security Positives
✓ All capabilities are explicitly declared in SKILL.md
✓ Well-documented 4-phase workflow with clear boundaries
✓ No network access or external communication
✓ No shell execution or subprocess usage
✓ No credential or sensitive path access
✓ No obfuscation techniques (base64, eval, etc.)
✓ Clean memory management with distributed locking mechanism
✓ Distributed under MIT license with clear versioning