docs: research on DLP alternatives to pipelock #192
Reference in New Issue
Block a user
Delete Branch "research/dlp-alternatives"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Investigates replacing pipelock with a custom mitmproxy-based DLP addon that supports per-route configuration and response-specific rules.
docs/research/dlp-alternatives-to-pipelock.md
Summary
Pipelock lacks support for per-route response scanning rules, making it impossible to skip DLP scanning for large binary downloads while keeping scanning for other traffic. This research document proposes building a custom mitmproxy addon that:
Recommendation
Build the mitmproxy addon in three phases:
See document for detailed analysis, tradeoffs, and implementation plan.
Ok, let's go with custom addon for mitmproxy. We'll have two phases:
Phase 1 - Secret Exfiltration
Phase 2 - Prompt Injection Protection
Will do the following in 4 follow up PRs: