Block a user
Egress DLP addon: token detection, secret detection, and prompt injection scanning
PRD 0053: Egress DLP addon
didericis
created branch prd-0053-egress-dlp-addon in didericis/bot-bottle
2026-06-05 23:53:13 -04:00
PRD 0053: Egress DLP addon
Anything with a token will already be caught by the token detector. Calling it again in here is silly. Let's do the following instead:
PRD 0053: Egress DLP addon
Reading through all of egress_apply.py makes me think we should just nix this... if a user needs to change the routes for a bottle (or anything else for the bottle), I think they should just change the bottle config. Couple reasons for that:
Create a quick install script