Finish patching validate_anthropic_key()#2
Closed
pro258b wants to merge 2 commits intol33tdawg:mainfrom
Closed
Conversation
…esn't have validate_anthropic_key() utils/setup_helpers.py (older version) should use: core.config_manager import ConfigManager which has validate_anthropic_key()
l33tdawg
added a commit
that referenced
this pull request
Apr 7, 2026
Aether now learns from every audit. SAGE provides persistent institutional memory that reduces false positives and improves finding quality over time. Core modules: - sage_client.py: Thread-safe REST singleton for SAGE API - sage_seeder.py: Pre-trained knowledge seeder with 170 JSON fixtures (75 exploit patterns, 63 archetype checklists, 12 token quirks, 20 historical exploits) - sage_feedback.py: Feedback loop connecting audit outcomes to SAGE Pipeline integration: - Deep analysis: SAGE recall in pre-pipeline, Pass 3, Pass 5; store learnings post-pipeline - Validation pipeline: Stage -1 SAGE known FP check filters previously rejected patterns - Accuracy tracker: Forwards submission outcomes to SAGE feedback manager - Audit runner: Post-audit SAGE remember/reflect in finally block Infrastructure: - docker-compose.yml for SAGE container (ghcr.io/l33tdawg/sage:latest) - Auto-seed on first launch via background thread - TUI CostBar shows SAGE ON/OFF status with memory count - Config: sage_enabled/sage_url in ~/.aether/config.yaml Community contributions integrated: - @sashavdv: Fixed hardcoded path variables (PR #1) - @pro258b: Added missing validate_anthropic_key() (PR #2) 90 new tests (2171 total), 10 E2E improvement tests proving marked FP reduction and cross-audit knowledge transfer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Thanks @pro258b for spotting the missing |
Owner
|
Integrated into v5.0 — thanks for identifying the bug! |
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.
validate_anthropic_key() is not in:
utils/setup_helpers.py (older version)
we should use:
core.config_manager import ConfigManager
which has validate_anthropic_key()