Whitespace Padding
Medium
- Category
- Prompt Injection
- Content
Use [API docs](https://docs.mailtrap.io/developers/) for details, but typical endpoints include: | Operation | URL | Reference | | --------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | List sandboxes | `GET https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/inboxes` | [Sandboxes API](https://docs.mailtrap.io/developers/email-sandbox/sandboxes-inboxes.md) | | List messages | `GET https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/inboxes/{inbox_id}/messages` | [Messages](https://docs.mailtrap.io/developers/email-sandbox/messages.md) |- Confidence
- 70% confidence
- Finding
- Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
