### Background Rules TG-GQL-* and TG-WS-* provide static detection and remediation guidance, but lack automated bounded network probes. ### Planned Enhancements (Tracked for v0.7.2) - [ ] Implement bounded GraphQL introspection queries to detect unbounded recursion depth without causing server denial-of-service. - [ ] Implement WebSocket handshake verification to assert cookie/token validation on initial upgrade request. - [ ] Log GraphQL and WebSocket probe payloads into requests.json and responses.json with sensitive data masking.
Background
Rules TG-GQL-* and TG-WS-* provide static detection and remediation guidance, but lack automated bounded network probes.
Planned Enhancements (Tracked for v0.7.2)