扫描报告
0 /100
session-logs
Search and analyze your own session logs (older/parent conversations) using jq
A legitimate session log analysis skill that provides read-only jq/ripgrep queries for local conversation history with no security concerns.
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Accesses ~/.openclaw/agents/<agentId>/sessions/ for session log analysis (docume… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Uses bash commands with jq/rg for querying JSONL files (documented in SKILL.md) |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 网络访问 | NONE | NONE | — | No network requests |
| 凭证 | NONE | NONE | — | No credential access |
目录结构
1 文件 · 4.6 KB · 153 行 Markdown 1f · 153L
└─
SKILL.md
Markdown
安全亮点
✓ All functionality is explicitly documented in SKILL.md
✓ Uses only declared external tools (jq, rg) as specified in metadata
✓ Read-only operations on local session JSONL files
✓ No credential harvesting or sensitive path access (~/.ssh, ~/.aws, .env)
✓ No network requests or data exfiltration
✓ No obfuscation, base64-encoded execution, or suspicious patterns
✓ No remote script execution (curl|bash, wget|sh)
✓ No installation or dependency management
✓ No hidden functionality or documentation mismatch