Unit Test Quality Checker

PassAudited by ClawScan on May 5, 2026.

Overview

This instruction-only skill is coherently focused on reviewing test quality, with the main caution that it may run local tests through Bash.

This appears safe to install as an instruction-only testing review helper. Before using Bash-based timing, make sure the tests are safe to run in the current environment, especially if they might touch databases, networks, files, or external services.

Findings (1)

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.