promptbrake
Enterprise PromptBrake runner for private LLM security scans in your own infrastructure.
3.1K
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.
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
Content type
Image
Digest
sha256:1838386f1…
Size
370.9 MB
Last updated
5 days ago
docker pull dockerpromptbrake/promptbrake