Workflow Patterns
Analysis
This instruction-only skill is coherently focused on TDD workflows, testing, and git commits, with no evidence of hidden code, credential use, or data exfiltration.
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.
pytest --cov=module --cov-report=term-missing ... git commit -m "feat(user): implement email validation
The skill instructs the agent to run project test/coverage commands and create git commits. This is expected for a TDD workflow, but it affects the local repository.
npx add https://github.com/wpank/ai/tree/main/skills/meta/workflow-patterns
The README documents a user-directed install command from a GitHub tree URL rather than a pinned release. It is not automatic behavior, but it is a provenance consideration.
