# Adversarial Test Review For Sparse Data

> Detect hidden test failures in sparse/nullable data by identifying secondary filters that create silent failures

- Skill: `vamseeachanta/adversarial-test-review-for-sparse-data` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/adversarial-test-review-for-sparse-data`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/adversarial-test-review-for-sparse-data/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/adversarial-test-review-for-sparse-data

---


# Adversarial Test Review for Sparse Data

When tests pass on fixtures but would fail on real production data with missing fields, identify secondary filters in the implementation that aren't reflected in test assertions. Run the adversarial review by: (1) map all data filters in the implementation, (2) compare against test fixture coverage, (3) construct edge cases where one filter succeeds but a secondary filter fails silently, (4) verify the test actually asserts both conditions, not just the primary one. This pattern catches accidental passes when fixtures happen to be dense in all dimensions.
