Commit graph

5 commits

Author SHA1 Message Date
ItsIgnacioPortal
29c9f4cdce feat(wordlist): Added more LLM data-leakage payloads
Co-authored-by: 7h30th3r0n3 <75809682+7h30th3r0n3@users.noreply.github.com>
2024-12-20 02:24:05 -03:00
7h30th3r0n3
83b6785ddf
Update metadata.txt
- Adding namespace extraction :
It can be used in GPTs which have API capabilities, it can list the endpoint and parameter of the API used in the backend of a GPTs, it's seem that these capabilities is insert into the LLM session with text, and namespace is used to declare function.

- Adding Data extraction :
Extract files stored in a LLM if code interpreter is activated.

- Adding rules extraction :  
Extract rules, and prompt used in preprompted LLM.
2024-08-02 10:10:34 +02:00
Ignacio J. Perez Portal
ac7763b379
chore(docs): Improved formatting of README.md in LLM_Testing 2024-04-24 06:13:41 -03:00
unknown
4e747a49e0 fix(LLM-Testing): Remove empty new lines.
Due to:

Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Bias_Testing/gender_bias.txt on line 102
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Bias_Testing/nationality_geographic_bias.txt on line 93
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Bias_Testing/race_ethnicity_bias.txt on line 109
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Data_Leakage/metadata.txt on line 8
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Data_Leakage/personal_data.txt on line 92
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Divergence_attack/escape_out_of_allignment_training.txt on line 71
Error: [!] Checker .bin/checkers/new-line-and-empty-line-checker.py got a warning for Ai/LLM_Testing/Divergence_attack/pre-training_data.txt on line 12
2024-04-06 15:21:10 -06:00
unknown
013afd5152 feat (LLM-testing): Add directories and files related to LLM security testing.
These prompts are crafted to challenge the models in various ways, including but not limited to their ability to follow ethical guidelines, maintain data privacy, resist generating harmful or sensitive content, and avoid being exploited to perform unauthorized tasks.

Please feel free to change the directory location or name to something more appropriate!
Scalable Extraction of Training Data from (Production) Language Models.pdf
2024-04-06 15:14:37 -06:00