You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ROE signer tool and update documentation to v2.3.4/v8.0.0
Add standalone Ed25519 ROE signing utility (tools/roe-signer/) for
WRAITH-Recon Rules of Engagement documents with keygen, sign, and
verify subcommands. Update README, CHANGELOG, Protocol-DEV, and
Clients-DEV with gap analysis v8.0.0 references, ROE signer tool
documentation, and current project status.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
#### Tools
13
+
-**ROE Signer** (`tools/roe-signer/`): Standalone Ed25519 signing utility for WRAITH-Recon Rules of Engagement JSON documents. Supports keygen, sign, and verify subcommands. Replicates the exact `signing_data()` byte layout from `wraith-recon/src-tauri/src/roe.rs` for guaranteed signature compatibility. Excluded from the Cargo workspace (self-contained build).
14
+
15
+
#### Documentation
16
+
-**Benchmark Raw Data** (`docs/testing/benchmark-raw-data/v2.3.4-20260130/`): Raw criterion output for wraith-core, wraith-crypto, wraith-files, and wraith-obfuscation benchmarks
Copy file name to clipboardExpand all lines: README.md
+32-28Lines changed: 32 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,30 +199,30 @@ WRAITH Protocol powers a comprehensive ecosystem of 12 production-ready applicat
199
199
- Ed25519-signed Kill Switch broadcast mechanism
200
200
- Encryption at Rest for command payloads and results
201
201
202
-
### WRAITH-RedOps Gap Analysis (v7.0.0)
203
-
204
-
The RedOps platform has undergone a comprehensive deep audit (v7.0.0) with line-by-line verification of all source files across all three components. The v7.0.0 audit corrected several metrics from v6.0.0, discovering 3 additional implant modules (compression.rs, exfiltration.rs, impact.rs), confirming 100% IPC coverage (32/32 RPCs wired), and expanding MITRE ATT&CK coverage to 87%.
For the full gap analysis, see [GAP-ANALYSIS-v2.3.0.md](docs/clients/wraith-redops/GAP-ANALYSIS-v2.3.0.md).
202
+
### WRAITH-RedOps Gap Analysis (v8.0.0)
203
+
204
+
The RedOps platform has undergone comprehensive deep audits (v7.0.0 and v8.0.0) with exhaustive line-by-line verification of all source files across all three components. The v8.0.0 audit (2026-01-30) confirmed a major expansion of the Operator Client frontend from 1,558 to 3,608 lines across 27 files (up from 13), with 33 typed IPC wrappers and full end-to-end coverage. The Team Server and Spectre Implant backends remain unchanged.
0 commit comments