I'm a cybersecurity student and I spent months building a Discord security bot in Go — here's what I built and why
I'm studying cybersecurity and started building Bastion as a side project because I wanted something more serious than MEE6 or Dyno for security, bots that do moderation but not real threat analysis.
The core is a behavioral risk engine that tracks user actions in real time and escalates sanctions automatically (warn → mute → kick → ban). It also does anti-raid, anti-phishing, alt-account detection, and automated onboarding with captcha.
The thing I focused on that most bots don't have: a proper web dashboard where admins configure everything, full audit logs with context, and sanctions that escalate based on behavior patterns rather than isolated actions.
It's live and free to try. Would love feedback from people who actually moderate large servers, what would make a security bot actually useful for you?