A comprehensive security testing platform for Large Language Models (LLMs), featuring real-time vulnerability scanning, prompt injection detection, and automated red-teaming using Garak.

# Navigate to server directory
cd server
# Install uv if you haven't already
uv run manage.py runserver
# Run migrations
uv run manage.py migrate
# Create admin user
uv run manage.py createsuperuser
# Start the server
uv run manage.py runserver
Backend runs at http://localhost:8000
# Navigate to frontend directory
cd tricode
# Install dependencies
npm install
# Start development server
npm run dev
Frontend runs at http://localhost:3000
garak process to finish and view the detailed vulnerability report.# Build and run with Docker Compose
docker-compose up --build -d
undefinedFrontend:undefined
cd tricode
npm run build
npm start
undefinedBackend:undefined
cd server
gunicorn core.wsgi:application --bind 0.0.0.0:8000
This project deals with active security testing. Use responsible AI practices.undefined
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.