📦 LookupMark Log Analyzer — 实用工具
v1.1.0分析 系统 和 应用 logs 使用 automatic sensitive 数据 redaction. Supports OpenClaw gateway logs (journalctl), RAG indexing logs, 和 que...
0· 116·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and requested resources align with its stated purpose (local log analysis with redaction); it reads only whitelisted logs, has no network behavior or credential requests, and requires no install steps.
评估建议
This skill appears to be what it claims: a local, read-only log analyzer with redaction. Before installing or running it, review the included script and be aware of these points: (1) it reads only the journal unit openclaw-gateway and two files under ~/.local/share/local-rag — verify those are the logs you expect; (2) it loads ~/.config/log-analyzer/config.json which can change redaction or error patterns — inspect or create that file if you need stricter redaction; (3) the --search pattern acce...详细分析 ▾
✓ 用途与能力
Name/description claim secure log analysis with redaction; the included script implements that and only targets the declared sources (journalctl unit openclaw-gateway and two local RAG log files). No unrelated credentials, binaries, or config paths are requested.
ℹ 指令范围
SKILL.md and the script are consistent: they limit reads to ALLOWED_SOURCES and state read-only/no-network. The script does load a user config (~/.config/log-analyzer/config.json) to override error and redact patterns — this can change detection/redaction behavior if the local config is modified. Also user-supplied search regexes are executed locally (could cause expensive regex evaluation).
✓ 安装机制
No install spec and only a small Python script are provided, so nothing is downloaded or written to disk by an installer. This is the lowest-risk installation model.
✓ 凭证需求
The skill requests no environment variables, no credentials, and no special config paths beyond a user-scoped config file for optional pattern overrides. Those config and log paths are proportionate to a log analyzer.
✓ 持久化与权限
The skill is not always-enabled and does not modify other skills or system settings. It reads a per-user config file and local logs only; it does not create persistent system-wide privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install lookupmark-log-analyzer
镜像加速npx clawhub@latest install lookupmark-log-analyzer --registry https://cn.longxiaskill.com镜像同步中