Configure Guardrails That Actually Guard
Fix a permissive config-driven validation policy for LLM input and output.
A intermediate AI Engineering challenge worth 10 points. Solve it hands-on in a real AI Engineering environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: A NeMo-Guardrails-style input/output policy is so permissive it allows oversized and injection-like input through, and lets malformed or debug output back out.
Fix the declarative rules file (no code changes) so oversized and injection-shaped input is rejected and only well-formed, non-debug output is allowed through. Run check.