didericis
  • Joined on 2025-09-19
didericis pushed to main at didericis/bot-bottle 2026-06-06 01:09:04 -04:00
63a3b9b50a docs: remove pipelock references from README, examples, and test docs
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:59:31 -04:00
ab528d9163 fix(types): replace assertIsNotNone with assert for pyright narrowing
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:48:58 -04:00
a7de3dbb9f fix(ci): fix badge sed patterns and pylint score URL encoding
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:42:46 -04:00
0fbf2ab513 feat(ci): only run tests on .py file changes
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:40:10 -04:00
436f42c00c fix(ci): fix pylint/pyright output capture and parsing
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:32:32 -04:00
881869352d fix(ci): continue update-badges job on pylint/pyright errors
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:17:16 -04:00
3f982009e2 fix(ci): fix YAML parse error in update-badges workflow
didericis deleted branch prd-0053-egress-dlp-addon from didericis/bot-bottle 2026-06-06 00:09:26 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-06 00:09:24 -04:00
52820278fd refactor(egress): move core type imports to module level
abcb336e7c fix(dlp): rework naive injection to proximity-based disclosure+jailbreak
1c7812fa9f fix: remove unused _yaml_scalar and redundant isinstance guard
4c60779fac fix: remove unused ScanResult import in test_egress_addon_core
726713d081 feat(egress): implement PRD 0053 — DLP addon with Gateway API matches
Compare 8 commits »
didericis closed issue didericis/bot-bottle#195 2026-06-06 00:09:22 -04:00
Egress DLP addon: token detection, secret detection, and prompt injection scanning
didericis merged pull request didericis/bot-bottle#196 2026-06-06 00:09:21 -04:00
PRD 0053: Egress DLP addon
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-06 00:08:39 -04:00
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:56:28 -04:00
0c285b1712 chore: whitespace fix in README
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:53:13 -04:00
52820278fd refactor(egress): move core type imports to module level
abcb336e7c fix(dlp): rework naive injection to proximity-based disclosure+jailbreak
1c7812fa9f fix: remove unused _yaml_scalar and redundant isinstance guard
4c60779fac fix: remove unused ScanResult import in test_egress_addon_core
726713d081 feat(egress): implement PRD 0053 — DLP addon with Gateway API matches
Compare 8 commits »
didericis created branch prd-0053-egress-dlp-addon in didericis/bot-bottle 2026-06-05 23:53:13 -04:00
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:49:28 -04:00
12805444e2 revert: restore simple O(n*m) proximity check
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:45:30 -04:00
6d8c4d62bf perf(dlp): replace O(n*m) proximity check with O(n log n) sorted scan
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:19:46 -04:00
52820278fd refactor(egress): move core type imports to module level
didericis commented on pull request didericis/bot-bottle#196 2026-06-05 23:18:30 -04:00
PRD 0053: Egress DLP addon

Why not import these at the top of the module?

didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:17:57 -04:00
abcb336e7c fix(dlp): rework naive injection to proximity-based disclosure+jailbreak