-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (135 loc) · 5.7 KB
/
Copy pathmkdocs.yml
File metadata and controls
141 lines (135 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: Web3 Security Resources 2026
site_description: "Curated Web3 security learning hub for smart contract auditors and protocol teams: roadmaps, audit tools, public reports, fuzzing, formal verification, AI-assisted workflows, offchain security, incident response, and launch checklists."
site_url: https://raiders0786.github.io/web3-security-resources/
repo_url: https://github.com/Raiders0786/web3-security-resources
repo_name: Raiders0786/web3-security-resources
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
language: en
logo: assets/diagrams/web3-security-lifecycle.svg
favicon: assets/diagrams/web3-security-lifecycle.svg
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- search.highlight
- search.suggest
- content.action.edit
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/__Raiders
name: Raiders0786 on X
- icon: fontawesome/brands/telegram
link: https://t.me/raiders0786
name: Raiders0786 on Telegram
- icon: fontawesome/solid/shield-halved
link: https://www.digibastion.com/threat-intel
name: DigiBastion Threat Intel
- icon: fontawesome/solid/satellite-dish
link: https://vantage.digibastion.com/
name: VANTAGE by DigiBastion
- icon: fontawesome/brands/github
link: https://github.com/Raiders0786/web3-security-resources
name: GitHub repository
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
plugins:
- search
nav:
- Home: index.md
- Choose Your Path:
- Persona index: personas/index.md
- For aspiring auditors: personas/aspiring-auditors.md
- For protocol founders: personas/protocol-founders.md
- For protocol security leads: personas/protocol-security-leads.md
- For frontend and wallet engineers: personas/frontend-wallet-engineers.md
- For incident responders: personas/incident-responders.md
- For compliance and investigations: personas/compliance-investigations.md
- Roadmaps:
- Start from zero: roadmaps/start-from-zero.md
- Solidity/EVM auditor: roadmaps/solidity-evm-auditor.md
- AI-era smart contract auditor: roadmaps/ai-era-smart-contract-auditor.md
- Rust/Solana auditor: roadmaps/solana-rust-auditor.md
- Move auditor: roadmaps/move-auditor.md
- Cairo/Starknet auditor: roadmaps/cairo-starknet-auditor.md
- ZK security: roadmaps/zk-security.md
- Protocol security engineer: roadmaps/protocol-security-engineer.md
- Full-stack Web3 security: roadmaps/full-stack-web3-security.md
- AI-assisted auditor: roadmaps/ai-assisted-auditor.md
- Resources:
- Curated resources: resources/index.md
- Tools: resources/tools.md
- Analysis methods: resources/analysis-methods.md
- Reports and vulnerability intelligence: resources/reports-and-vuln-intel.md
- Audit firms and communities: resources/audit-firms-and-communities.md
- CTFs and practice: resources/ctfs.md
- Certifications and courses: resources/certifications-and-courses.md
- Newsletters and research: resources/newsletters-and-research.md
- Academic papers: resources/academic-papers.md
- Incident response: resources/incident-response.md
- SOC and monitoring: resources/soc-monitoring.md
- Frontend and supply chain: resources/frontend-supply-chain.md
- Offchain security: resources/offchain-security.md
- Compliance and investigations: resources/compliance-and-investigations.md
- OPSEC: resources/opsec.md
- Checklists:
- Checklists index: checklists/index.md
- Pre-audit readiness: checklists/pre-audit.md
- Launch readiness: checklists/launch.md
- Post-launch operations: checklists/post-launch.md
- Frontend security: checklists/frontend.md
- Supply chain security: checklists/supply-chain.md
- Multisig and governance: checklists/multisig.md
- Wallet security: checklists/wallet.md
- SOC and incident response: checklists/soc-ir.md
- Bug bounty readiness: checklists/bug-bounty.md
- Account abstraction readiness: checklists/account-abstraction.md
- Bridge and cross-chain readiness: checklists/bridge-cross-chain.md
- Oracle, liquidation, and MEV readiness: checklists/oracle-mev.md
- Incident war room: checklists/incident-war-room.md
- Solana program readiness: checklists/solana-program.md
- Topic Guides:
- Topic guide index: topics/index.md
- Account abstraction and smart wallets: topics/account-abstraction-smart-wallets.md
- Bridge and cross-chain security: topics/bridge-cross-chain-security.md
- Oracle, liquidation, and MEV risk: topics/oracle-liquidation-mev-risk.md
- DeFi primitive review: topics/defi-primitive-review.md
- Solana testing and audit tooling: topics/solana-testing-audit-tooling.md
- ZK and zkVM security: topics/zk-zkvm-security.md
- Security program maturity: topics/security-program-maturity.md
- Methodology: methodology.md
- Disclaimer: disclaimer.md