Giskard
ActiveDescription
An open-source evaluation and testing library for LLM agents providing automated model scanning, bias detection, performance benchmarking, and compliance checks.
Key Features
- Scenario API for creating evaluations that test non-deterministic LLM outputs
- Built-in checks including Groundedness, Conformity, and LLM-as-judge assessments
- Red-teaming vulnerability scanner generating adversarial test suites across OWASP LLM Top-10 categories
- Multi-turn conversation testing for full agent dialog evaluation
- Modular v3 architecture with focused packages: giskard-checks, giskard-scan, and planned giskard-rag
- Async-first design with lightweight dependencies for efficient CI/CD integration
Use Cases
Categories
Quick Start
pip install giskard-checks && pip install giskard-scan