Merged
Conversation
- Per-detector thresholds set from Cassavia 2022 calibration (0% FPR). - Fingerprint-led verdict: structural tool signatures override ensemble. - OR-logic: any classical detector above its threshold raises to Suspicious. - Drop fingerprint_by_statistics heuristic (imprecise tool attribution). - Remove #[ignore] on sequential_embedded_scores_high.
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.
Flattens libstegcore submodule into
crates/engine/, collapses dual licence to AGPL-3.0-or-later, switches copyright to The Malware Files, rewrites CLAUDE.md / ARCHITECTURE.md to monorepo reality, and purges internal scripts/tests from history.(Supersedes auto-closed PR #3 — branch history was rewritten via git-filter-repo on both branches.)
What changed
libstegcoresubmodule replaced with a workspace crate atcrates/engine/. FFI export layer removed; engine is now a pure Rust path dependency.LICENSE-COMMERCIALdeleted. SPDX headers swept across ~64 source files.ops@themalwarefiles.comreplacesdaniel@themalwarefiles.com.scripts/andtests/directories removed from all commits via git-filter-repo. Repo size: 39 MB → 1.2 MB.Verification (local)
cargo build --workspace --release✅cargo test --workspace→ 151 pass, 0 fail, 1 ignored (Q-1, calibration-deferred)cargo clippy --workspace --all-targets -- -D warnings✅cargo fmt --check✅Follow-ups (separate PRs)
analysis.rsThe-Malware-Filesstegcore-labrepo (git-crypt) for internal scripts/tests