error-coordinator

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill matches its error-handling purpose, but it should be reviewed because it asks the agent to automate operational recovery changes and may report unsupported success metrics.

Before installing, treat this as a powerful operations prompt: restrict it to approved systems, require confirmation before deployment, rollback, data reconciliation, or recovery actions, and ensure any reported reliability metrics come from real telemetry rather than the template text.

Findings (5)

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

If connected to deployment or operations tools, the agent could make broad system changes or trigger automated responses without enough user review.

Why it was flagged

These are operational changes and automated actions, but the provided artifact does not define approval gates, target scope, dry-run behavior, or change-control limits.

Skill content
Implementation approach: - Deploy error collectors - Configure correlation - Implement circuit breakers - Setup recovery flows - ... - Automate responses
Recommendation

Require explicit user approval for changes, define allowed systems and environments, use dry-runs where possible, and follow normal incident/change-management procedures.

ConcernMedium Confidence
ASI08: Cascading Failures
What this means

A mistaken automated recovery step could affect multiple services, data state, or dependent agents.

Why it was flagged

Automated recovery, rollback, restoration, and reconciliation across systems can propagate an incorrect diagnosis or action if not contained; the artifact does not show clear containment boundaries.

Skill content
Recovery orchestration: - Automated recovery flows - Rollback procedures - State restoration - Data reconciliation - Service restoration
Recommendation

Limit automated recovery to pre-approved runbooks, stage changes, add health checks and circuit breakers around the recovery process itself, and require manual confirmation for destructive or cross-service actions.

What this means

The agent could overstate reliability improvements or present fabricated operational metrics as facts.

Why it was flagged

The prompt supplies concrete reliability metrics in a delivery message without requiring that they be measured or sourced.

Skill content
Delivery notification: "Error coordination established. Handling 3421 errors/day with 93% automatic recovery rate. Prevented 47 cascade failures and reduced MTTR to 4.2 minutes..."
Recommendation

Require all reported metrics to be calculated from real telemetry, label examples clearly, and avoid absolute claims such as complete cascade prevention unless independently verified.

What this means

Sensitive infrastructure details or inaccurate historical context could be reused in future troubleshooting or recovery decisions.

Why it was flagged

System topology and error history can be sensitive operational context and may influence later decisions if stored or reused.

Skill content
When invoked: 1. Query context manager for system topology and error patterns
Recommendation

Restrict what topology and incident data is placed in shared context, validate retrieved context before acting on it, and avoid storing secrets or sensitive logs.

What this means

Operational details may be shared between agents without clearly defined boundaries.

Why it was flagged

The skill expects collaboration with other agents, but the visible artifact does not specify identity checks, permission boundaries, or data-sharing limits.

Skill content
Integration with other agents: - Work with performance-monitor on detection - Collaborate with workflow-orchestr
Recommendation

Use only trusted agents, share the minimum necessary context, and confirm what data each cooperating agent can read or change.