Feat/alert quality - #20
Merged
Merged
Conversation
Integrates the feat/alert-quality work onto current main, combining both lines of Ares development rather than replaying superseded history: - Agent profile + guardrails in the synthesis system prompt: analysis-only, anti-hijack, prompt-injection defense (treat attacker-controlled text in findings as untrusted), and MITRE ATT&CK mapping framed as hypothesis. - Version-aware model auto-update (model_state.rs): tracks the installed build (model_version + sha256) so a bumped distribution manifest is detected and re-pulled on next launch; base-build markers converge existing installs onto the published model. - Secure temp-file handling for `ollama create` (uniquely-named tempfile, auto-removed on drop) instead of a predictable shared-temp path. - DeepSeek model family blocked from Ares use (data-handling policy). - New docs/ARES-AGENT-PROFILE.md. main's model-distribution/CI and cross-platform improvements (PR #17) are preserved; this layers the agent-intelligence + auto-update features on top. Build clean; full workspace tests 122 passed / 0 failed (baseline 119 + 3 new model_state tests).
OpenSource-For-Freedom
force-pushed
the
feat/alert-quality
branch
from
June 23, 2026 11:59
11d852a to
623ede4
Compare
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.
No description provided.