Initial stable release of mcp-stdio-guard.
Highlights:
- Stable schemaVersion: 1 JSON contract for CI, registries, and badge ingestion.
- Badge-friendly summary.status, summary.badge, issue classes, checks, and reproducibility fingerprint.
- Real MCP initialize lifecycle validation plus advertised tools/resources/prompts list probes.
- Strict stdout-only protocol hygiene with stderr diagnostics allowed.
- Tool schema checks, cold/warm repeat drift checks, output limits, static scan, profiles, config files, and opt-in adversarial protocol probes.
- Zero runtime dependencies.
Validation before release:
- npm ci
- npm test
- npm run pack:dry
- npm publish --dry-run --access public
- npm audit --json
- GitHub CI, CodeQL, Socket, and Snyk all passed.