Standalone AI red-teaming API service for enterprise security testing.
ViolentUTF API is a comprehensive security testing platform that provides:
- AI model vulnerability assessment
- Red-teaming capabilities
- Security scan management
- Vulnerability taxonomy and tracking
# Install dependencies
pip install -r requirements.txt
# Or using Poetry
poetry install
# Run tests
pytest
# Run with hot-reload
uvicorn app.main:app --reload
# Build image
docker build -t violentutf-api .
# Run container
docker run -p 8000:8000 violentutf-api
MIT License - See LICENSE file for details.