扫描报告
0 /100
skill-experience-layer
Pre-call experience checking + error-driven learning + layered experience storage
Documentation-only skill providing experience/memory layer management with explicit safety boundaries and no executable code.
可以安装
This skill is safe to use. It operates exclusively on experience JSON files in memory/experiences/ and includes clear safety boundaries preventing access to sensitive files.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares reading experience files only |
| 网络访问 | NONE | NONE | — | No network operations declared or present |
| 命令执行 | NONE | NONE | — | No shell execution in any files |
| 环境变量 | NONE | NONE | — | No environment access declared |
| 技能调用 | NONE | NONE | — | Mentions integration but no auto-invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser operations |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 4.6 KB · 119 行 Markdown 1f · 118L
JSON 1f · 1L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Documentation-only skill with no executable code
✓ Explicit safety boundaries declared: only modifies memory/experiences/ directory
✓ Never touches core root files (MEMORY.md, SOUL.md, IDENTITY.md, USER.md, .env)
✓ Never accesses sensitive directories (~/.ssh, ~/.aws, /etc)
✓ Automatic backups before changes with rollback capability
✓ High-risk changes require human approval
✓ Clear file structure with example JSON schema