Skip to content

Czeh0210/finhack2026

Repository files navigation

Antikk - Cognitive BreakEngine

Antikk is a Cognitive BreakEngine designed for the Touch 'n Go (TNG) eWallet. It is a three-layer system designed specifically for the Silver Economy and high-risk cohorts that doesn't just detect fraud risk—it actively forces a pause, asks "why," and brings a trusted guardian into the loop to prevent scams in real time.


🚨 The Crisis: What's Happening?

Malaysians Lost RM2.8 Billion to Scams in 2025. Is BNM's Response Matching the Crisis?

Malaysian police are investigating over 450 deepfake scams involving voice impersonation, resulting in millions of Ringgit in losses. Scammers use AI to mimic the voices of victims' acquaintances, convincing them to transfer money to mule accounts. In early 2026 alone, an Assistant Manager lost over RM1.3 Million to a highly coordinated phone scam.

How does scam accountability look in practice, and more importantly, are enough measures being put in place to protect Malaysians and their money?

The Existing Solutions Fall Short

Current preventative measures rely on reactive or manual steps:

  1. NSRC 997 Hotline: A 24/7 hotline to freeze accounts and trace funds after the money is gone.
  2. Semak Mule (PDRM): A portal to check if a recipient account or phone number is a known scammer before transferring, relying entirely on user diligence.

🧠 The Real Problem: The Psychology Gap, Not the Tech Gap

95% of fraud cases are Authorized Push Payment (APP) fraud.

Scammers don't hack the app; they hack the human. They convince the user to press "Confirm" while in a state of PANIC. The current systems fail because they expect a panicked victim to make a rational risk assessment in the heat of the moment.


🛡️ The Solution: Cognitive BreakEngine

Antikk is a three-layer system that doesn't just silently detect risk behind the scenes. It intercepts the user experience, de-escalates panic, and forces a cognitive break.

Score the transaction. Talk to the user. Loop in a guardian.

Layer 01: Real-Time Risk Scoring

  • < 50ms latency per-transaction.
  • Assesses recipient trust and contact-list age.
  • Uses a weighted ensemble formula: R = W1·Tr + W2·Bl + W3·Gc + W4·Bt

Layer 02: Agentic AI Voice Agent

  • Multilingual / Manglish support with Semantic Scoring.
  • Semantic Voting: AI asks identifying questions ("Who is this? Are they pressuring you?").
  • Emotion Detection: Prosody-based detection to identify panic in the user's voice.
  • Cognitive Break: De-escalates the situation and actively forces the user to pause and think during a high-stress scam.

Layer 03: Guardian Protocol

  • Protects the Silver Economy & high-risk cohorts.
  • Places suspicious transactions under a "Report & Hold" model.
  • Requires pre-registered guardian approval before the transaction is released.
  • Provides transparent reasoning to both the user and the guardian.
  • Fully compliant with PDPA 2024 amendments.

🏗️ Architecture & Flow

While Antikk is designed to be built natively into the TNG eWallet, our current prototype is hosted on AWS Amplify.

Architecture Flow

Tech Stack

  • Frontend Hosting: AWS Amplify
  • Backend Processing: AWS Lambda
  • Database: Amazon DynamoDB
  • LLM Engine: Qwen (Alibaba)
  • Voice / Audio: ElevenLabs (STT & TTS)
  • Telephony: Twilio

System Flow

  1. User Transfer: The user initiates a transfer via the TNG interface.
  2. First-Tier Trigger: The frontend triggers AWS Lambda, which fetches risk definitions from Amazon DynamoDB and computes the Layer 01 Risk Score.
  3. AI Analysis & Scripting: If the transaction is flagged as high-risk, the context is sent to Qwen, which provides deep details analysis, explanation of the risk, and generates a dynamic conversation script.
  4. Voice Agent Activation:
    • ElevenLabs processes the text into speech (TTS) and decodes user replies (STT).
    • Twilio immediately calls the user via phone to intercept the transaction.
  5. Real-Time Interception: As the user speaks to the voice agent, the transcript is continuously evaluated. The AI assesses semantic logic and emotional panic.
  6. Guardian Intervention: If the AI confirms a high scam probability, the transaction is formally paused. Twilio fires an SMS/notification to the pre-registered guardian (e.g., their children) to review and block the action.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors