Scan Report
50 /100
memory-compactor
记忆压缩整理 - 自动整理和压缩长期记忆
Skill declares memory file manipulation and scheduled execution but provides no implementation code to audit, creating a doc-to-code verification gap.
Use with caution
Request implementation scripts before approval. Without code, cannot verify the skill performs only declared memory compression without accessing or exfiltrating sensitive memory contents.
Attack Chain 4 steps
◎
Entry User installs skill trusting SKILL.md description
SKILL.md:1⬡
Escalation AI agent invokes skill to compress memory files
SKILL.md:12⬡
Escalation Skill accesses memory files containing potential sensitive data
SKILL.md:15◉
Impact Without code audit, actual behavior unverifiable - could exfiltrate or modify beyond declared scope
SKILL.md:22Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Documentation-only skill with unverifiable behavior Doc Mismatch | SKILL.md:1 |
| Medium | Undeclared scheduled execution mechanism Priv Escalation | SKILL.md:22 |
| Low | Memory file access without visibility into data handling Sensitive Access | SKILL.md:12 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | SKILL.md describes '压缩冗余内容,清理过期信息' (compress redundant content, clean expired in… |
File Tree
1 files · 1.1 KB · 48 lines Markdown 1f · 48L
└─
SKILL.md
Markdown
Security Positives
✓ No network requests described in documentation
✓ No credential harvesting mentioned
✓ No base64, eval, or obfuscation patterns visible in docs
✓ Core concept (memory compression) is functionally legitimate