grok_challenge
Adversarially break code to uncover edge cases, race conditions, and security vulnerabilities. Returns severity-ranked issues with reproductions.
Instructions
Ask Grok to adversarially break a piece of code: edge cases, race conditions, security holes, adversarial inputs. Returns severity-ranked issues with reproductions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code or design to attack. | |
| context | No | Optional context: language, framework, intended behaviour, constraints. | |
| model | No | ||
| timeout | No | Per-call timeout in seconds. Defaults to 300. Raise for long grok-4 reasoning. |