Back to skill
v1.0.0
Log Tail
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:18 AM.
Analysis
This instruction-only skill appears benign; it is meant to view systemd logs, though log output can contain sensitive information.
GuidanceThis skill is safe-looking for its stated purpose, but journal logs may contain sensitive system or application information. Install it only if you are comfortable with your agent helping view local logs, and avoid sharing log output unless you have reviewed it.
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.
Abnormal behavior control
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
requires": { "bins": ["journalctl"] } ... Stream recent logs from the systemd journal. View logs by service unit, control line count, and optionally follow in real time.The skill uses a local system log-reading tool. This is clearly disclosed and directly matches the stated purpose, but journal logs can contain sensitive operational details.
User impactThe agent may display recent or live system logs, which could include service errors, paths, usernames, or other sensitive troubleshooting details.
RecommendationUse specific service units and limited line counts when possible, and review log output before sharing it with others.
