扫描报告
0 /100
agent-session-state
Per-channel session isolation, write-ahead logging (WAL), and compaction recovery for AI agents.
This is a purely documentation-based skill for session state management with no executable code, scripts, or potentially dangerous behavior.
可以安装
This skill is safe to use. It contains only documentation describing file-based session state management patterns.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | SKILL.md describes reading/writing session files in memory/sessions/ and memory/… |
| 网络访问 | NONE | NONE | — | No network operations described |
| 命令执行 | NONE | NONE | — | No shell execution - only documented bash commands as examples for humans |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation capabilities |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 5.7 KB · 160 行 Markdown 1f · 160L
└─
SKILL.md
Markdown
安全亮点
✓ Single-file documentation skill with no executable code
✓ Clear, well-structured documentation of intended behavior
✓ No scripts, binaries, or dependencies
✓ No network requests or data exfiltration
✓ No credential access or sensitive file manipulation
✓ No obfuscation or suspicious patterns
✓ Filesystem operations limited to user-controlled memory/ directory
✓ No supply chain risks (no package dependencies)