repair-agent

AdvisoryAudited by Static analysis on May 6, 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 invoked with file and command access, the agent may edit source files and run tests in the project workspace.

Why it was flagged

The skill directs the agent toward generating code changes and validating them through test execution, which is expected for bug repair but can affect a user's working tree or runtime environment.

Skill content
- Create targeted patches for each hypothesis
- Validate patches with test execution
- Iterate until success or exhaustion
Recommendation

Use it on trusted repositories, review generated diffs, and require confirmation before applying final patches or running expensive or unsafe tests.