Hidden Instructions
High
- Category
- Prompt Injection
- Content
```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%"> <!-- content --> </svg> ```
- Confidence
- 70% confidence
- Finding
- <!-- content --> </svg> ``` - **Must include** `viewBox`, prefer square viewports (e.g., `100 100` or `400 400`) - **Always declare** `xmlns` namespace - **No external resources** (fonts/images), use
