Clean Code
Analysis
This is a benign clean-code guidance skill with no code or credential access, though users should review broad refactors and trust the install source.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
- Edit the file AND all dependent files in the same task - Never leave broken imports or missing updates
The skill tells a coding agent to update dependent files, so a refactor may touch more than the initially requested file. This is aligned with safe refactoring, but it increases the blast radius if the agent makes an incorrect change.
npx add https://github.com/wpank/ai/tree/main/skills/testing/clean-code ... npx clawhub@latest install clean-code-review
The installation documentation includes user-run commands that fetch/install from external sources, including an unpinned GitHub branch path and a latest-tag package invocation. The artifacts do not show automatic execution, but users should trust the source before running these commands.
