integration-testing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited integration-testing (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.
Unit tests verify components work in isolation. Integration tests verify they work together. The gap between these two is where most production bugs hide. This skill ensures integration tests cover the real system boundaries.
Verify: Boundary map created. Top 5 prioritized.
Verify: No internal boundaries are mocked in integration tests.
Verify: At least 1 failure case per boundary is tested.
Verify: Test suite passes when run in random order.
| Excuse | Rebuttal |
|---|---|
| "Unit tests are enough" | Unit tests with mocks test that your mocks work, not your system. |
| "Integration tests are slow" | Slow tests are better than discovering bugs in production. Optimize the setup, not the coverage. |
| "We test in staging" | Staging is not a substitute for automated tests. It's too slow and too manual. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.