Tdd And Programming By Difference

PassAudited by ClawScan on May 5, 2026.

Overview

This instruction-only coding skill asks the agent to edit code and run tests, which matches its stated TDD purpose and shows no evidence of hidden installs, credentials, network use, or persistence.

This skill appears safe for its intended use: helping with test-driven feature work in a codebase. Because it can edit files and run shell commands, install and use it only where you are comfortable letting the agent change project code, and review all edits before committing or deploying.

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

The agent may modify source files and run local test commands while helping add a feature.

Why it was flagged

The skill requires file-reading, file-editing, and shell access so the agent can modify code and run tests. These tools can change a local codebase, but that authority is directly tied to the stated TDD workflow.

Skill content
tools-required: [Read, Edit, Bash]
Recommendation

Use it in the intended project workspace, review code diffs before committing, and confirm test commands before allowing broad shell operations.