PROJECTS

プロジェクト

Discord Anti-Scam Bot

(Malicious Activity Monitoring & Prevention)

  • Developed a Discord bot to detect, flag and remove scammer accounts across multiple servers.
  • Designed automated monitoring to identify and remove previously reported scam accounts upon server join, notifying admins with a red alert embed.
  • Implemented fresh account detection using account creation timestamps, automatically alerting moderators when accounts younger than 14 days joined notifying admins with a yellow alert embed.
  • Integrated SnkRep API to cross-check reported accounts against a public fraud database (12K+ entries), generating red alert embeds when confirmed scammers attempt to join a server.
  • Designed modular, maintainable code with role mentions and alert channels for streamlined moderation workflows.

CyberCop Dashboard

(Scam Reporting Web-App)

  • Developed a web-based dashboard to track and manage reports of social media scams, enabling users to submit scam reports through a front-end interface.
  • Integrated Firebase Authentication and Realtime Database to securely store and manage submitted case data.
  • Implemented JWT-based token system for admin access and case approval workflow.
  • Built an admin dashboard for reviewing and verifying scam submissions before publishing to the public database.