Logfile Analyzer
AdvisoryAudited by VirusTotal on Apr 14, 2026.
Overview
Type: OpenClaw Skill Name: logfile-analyzer Version: 1.0.0 The logfile-analyzer skill is a legitimate tool designed to parse, group, and analyze application logs for error patterns. The core logic in scripts/analyze_logs.py is well-structured, uses only Python standard libraries, and contains no network calls, obfuscation, or unauthorized file access. It implements robust log format auto-detection and provides actionable remediation advice based on common error strings (e.g., OOM, connection timeouts) defined in references/error-patterns.md.
