Share
## https://sploitus.com/exploit?id=B56188A7-EAE7-500E-B432-8DBC8CB3C2E0
# Signal Echo Radar

Signal Echo Radar is a static cybersecurity radar that compresses duplicate vulnerability chatter into a single signal.
Instead of showing every feed item separately, it groups related mentions into one echo card and lets the pulse strength show how widely the story is spreading.

Live features:
- Echo grouping: repeated CVE, exploit, and advisory mentions are collapsed into one card
- Pulse scoring: each signal gets a strength score based on source diversity, repetition, and exploitation signals
- Filters: sort by severity, exploited status, advisory, and research mentions
- Search: find CVEs, vendors, products, and sources quickly
- Source lens: narrow the radar to one feed or view everything at once
- Sample mode: ships with a ready-to-view data set even when live feeds are unavailable
- Live mode: can pull from public RSS sources when you want a fresher view
- PWA shell: installable GitHub Pages demo with manifest, service worker, and offline app shell caching

How to run locally:

```bash
python3 -m http.server 8000
```

Then open:

```text
http://localhost:8000
```

For the GitHub Pages demo, the same static files work as a PWA once published.
The app supports installation via the browser menu and includes an install button when the browser exposes the prompt.

Files:
- index.html
- styles.css
- app.js
- manifest.webmanifest
- sw.js
- icon-512.png
- icon-192.png
- favicon.svg

GitHub Pages demo:
- Repo: https://github.com/ThaibanAI/signal-echo-radar
- Demo URL: enable GitHub Pages on the repository root so it renders like the dashboard demo you linked