扫描报告
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.
可以安装
This skill is safe to use. No executable components detected. The skill provides legitimate chat context persistence functionality through file-based memory management.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md documents memory file read/write operations |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md documents saving group memory to memory/FeishuGroupMemory/ |
| 网络访问 | NONE | NONE | — | No network requests found in documentation |
| 命令执行 | NONE | NONE | — | No shell commands or script execution documented |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: reads chat_id from inbound context |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md: coordinates with HEARTBEAT.md, SOUL.md, AGENTS.md |
| 凭据窃取 | NONE | NONE | — | No credential access documented |
| 剪贴板 | NONE | NONE | — | No clipboard access documented |
| 浏览器 | NONE | NONE | — | No browser automation documented |
| 数据库 | NONE | NONE | — | No database access documented |
目录结构
2 文件 · 7.4 KB · 253 行 Markdown 2f · 253L
├─
▾
references
│ └─
group-ids.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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