Skylv Error Monitoring Agent

AdvisoryAudited by Static analysis on May 3, 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

If followed against a real environment, the agent could enable automated restarts, retries, or rollbacks that disrupt production systems or make incidents worse.

Why it was flagged

The skill explicitly advertises automatic remediation actions that can mutate services or deployments, but it does not define target scope, approval requirements, dry-run behavior, or rollback safeguards.

Skill content
Auto-resolve — Apply known fixes automatically (restart, retry, rollback)
Recommendation

Require explicit human approval for each remediation action, restrict actions to named services and environments, provide dry-run output first, and avoid enabling rollback/restart automation by default.

What this means

A user or agent trying to follow the instructions may run an unreviewed or unrelated local `monitor.js` script, including for high-impact remediation commands.

Why it was flagged

The instructions rely on a `monitor.js` executable, but the provided artifacts say this is an instruction-only skill with no code files or install spec, so the executable's provenance and behavior are not reviewable.

Skill content
node monitor.js watch --source logs,api
Recommendation

Ship the referenced script as reviewed source, add an install spec with pinned dependencies, or clearly state that users must provide and verify their own monitoring tool before running any commands.