build-tests — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-tests (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Plan and build tests for the current feature branch.
"$ARGUMENTS"
If provided, the above gives optional extra constraints or focus areas for test planning. By default, the skill plans and builds tests for all current branch changes without needing any arguments.
Use a subagent to carry out the following 2 phases sequentially:
plan-*.md) in the current working directory to understand what was built and whygit diff origin/main...HEAD to see all changesWrite tests following the test plan from Phase 1. Run all tests and fix any failures before finishing.
#### Mocking Rules — CRITICAL
Unit tests — mocks are fine:
Integration tests — NO mocks:
General rules:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.