Skylv System Log Analyzer

PassAudited by ClawScan on May 4, 2026.

Overview

This instruction-only skill coherently helps analyze user-provided log files and does not show hidden code, credential use, persistence, or unrelated behavior.

This skill appears safe and purpose-aligned for summarizing logs. Before using it, remember that logs can contain secrets or personal information, so redact sensitive entries if needed.

Findings (1)

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 read local log files that the user asks it to analyze; those logs could include sensitive operational details or accidental secrets.

Why it was flagged

The skill instructs the agent to use local file-reading commands to inspect log content. This is expected for a log analyzer and scoped to recent log lines in the examples.

Skill content
Windows: type server.log or Get-Content error.log -Tail 100
macOS/Linux: tail -n 100 app.log
Recommendation

Only provide logs you want analyzed, and review or redact sensitive values such as tokens, passwords, IPs, or personal data before sharing them with the agent.