shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 created branch feature/issue-63-result-tagging in llm-multiverse/llm-multiverse 2026-03-10 16:35:36 +01:00
shahondin1624 closed issue llm-multiverse/llm-multiverse#62 2026-03-10 16:33:30 +01:00
Implement prompt injection firewall
shahondin1624 commented on issue llm-multiverse/llm-multiverse#62 2026-03-10 16:33:29 +01:00
Implement prompt injection firewall

Implemented in PR #160 (merged). Heuristic prompt injection scanner with 3 sensitivity levels, optional sanitization, and 19 patterns across role manipulation, delimiter injection, jailbreak, and…

shahondin1624 deleted branch feature/issue-62-injection-firewall from llm-multiverse/llm-multiverse 2026-03-10 16:33:25 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:33:25 +01:00
cc8b024dfb Merge pull request 'feat: implement prompt injection firewall (#62)' (#160) from feature/issue-62-injection-firewall into main
a243030dd0 feat: implement prompt injection firewall (issue #62)
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#160 2026-03-10 16:33:24 +01:00
feat: implement prompt injection firewall (#62)
shahondin1624 created pull request llm-multiverse/llm-multiverse#160 2026-03-10 16:33:19 +01:00
feat: implement prompt injection firewall (#62)
a243030dd0 feat: implement prompt injection firewall (issue #62)
shahondin1624 closed issue llm-multiverse/llm-multiverse#61 2026-03-10 16:30:26 +01:00
Implement credential injection
shahondin1624 commented on issue llm-multiverse/llm-multiverse#61 2026-03-10 16:30:25 +01:00
Implement credential injection

Implemented in PR #159 (merged). CredentialInjector fetches secrets from Secrets Service and injects into tool parameters. Credentials never logged. 9 tests with mock gRPC server.

shahondin1624 deleted branch feature/issue-61-credential-injection from llm-multiverse/llm-multiverse 2026-03-10 16:30:20 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:30:20 +01:00
492db4051a Merge pull request 'feat: implement credential injection (#61)' (#159) from feature/issue-61-credential-injection into main
8ea30b813c feat: implement credential injection (issue #61)
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#159 2026-03-10 16:30:19 +01:00
feat: implement credential injection (#61)
shahondin1624 created pull request llm-multiverse/llm-multiverse#159 2026-03-10 16:30:15 +01:00
feat: implement credential injection (#61)
8ea30b813c feat: implement credential injection (issue #61)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#60 2026-03-10 16:26:43 +01:00
Implement loop and thrash detection

Implemented in PR #158 (merged). LoopDetector with sliding window tracking per session/agent. Detects exact loops (block), near loops (warning), and thrash patterns (warning). Configurable…

shahondin1624 closed issue llm-multiverse/llm-multiverse#60 2026-03-10 16:26:43 +01:00
Implement loop and thrash detection
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:26:40 +01:00
08eca54c72 Merge pull request 'feat: implement loop and thrash detection (#60)' (#158) from feature/issue-60-loop-detection into main
baac330fd2 feat: implement loop and thrash detection (issue #60)
Compare 2 commits »