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

- - -

Output

- - -
- -
- -```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