dockerpromptbrake/promptbrake

By dockerpromptbrake

Updated 5 days ago

Enterprise PromptBrake runner for private LLM security scans in your own infrastructure.

Image
Security
Machine learning & AI
Developer tools
0

3.1K

dockerpromptbrake/promptbrake repository overview

PromptBrake Enterprise Runner

Run PromptBrake inside your own infrastructure for private LLM security scans.

This image starts a local PromptBrake web app on http://localhost:5000. Enterprise users provide a PromptBrake license key, pull the image, run the container, and scan from their own machine or internal environment.

Quick start

export PROMPTBRAKE_LICENSE_KEY=PBE-your-license-key
export PROMPTBRAKE_API_BASE=https://app.promptbrake.com

docker pull docker.io/YOUR_DOCKERHUB_USERNAME/promptbrake:latest

docker run --rm \
  -p 5000:5000 \
  -v promptbrake_enterprise_data:/app/data \
  -e PROMPTBRAKE_LICENSE_KEY \
  -e PROMPTBRAKE_API_BASE \
  docker.io/YOUR_DOCKERHUB_USERNAME/promptbrake:latest

Tag summary

Content type

Image

Digest

sha256:1838386f1

Size

370.9 MB

Last updated

5 days ago

docker pull dockerpromptbrake/promptbrake