Skip to content

docs(stellar): add unified STRIDE threat model - #125

Open
TheWeirdDee wants to merge 1 commit into
wraith-protocol:developfrom
TheWeirdDee:docs/113-stellar-stride-threat-model
Open

docs(stellar): add unified STRIDE threat model#125
TheWeirdDee wants to merge 1 commit into
wraith-protocol:developfrom
TheWeirdDee:docs/113-stellar-stride-threat-model

Conversation

@TheWeirdDee

Copy link
Copy Markdown

Summary

  • add a unified STRIDE threat model for all four core Stellar contracts
  • map every public contract entry point to at least one STRIDE category
  • document per-contract attack surfaces and implemented mitigations
  • reference relevant findings from existing contract audits
  • separate residual risks from mitigated threats
  • add contract-level READMEs linking to the unified threat model

Contracts covered

  • stealth-announcer
  • stealth-registry
  • stealth-sender
  • wraith-names

Validation

  • verified coverage against every public #[contractimpl] entry point
  • verified local Markdown links
  • ran git diff --check

Documentation-only change; no contract behavior was modified.

Closes #113

@drips-wave

drips-wave Bot commented Jul 23, 2026

Copy link
Copy Markdown

@TheWeirdDee Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

STRIDE threat model for all four contracts

1 participant