https://github.com/benderscript/owasp_llm_analysis
Large Language Models Security Analsysis
https://github.com/benderscript/owasp_llm_analysis
analysis llm owasp security top10
Last synced: 13 days ago
JSON representation
Large Language Models Security Analsysis
- Host: GitHub
- URL: https://github.com/benderscript/owasp_llm_analysis
- Owner: BenderScript
- License: apache-2.0
- Created: 2023-11-15T21:29:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T18:42:27.000Z (over 2 years ago)
- Last Synced: 2025-09-12T18:29:21.013Z (6 months ago)
- Topics: analysis, llm, owasp, security, top10
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Large Language Model Security Analysis
Welcome to our repository dedicated to the security considerations of Large Language Models (LLMs). This repository houses a comprehensive collection of documents addressing various aspects of LLM security, application security, and practical use cases.
## Repository Contents
- **[Index of Documentation](./index.md)**: Navigate to all the documents in the repository for in-depth information on LLM security.
## Research Summary
This repository's research focuses on the security aspects of LLMs, including the risks associated with training data, prompt injections, and application-level security for LLM-based systems like chatbots. It covers the importance of balancing preventive measures, like clean training data, with reactive strategies against risks outlined in the OWASP LLM Top 10. Additionally, it explores specific scenarios like the integration of LLMs in enterprise environments with OpenAI and open-source models, providing insights into unique challenges and security considerations in these contexts.
## Getting Started
To dive into the specific topics, please refer to the [Index of Documentation](./index.md) which will guide you to the detailed documents.
Thank you for visiting our repository!