# scripts/ Deterministic validators this skill shells out to instead of relying on LLM judgment for mechanical checks. | File | Purpose | |------|---------| | `validate-secrets.sh` | Scans every AGENTS.md file (root + nested) for embedded secrets, API keys, tokens, and connection strings | | `validate-structure.sh` | Checks for empty/placeholder content, the common-sections checklist, and nested-vs-root duplication | | `validate-drift.sh` | Resolves referenced npm/make commands and file paths against the actual repo state | All three take a single `` argument, print `FAIL`/`INFO`/`SUGGESTION` findings to stdout, and exit non-zero only on FAIL.