You are browsing as a guest. Sign up (or log in) to start making projects!

CyberShieldSlackBot

  • 3 Devlogs
  • 9 Total hours

Analyze suspicious messages on Slack 24/7!

Ship #1

CyberShield is officially LIVE on Nest 24/7! Ever wondered if that sketchy link or message in your DM is a phishing attempt? I built an asynchronous, AI-powered Threat Auditor that runs deep VirusTotal API v3 telemetry combined with raw Llama 3.3 cognitive reasoning to generate instant forensic security reports.Try these commands right now in Slack:

1. /scamscan — Get a detailed 4-block risk assessment.

2. /scanlink — Isolated deep antivirus infrastructure check.

3./cyberstats — Check global usage metrics across the workspace.

You can also click the three dots on any message and use the native "Scan Message" shortcut! Check out the README for full guides. Let's keep our channels safe! <3

Through building this bot, I've successfully mastered:

Slack bot infrastructure & events architecture.

Remote server management via SSH.

Docker configuration with persistence database.
Sounds useful :D

Try project → See source code →
Open comments for this post

1h 43m 17s logged

I finally fixed all the bugs in my Slack bot while waiting for the Nest application to get approved :D

After getting the Nest server, I connected to a remote server via SSH for the first time in my life (and it’s definitely not my first time using Linux Debian, haha). But right after that, I deployed a Docker container for the first time ever!

I also completely filled the README with guides and setup instructions for users <3

0
0
5
Open comments for this post

5h 32m 26s logged

Made a good root for the project with 5 py files. I wanna port my Telegram bot CyberPravoBot to Slack. I deleted a lot of functions, like the admin panel and model switching, but also added some new ones. I really like the shortcuts feature in Slack, so I integrated it into my bot too. Just 3 dots -> Connect to apps -> Scan Message. Right now my bot has only 2 out of 3 commands, but I’m not going to stop.

0
0
3

Followers

Loading…