Log Analyzer

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: log-analyzer Version: 1.0.0 The skill bundle provides a comprehensive set of tools and instructions for log analysis, including parsing, searching, and reporting on various log formats. All commands and embedded scripts (Bash and Python) operate on local log files using standard system utilities (`grep`, `awk`, `jq`, `python3`, `tail`, `sort`, `zgrep`, `shuf`, `sed`, `date`, `wc`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's purpose. All operations are directly aligned with the stated goal of log analysis.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may suggest commands that print log entries containing secrets, personal data, or operational details.

Why it was flagged

The skill suggests local shell searches over log directories. This is purpose-aligned for log analysis, but it can read and display sensitive log contents if run on broad or unintended paths.

Skill content
grep -r 'req-abc123' /var/log/myapp/
Recommendation

Run commands only against the specific logs you intend to inspect, review output before sharing it, and redact secrets or personal information.