AI Prompt Injection Detection & Wazuh SIEM Integration
PromptShield is an AI security monitoring platform designed to detect Prompt Injection attacks targeting Large Language Models (LLMs).
The platform transforms malicious prompts into structured security telemetry and integrates them into Wazuh SIEM for monitoring and threat hunting.
- Prompt Injection Detection
- Streamlit Dashboard
- MITRE-style Mapping
- Threat Correlation
- Wazuh SIEM Integration
- JSON Security Telemetry
- Ollama + Mistral Integration
- Python
- Streamlit
- Wazuh
- Ollama
- Mistral
- JSON
- VMware
git clone https://github.com/YOUR_USERNAME/PromptShield.git
cd PromptShield
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app/main.py


