Unit Test Quality Checker

AdvisoryAudited by Static analysis on May 5, 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 the repository or tests are untrusted, running them could trigger whatever side effects those tests perform, such as file, network, or database activity.

Why it was flagged

The skill may use Bash to run the project's tests so it can measure timing. This is disclosed and directly related to the skill's purpose, but test execution still runs local project code.

Skill content
tools-required: [Read, Grep, Bash] ... environment: "Codebase with an existing test suite. Bash access to run tests and measure timing."
Recommendation

Use this skill on trusted codebases or in a sandbox/container, and confirm before allowing test execution when side effects are possible.