Phase 4: Operator auth, API keys, Sentinel ML, Claude API analysis#18
Merged
nullEFFORT merged 1 commit intomainfrom Mar 5, 2026
Merged
Phase 4: Operator auth, API keys, Sentinel ML, Claude API analysis#18nullEFFORT merged 1 commit intomainfrom
nullEFFORT merged 1 commit intomainfrom
Conversation
- JWT authentication for REST API (login, refresh, register, me endpoints) - gRPC API key authentication with interceptor (generate, list, revoke) - Sentinel ML adapter with contrastive learning integration (70/30 blend) - Claude API contextual analysis for high-risk messages (60/40 blend) - Auth wired to all 36 existing API endpoints (require Bearer token) - Chain of custody logging now uses operator username as actor - api_keys table migration, operator.last_login_at column - 56 grooming pattern examples + 50 normal chat examples for ML training - Rate-limited LLM analysis (sliding window, configurable max/min) - Graceful degradation when Sentinel or Claude unavailable - Updated README, ROADMAP, .env.example with new endpoints and config Closes #3, Closes #5, Closes #13, Closes #14, Closes #15, Closes #16, Closes #17 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
nullEFFORT
added a commit
that referenced
this pull request
Mar 7, 2026
Phase 4: Operator auth, API keys, Sentinel ML, Claude API analysis
nullEFFORT
added a commit
that referenced
this pull request
Mar 7, 2026
Phase 4: Operator auth, API keys, Sentinel ML, Claude API analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Closes #3, Closes #13, Closes #14, Closes #15, Closes #16, Closes #17
Partially addresses #5 (API key auth done, TLS still pending)
Generated with Claude Code