Scan Report
0 /100
feishu-group-memory-system
飞书群聊上下文持久化技能
Pure documentation skill for Feishu group memory persistence with no executable code, no network access, and no credential handling.
Safe to install
This skill is safe to use. No executable components detected. The skill provides legitimate chat context persistence functionality through file-based memory management.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md documents memory file read/write operations |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md documents saving group memory to memory/FeishuGroupMemory/ |
| Network | NONE | NONE | — | No network requests found in documentation |
| Shell | NONE | NONE | — | No shell commands or script execution documented |
| Environment | READ | READ | ✓ Aligned | SKILL.md: reads chat_id from inbound context |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md: coordinates with HEARTBEAT.md, SOUL.md, AGENTS.md |
| credential_theft | NONE | NONE | — | No credential access documented |
| Clipboard | NONE | NONE | — | No clipboard access documented |
| Browser | NONE | NONE | — | No browser automation documented |
| Database | NONE | NONE | — | No database access documented |
File Tree
2 files · 7.4 KB · 253 lines Markdown 2f · 253L
├─
▾
references
│ └─
group-ids.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code or scripts
✓ Clear scope limited to chat context persistence
✓ No network requests or external communications
✓ No credential harvesting or sensitive data access
✓ Well-structured documentation with examples
✓ Includes important security guidance (append vs overwrite)
✓ References file only contains placeholder/example data