Releases: prompt-security/openclaw-scanner
Releases · prompt-security/openclaw-scanner
0.0.15
0.0.14-gzip
Gzip compress payload instead of trimming old data Replace _trim_payload logic with gzip compression on the entire JSON payload. Sets Content-Encoding: gzip header so the server can decompress transparently. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0.0.14-cut_old_data
Merge pull request #19 from prompt-security/fix/pyinstaller-missing-deps Fix PyInstaller build: install project deps and add hidden imports
0.0.14
0.0.13 - Nano/Pico variants detection
Merge pull request #18 from prompt-security/nano_pico_claw_support Add nanobot and picoclaw variant detection and scanning
redact_pii branch
Add secret scrubbing to redact PII from collected data Introduce scrubber module with tiered regex patterns to detect and redact secrets (API keys, tokens, passwords, JWTs, connection strings) from tool call arguments and URLs before they reach the API endpoint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0.0.12 - add mdm scripts / fix release workflows once more
Merge pull request #16 from prompt-security/fix-mdm-artifact-path Fix MDM scripts artifact path in release job
0.0.11 - add mdm scripts / fix release workflows
Merge pull request #15 from prompt-security/fix-release-workflow Fix release workflow: use artifact pattern to avoid race condition
0.0.10 - update mdm scripts
Merge pull request #14 from prompt-security/mdm-scripts Add MDM deployment scripts for Jamf/Intune (macOS + Windows WSL)
0.0.9 enrich clis data
Merge pull request #10 from prompt-security/add_args_to_clis add command counter