Giskard
ActiveDescription
AI testing and vulnerability scanning platform covering LLM bias, hallucination, and security.
Key Features
- Vulnerability scanning — Auto-detect RAG hallucination, prompt injection, toxicity, and bias
- Multi-model — Integrations for HuggingFace, OpenAI, Anthropic, LangChain
- Test set management — Centralized test sets and evaluations
- CI integration — GitHub Actions / GitLab CI in one step
- Visualization — Detailed HTML reports and team dashboard
- Customizable — Custom tests for business needs
Use Cases
Categories
Quick Start
# Install
pip install giskard
# Scan an LLM
from giskard import scan
report = scan(my_llm_app)
report.to_html('report.html')