Commit graph

10 commits

Author SHA1 Message Date
ItsIgnacioPortal
f757ec78c5
fix(docs): Removed description of non-existent content from a readme
Related to #1277
2026-01-22 05:41:43 -03:00
ItsIgnacioPortal
62d8bb9e53
fix(docs): Removed section irrelevant to the project
The 'Technical Capabilities and Limitations' section was irrelevant to SecLists due to being more related to AI benchmarking than actual security testing.
2026-01-22 05:35:59 -03:00
ItsIgnacioPortal
96779f32f8
fix(docs): Consolidated existing wordlist features under one category 2026-01-22 05:34:04 -03:00
ItsIgnacioPortal
d7400c864a
feat(wordlist): Added AI ethical and safety boundary testing wordlists
Closes #1259
2026-01-22 05:04:07 -03:00
ItsIgnacioPortal
f3fec14d3b
fix(docs): Fixed formatting in LLM_Testing readme 2026-01-22 04:31:44 -03:00
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