uncrypt/playground
AI Sec Level 13 / 10 Medium
← All labs

Unbounded Consumption

The chat API bills by token and the UI caps the budget slider. The API itself trusts whoever sends it. Drain the well.

Support chat

Chat is billed per generated token. The budget slider caps you at 64 tokens per reply — but the API takes max_tokens straight from the request.

This is an isolated, intentionally-vulnerable sandbox. Data here is fake and scoped to you. The rest of Uncrypt Playground is not part of the target.