didericis
  • Joined on 2025-09-19
didericis pushed to remove-pipelock at didericis/bot-bottle 2026-06-04 17:20:16 -04:00
bbd6ec85ac chore: strip pipelock from Docker backend
didericis pushed to remove-pipelock at didericis/bot-bottle 2026-06-04 17:15:45 -04:00
ce8cb5f0f1 chore: remove pipelock from supervise plane and egress layer
didericis pushed to remove-pipelock at didericis/bot-bottle 2026-06-04 17:11:23 -04:00
9eb5eef676 chore: delete pipelock files and strip from manifest layer
didericis created branch remove-pipelock in didericis/bot-bottle 2026-06-04 17:11:23 -04:00
didericis deleted branch research/dlp-alternatives from didericis/bot-bottle 2026-06-04 14:27:34 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-04 14:27:34 -04:00
c94a2542bd docs: evaluate CaMeL prompt injection framework for integration
e6b3cd1824 docs: remove time estimates and add LLM-based detection analysis
49f77f2d1e docs: accommodate PR feedback on detector architecture
d3c2d9e8f6 docs: research document on DLP alternatives to pipelock
Compare 4 commits »
didericis merged pull request didericis/bot-bottle#192 2026-06-04 14:27:32 -04:00
docs: research on DLP alternatives to pipelock
didericis commented on pull request didericis/bot-bottle#192 2026-06-04 14:27:22 -04:00
docs: research on DLP alternatives to pipelock

Will do the following in 4 follow up PRs:

  1. Strip out pipelock
  2. Do phase I part 1 (token detection)
  3. Do phase I part 2 (known secret detection)
  4. Do phase II (naive prompt injection…
didericis commented on pull request didericis/bot-bottle#191 2026-06-04 14:25:25 -04:00
feat: support pipelock skip_scan_for_extensions config

Closing in favor of stripping pipelock and adding custom mitmproxy rules -> didericis/bot-bottle#192

didericis closed pull request didericis/bot-bottle#191 2026-06-04 14:25:25 -04:00
feat: support pipelock skip_scan_for_extensions config
didericis pushed to prd-0052-user-provider-plugins at didericis/bot-bottle 2026-06-04 14:18:35 -04:00
b48856d76d fix: correct broken imports and fileno() guard after rebase
didericis pushed to research/dlp-alternatives at didericis/bot-bottle 2026-06-04 14:14:38 -04:00
c94a2542bd docs: evaluate CaMeL prompt injection framework for integration
didericis pushed to prd-0052-user-provider-plugins at didericis/bot-bottle 2026-06-04 14:14:32 -04:00
88a001160e docs: PRD 0052 — user-defined agent provider plugins
b0c3d0582a refactor: move codex_auth into contrib/codex
f114c861b4 fix: resolve pylint and pyright linting issues
544a024e22 ci: add update-badges workflow with dispatch trigger
Compare 4 commits »
didericis pushed to move-codex-auth-to-contrib at didericis/bot-bottle 2026-06-04 14:12:01 -04:00
295d65e4ef fix: repair broken imports and test failures after codex_auth move
didericis pushed to research/dlp-alternatives at didericis/bot-bottle 2026-06-04 14:03:11 -04:00
e6b3cd1824 docs: remove time estimates and add LLM-based detection analysis
didericis pushed to research/dlp-alternatives at didericis/bot-bottle 2026-06-04 13:57:26 -04:00
49f77f2d1e docs: accommodate PR feedback on detector architecture
didericis commented on pull request didericis/bot-bottle#192 2026-06-04 13:41:25 -04:00
docs: research on DLP alternatives to pipelock

Ok, let's go with custom addon for mitmproxy. We'll have two phases:

Phase 1 - Secret Exfiltration

  1. Scan all packet responses by default
  • Can be disabled per route
  1. Scan for the…
didericis pushed to feat/pipelock-skip-scan-extensions at didericis/bot-bottle 2026-06-04 13:22:52 -04:00
dee3600400 test: update PipelockRoutePolicy tests for Config dict design
didericis created branch research/dlp-alternatives in didericis/bot-bottle 2026-06-04 13:21:50 -04:00
didericis pushed to research/dlp-alternatives at didericis/bot-bottle 2026-06-04 13:21:50 -04:00
d3c2d9e8f6 docs: research document on DLP alternatives to pipelock