A Chrome extension that provides real-time security scanning for APIs and code.
- 🔍 Real-time API security scanning
- 📊 Trust score visualization (0-100)
- 🚨 Security risk alerts
- 🛡️ Visual risk level indicators
- Clone the repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
hacknyu-frontenddirectory
├── manifest.json # Chrome extension configuration ├── popup.html # Extension popup interface ├── popup.js # Main extension logic ├── popup.css # Styling
- Click the CyberCTRL icon in Chrome
- Click "Start Scan" to analyze the current page
- View security score and alerts
- Check detailed security warnings if any risks are detected
- Chrome Browser
- Backend server running on port 8001