扫描报告
5 /100
tiered-context-manager
多Agent协作的智能会话上下文管理系统。当需要管理AI agent的长会话压缩、多层记忆分层、跨Agent知识共享时激活。支持L1/L2/L3分层压缩、实时监控、统计分析。用于OpenClaw agent的上下文管理优化。
This is a legitimate multi-agent context management system with session compression, memory tiering, and cross-agent knowledge sharing capabilities. No malicious behavior detected.
可以安装
This skill is safe to use. Consider documenting the filesystem:WRITE capability explicitly in SKILL.md for transparency.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Missing filesystem write declaration 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | SKILL.md: No declaration; tiered-engine.js reads/writes session files and create… |
| 网络访问 | NONE | NONE | — | No network requests found in codebase |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution found |
| 环境变量 | NONE | NONE | — | No os.environ iteration or sensitive variable access |
目录结构
14 文件 · 114.8 KB · 3957 行 JavaScript 9f · 3330L
Python 2f · 383L
Markdown 2f · 235L
JSON 1f · 9L
├─
▾
references
│ └─
architecture.md
Markdown
├─
▾
scripts
│ ├─
compression_stats.js
JavaScript
│ ├─
cross_agent_context.js
JavaScript
│ ├─
index.js
JavaScript
│ ├─
l3_ai_compressor.js
JavaScript
│ ├─
memory_tiering.js
JavaScript
│ ├─
package.json
JSON
│ ├─
process_l3_tasks.py
Python
│ ├─
realtime_monitor.js
JavaScript
│ ├─
save_shared_state.py
Python
│ ├─
tiered_standalone_v2.js
JavaScript
│ ├─
tiered_standalone.js
JavaScript
│ └─
tiered-engine.js
JavaScript
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
fs (Node.js built-in) | bundled | node | 否 | Standard filesystem module, no external dependencies |
path (Node.js built-in) | bundled | node | 否 | Standard path module, no external dependencies |
os (Node.js built-in) | bundled | node | 否 | Standard OS module, no external dependencies |
安全亮点
✓ No credential harvesting or API key theft detected
✓ No external network requests or C2 communication
✓ No base64 encoding, obfuscation, or eval() calls
✓ No curl|bash or wget|sh remote script execution
✓ Proper backup mechanism before file writes (safeWriteSession)
✓ Auto-rollback on write failures for data protection
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No reverse shell, RCE, or data exfiltration patterns
✓ Clean codebase with no obfuscation techniques