Skip to content

Web3ID/Solana-Security-Pathway-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ultimate Solana Security + AI Roadmap (2026 Edition)

"If I were starting my long journey in web3 security all over again — this is exactly the path I would take."
— @0xcastle_chain (Rust/Solana Auditor, +60 audits, +300 critical/high findings)

Fokus: 4 skill paling dicari & dibayar tinggi di blockchain saat ini ($200K–$500K+ level):
Rust → Solana Development → AI-assisted Building → Smart Contract Security

Total estimasi: ~6 bulan dari nol (dengan konsistensi tinggi) hingga bisa compete/earn.

Mengapa urutan ini?

  • Rust adalah fondasi → skip = struggle selamanya
  • Solana punya model unik (bukan EVM) → demand lagi meledak
  • AI = multiplier kecepatan & coverage
  • Security = endgame (bayaran tertinggi + paling langka)

Jangan skip fase yang terasa susah. Build project di setiap fase. Dokumentasikan progress (thread, blog, repo) → jadi portfolio.

Phase 1: Rust (4–6 minggu)

Goal: Bisa baca & paham kode Rust orang lain, kuasai ownership/borrowing di level gut feeling.

Resources Utama

Milestone Exit

  • Tulis CLI tool sederhana dari nol
  • Jelaskan ownership & borrowing tanpa ragu
  • Nyaman pakai Result, Option, traits, generics
  • Bisa baca & ikuti logic kode Rust orang lain

Phase 2: Solana Development (4–8 minggu)

Goal: Paham model Solana (accounts, PDAs, CPIs, rent, dll) & bisa deploy program.

Resources Utama

Milestone Exit

  • Deploy program ke devnet pakai Anchor
  • Bisa jelaskan PDAs, CPIs, account model ke orang lain
  • Build app on-chain sederhana (escrow / vault / token program)
  • Tulis client-side code yang interact dengan programmu

Phase 3: AI-assisted Building (2–3 minggu)

Goal: Pakai AI sebagai accelerator (bukan pengganti skill).

Resources Utama

  1. https://github.com/Frankcastleauditor/safe-solana-builder
  2. https://github.com/exvulsec/exvul-solana-skill
  3. https://github.com/sanbir/solana-auditor-skills

Milestone Exit

  • Prompt LLM untuk scaffold program Solana + tahu bagian mana yang perlu diperbaiki
  • Generate test cases lebih banyak & bagus dari manual
  • Sudah integrasikan minimal 1 AI tool ke workflow harian
  • Lebih cepat pakai AI, tapi tetap bisa build tanpa AI (bisa verifikasi & fix sendiri)

Phase 4: Smart Contract Security (ongoing, mulai compete setelah 3–4 bulan)

Goal: Bisa nemuin bug real di kode Anchor/native, tulis finding profesional.

Resources Utama

Common Solana Vuln Classes (pelajari & hafal)

  • Missing signer checks
  • PDA seed collisions
  • CPI authority confusion
  • Arithmetic overflows
  • Token-2022 edge cases
  • Re-initialization attacks
  • dll (lihat awesome-solana-security untuk full list)

Milestone Exit / Compete-ready

  • Kenali minimal 5 vuln class Solana hanya dari lihat kode
  • Sudah baca 20+ audit report & paham finding-nya
  • Bisa review program Anchor kecil & tulis finding lengkap (root cause + impact + rekomendasi)
  • Pernah ikut minimal 1 contest (Cantina, Code4rena, atau Audit Arena)

Final Advice dari Author

  1. Build project tiap fase — jangan cuma nonton. Deploy ke devnet. Break things.
  2. Contribute open-source — PR kecil pun berharga.
  3. Join komunitas — Solana Discord, Superteam, security TG groups. Opportunity datang dari orang.
  4. Dokumentasikan publicly — threads, blogs, repos = portfolio terbaik.

Market masih sangat haus orang yang kuasai ke-4 skill ini sekaligus.
Eksekusinya ada di tangan kamu. Good luck! 🏴

About

Learn Solana Blockchain and Security + AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors