New feature

This commit is contained in:
2023-03-08 18:43:48 +01:00
parent a9b09b2cfd
commit e5b4d26059
5 changed files with 98 additions and 17 deletions

35
prompt-bounty/README.md Normal file
View File

@@ -0,0 +1,35 @@
# Prompt Injections Bounty Hunt
Submit a list of possible prompt injections in the following format:
## How?
Put together a CSV of the following format:
```
prompt,regex
[MALICIOUS PROMPT],[REGEX]
```
You can then use this to test for prompt injections on the following website: https://llm-cps.streamlit.app/
## Why?
This is a bounty hunt to find prompt injections in the wild. The goal is to find as many as possible and then use them to test for prompt injections, to make AI safer.
## Reward
For every prompt injection you find, you will receive 1 bounty point. You can then redeem these points:
+ 1 point = 5 USD
Only the first 20 prompts will be accepted, unless more funding is raised.
## How to submit
Submit a pull request to this repository with the CSV file. The file should be named `prompt-injections.csv` and should be in the root directory of the repository. The file should be in the format described above. If you have any questions, please open an issue.
## How to redeem
Once you submit your PR, it will be reviewed and merged. Once merged, you will receive a message with a link to redeem your points. You can then redeem your points for the reward.
# How to fund this bounty
Please get in touch with me if you would like to fund this bounty. I am looking for funding to pay for the bounty points. Reach out here: daniel@alves.world
You can also donate to the following address: https://www.buymeacoffee.com/velocitatem24
Thank you!