Egress DLP addon: token detection, secret detection, and prompt injection scanning #195
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
After removing pipelock (PR #193), the egress proxy has no DLP scanning. The research in PR #192 recommends building a mitmproxy addon that adds per-route DLP configuration.
This issue tracks the implementation of the three remaining phases from the plan:
Per-route configuration is added to the manifest
egress.routes[*].dlpblock; detectors are implemented as pure functions inegress_addon_core.pyand wired into the mitmproxy addon.