File size: 849 Bytes
eaae571 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # HackAPrompt Web Extraction
Status: `partial_normalized`
## Primary Sources
- Official HackAPrompt repository
- `hackaprompt/gradio_app.py`
- `hackaprompt/evaluator.py`
- `README.md`
## Extracted Facts
- The public repo exposes competition prompt levels and evaluation logic.
- The full private/gated competition dataset was not accessible in this session.
- Public prompt examples can still be used as partial seed cases.
## Extracted Seed Cases
- Getting started
- Basics
- Instruction defense
- Few-shot defense
- Pre-prompt input defense
- Sandwich defense
- LLM self-evaluation defense
- Blacklist defense
- Jailbreak demonstration defense
- Mad sandwich defense
- Emojis only defense
## Next Step
Treat the public prompt levels as a partial competition-derived source and revisit the gated dataset later if access becomes available.
|