From 7ec87fb45f0bf4c5928e1f61e8179a4525067b54 Mon Sep 17 00:00:00 2001 From: Breno Brito Date: Fri, 27 Feb 2026 12:54:28 -0300 Subject: [PATCH] docs: Shorten slides --- slides/slides.md | 103 +++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 76 deletions(-) diff --git a/slides/slides.md b/slides/slides.md index 79d4f3f..73cdea4 100644 --- a/slides/slides.md +++ b/slides/slides.md @@ -107,69 +107,6 @@ Common wallet patterns that leak privacy: --- -## What Stealth Does - -
- -
- -

Input

-
    -
  • Paste a wallet descriptor
  • - -
- -

Output

-
    -
  • Structured findings plus warnings
  • -
  • Type, severity, description, and evidence
  • -
  • Severity badges mapped directly from detectors
  • -
- -
- -
- -```bash -# one click -wpkh([xpub...]/0/*) -> Analyze -``` - -

=> Full report with actionable, spend-aware insights

- -
- -
- ---- - -## Vulnerabilities Detected -
- - - - - - - - - - - - - - - - - - - -
Detector TypeMeaning
ADDRESS_REUSERepeated receive address links payment history
CIOHMulti-input ownership clustering signal
DUST / DUST_SPENDINGDust + normal co-spend linkage pattern
CHANGE_DETECTIONPayment and change outputs become distinguishable
CONSOLIDATION / CLUSTER_MERGEInput histories merged into one traceable cluster
SCRIPT_TYPE_MIXINGMixed script families create a wallet fingerprint
UTXO_AGE_SPREADOld/new spread leaks dormancy behavior
EXCHANGE_ORIGINProbable exchange withdrawal origin signature
TAINTED_UTXO_MERGETainted + clean merge propagates contamination
BEHAVIORAL_FINGERPRINTConsistent transaction style re-identifies wallet
- -

Warnings: DORMANT_UTXOS and DIRECT_TAINT are shown as contextual risk signals.

- ---- - ## How It Works
@@ -211,19 +148,6 @@ wpkh([xpub...]/0/*) -> Analyze --- -## Demo Flow - -
-
    -
  1. Input Paste descriptor and trigger analysis
  2. -
  3. Load Fetch + parse + detect in one pipeline
  4. -
  5. Report Summary bar: findings / warnings / transactions
  6. -
  7. Inspect Expand finding cards for severity and evidence payloads
  8. -
-
- ---- - ## Demo
@@ -241,6 +165,33 @@ wpkh([xpub...]/0/*) -> Analyze --- +## Vulnerabilities Detected +
+ + + + + + + + + + + + + + + + + + + +
Detector TypeMeaning
ADDRESS_REUSERepeated receive address links payment history
CIOHMulti-input ownership clustering signal
DUST / DUST_SPENDINGDust + normal co-spend linkage pattern
CHANGE_DETECTIONPayment and change outputs become distinguishable
CONSOLIDATION / CLUSTER_MERGEInput histories merged into one traceable cluster
SCRIPT_TYPE_MIXINGMixed script families create a wallet fingerprint
UTXO_AGE_SPREADOld/new spread leaks dormancy behavior
EXCHANGE_ORIGINProbable exchange withdrawal origin signature
TAINTED_UTXO_MERGETainted + clean merge propagates contamination
BEHAVIORAL_FINGERPRINTConsistent transaction style re-identifies wallet
+ +

Warnings: DORMANT_UTXOS and DIRECT_TAINT are shown as contextual risk signals.

+ +--- + ## Roadmap