Log Analyzer

AdvisoryAudited by Static analysis on Apr 30, 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 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.