扫描报告
5 /100
aoms
Always-On Memory Service — persistent 4-tier memory for AI agents
This skill is a documentation-only package for a legitimate local memory service (AOMS/cortex-mem) with no executable code, no suspicious behavior, and fully transparent functionality.
可以安装
This skill is safe to use. Ensure the cortex-mem package from PyPI is from a trusted source before installation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Storage root configurable; workspace migration is optional and declared |
| 网络访问 | READ | READ | ✓ 一致 | localhost:9100 only for local service communication |
| 命令执行 | NONE | NONE | — | pip install documented; no direct shell execution in skill files |
| 环境变量 | NONE | NONE | — | No environment variable access in skill files |
| 技能调用 | NONE | NONE | — | N/A |
| 剪贴板 | NONE | NONE | — | N/A |
| 浏览器 | NONE | NONE | — | N/A |
| 数据库 | NONE | READ | ✓ 一致 | JSONL file storage is documented and local |
目录结构
3 文件 · 14.0 KB · 589 行 Markdown 3f · 589L
├─
▾
references
│ ├─
api-reference.md
Markdown
│ └─
openclaw-setup.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - documentation only (SKILL.md, api-reference.md, openclaw-setup.md)
✓ All operations are local - service explicitly binds to localhost only
✓ No credential or sensitive path access declared or implemented
✓ Data stays local - no external network calls for core functionality
✓ All features are clearly documented and explained
✓ Workspace migration is optional, explicit, and non-destructive (dry-run supported)
✓ Vector search requires optional local Ollama instance
✓ Docker alternative available for containerized deployment