可信 — 风险评分 0/100
上次扫描:18 小时前 重新扫描
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.
技能名称session-logs
分析耗时21.1s
引擎pi
可以安装
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 153L · 4.6 KB

安全亮点

✓ 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