Intent-Code Divergence
Medium
- Confidence
- 99% confidence
- Finding
- The troubleshooting entry tells users to 'Serialize before testing', but earlier sections explicitly explain that serialization such as `JSON.stringify(v ?? '')` launders invalid values like `null` into empty strings and causes the sentinel gate to fail open. Because this guidance directly contradicts the intended safety control, an implementer could adopt the unsafe pattern and silently allow unknown or invalid values into deployment.
