← back to hub ↑ parent
LLM07: System Prompt Leakage

LLM07: System Prompt Leakage

The application has a confidential information stored in system prompt.

Goal: Trick the AI to reveal the secret hidden in system prompt

{% if success %}
🎉 Congratulations! You successfully jailbroke the assistant!

{{ response_text }}
{% elif response_text %}
🧑 User: {{ user_input }}
🤖 Assistant: {{ response_text }}
{% endif %}