0101/05 · AI threat-intelligence platform & vulnerability scanner
CivicShield
AI-powered cybersecurity platform with a real-time global threat dashboard. Visualises active attack paths on a 3D globe, auto-classifies severity (Low→Critical), and streams live threat feeds for DDoS, ransomware, and phishing events. Full vulnerability scanner, attack-surface mapper, phishing detector, and API security analyser — backed by CivicShield AI for scan-derived intelligence insights. Hack Energy 2.0 Finalist.
- Python
- JavaScript
- AI/ML
- REST APIs
0202/05 · End-to-end encrypted AI chat
CipherMind
Encrypted AI chat where every message is AES-256-GCM ciphered before leaving the browser — zero plaintext in transit. Session keys are derived via PBKDF2 and integrity is guaranteed by HMAC-SHA512. The Groq Llama 3.3 70B backend runs server-side with the API key fully protected. Tracks encrypted/decrypted message counts, token usage, and HMAC checks per session.
- React
- TypeScript
- AES-256-GCM
- PBKDF2
0303/05 · Automated Solidity smart-contract security auditor
ChainAudit
Static analysis engine that parses Solidity smart contracts, extracts the AST, and runs a suite of vulnerability detectors — reentrancy, integer overflow/underflow, unchecked external calls, improper access control, and gas-griefing vectors. Generates structured audit reports with per-finding severity ratings (Critical → Low) and remediation guidance. Built on the blockchain security knowledge from the IBM auditing engagement.
- Solidity
- JavaScript
- AST Analysis
- Static Analysis
0404/05 · ML pipeline predicting 2026 road-accident severity & blackspots
Accident Risk Model
End-to-end machine learning pipeline that ingests road-accident records and predicts 2026 accident occurrences and geographic blackspots — high-risk locations where collisions are statistically concentrated. Exploratory data analysis surfaces hidden patterns; feature engineering extracts time-of-day, weather, road-condition, and vehicle-type signals. The trained classifier outputs risk-tier scores with per-feature importance breakdowns and pinpoints accident-prone zones for targeted intervention.
- Python
- scikit-learn
- pandas
- EDA
0505/05 · Enterprise static security scanner for banking systems
SecureScout
Production-grade security platform built for PSB Hackathon 2026 (UCO Bank × IIT Kharagpur). Detects vulnerable dependencies, hardcoded secrets, weak cryptography, injection flaws, and insecure configurations in Python projects. Ships a full Next.js dashboard with 5-tier RBAC, immutable audit logging, and a CI/CD gate that exits non-zero on Critical findings.
- Python
- TypeScript
- Next.js
- Express