Reducing Entropy

AdvisoryAudited by Static analysis on Apr 30, 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 used carelessly, the agent may remove code or tests that still matter.

Why it was flagged

The skill explicitly encourages code and test deletion during refactoring. This matches the skill's purpose, but code deletion is a meaningful repository mutation that should be reviewed.

Skill content
NEVER refactor without deleting something ... Did I delete tests for deleted code?
Recommendation

Use this skill on a branch, review the diff carefully, and run tests before accepting deletions.

What this means

Running an unverified install command could install different content later if the remote branch changes.

Why it was flagged

The README suggests a user-run install command from an unpinned GitHub branch/path. It is not an automatic install step, but users should verify the source before running it.

Skill content
npx add https://github.com/wpank/ai/tree/main/skills/testing/reducing-entropy
Recommendation

Prefer installing from a trusted registry or a pinned commit, and inspect the downloaded files before use.