docs(reference): add auditor onboarding guide with severity matrix an… - #140
Merged
truthixify merged 1 commit intoAug 26, 2026
Merged
Conversation
…d PoC template (Closes wraith-protocol#123) Add reference/auditor-guide.mdx as the researcher on-ramp: severity matrix with Wraith-shaped examples, reward posture, PoC repo template + structure, and response SLA. Cross-link from security-disclosure.mdx and SECURITY.md, and register the page in docs.json.
|
@devprom6 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! 🚀 |
Contributor
|
Merged. The severity matrix uses Wraith-shaped examples rather than generic ones, which is what makes it actually usable for a researcher. Thanks @devprom6. |
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.
Summary
Adds the researcher on-ramp requested in #123 — a one-page "start here" for filing security findings against Wraith Protocol.
reference/auditor-guide.mdx: orientation across EVM/Stellar/Solana/CBK, testnet setup snippet, severity matrix (Critical/High/Medium/Low) with concrete Wraith-shaped examples mapped to threat-model IDs, reward posture (discretionary USDC bounty), PoC repo template link + expected structure, and response SLA table.reference/auditor-poc-template/:README.md,repro.ts,EXPECTED_OUTPUT.mdso the template link resolves to real content.reference/security-disclosure.mdxandSECURITY.md.reference/auditor-guideindocs.json(nav-coverage passes).Verification
npm run check:nav-coverage— passed (62/62).tsc --noEmit.Closes #123