Isolated environment for running Pruva vulnerability reproductions via GitHub Codespaces.
- Open a Codespace with a
REPRO_IDenvironment variable - The reproduction runs automatically on startup
- The
pruva-verifyCLI handles downloading and executing the script
Click "Open in Codespaces" on any reproduction at pruva.dev.
Or use a direct URL with any reproduction ID:
https://codespaces.new/N3mes1s/pruva-sandbox?env[REPRO_ID]=REPRO-2026-00006
curl -fsSL https://pruva.dev/install.sh | shOr download directly:
curl -fsSL https://raw.githubusercontent.com/N3mes1s/pruva-sandbox/main/pruva-verify -o ~/.local/bin/pruva-verify
chmod +x ~/.local/bin/pruva-verifypruva-verify REPRO-2026-00006
pruva-verify GHSA-655q-fx9r-782v
pruva-verify CVE-2025-1716- Reproductions run in isolated Codespace containers
- Scripts are fetched from the official Pruva API
- Each reproduction exploits a real vulnerability - review before running