Skylv Error Monitoring Agent
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill’s monitoring purpose is clear, but it asks users or agents to run an unprovided monitor script and enable automatic restarts, retries, or rollbacks without clear limits or approvals.
Review this carefully before installing or using it. Do not run `node monitor.js` unless you know exactly which script is being executed, and do not enable auto-resolve, restart, retry, or rollback behavior without explicit approval rules and tight environment scoping.
Findings (2)
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.
If followed against a real environment, the agent could enable automated restarts, retries, or rollbacks that disrupt production systems or make incidents worse.
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.
Auto-resolve — Apply known fixes automatically (restart, retry, rollback)
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.
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.
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.
node monitor.js watch --source logs,api
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.
