Skylv System Log Analyzer

AdvisoryAudited by Static analysis on May 4, 2026.

Overview

No suspicious patterns detected.

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 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.