https://github.com/michaelb/bandaid
Basic, Automatic, Naturally-Designed AI Detector
https://github.com/michaelb/bandaid
Last synced: 11 months ago
JSON representation
Basic, Automatic, Naturally-Designed AI Detector
- Host: GitHub
- URL: https://github.com/michaelb/bandaid
- Owner: michaelb
- License: mit
- Created: 2025-07-13T08:42:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T12:12:51.000Z (11 months ago)
- Last Synced: 2025-07-27T13:30:41.425Z (11 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bandaid
bandaid is a Firefox extension to detect the sloppiest of AI text slop.
bandaid can evaluate text from about any website you browse, and automatically
adds a `⚠️🩹⚠️` marker before the suspicious content
(a tooltip is available to explain what's going on):
`bandaid detected the upcoming text is likely AI-generated (score 55, threshold = 50)`

Since it calls for bad acronym, let's go for
"Basic, Automatic, Naturally-Designed AI Detector".
## Goals
- detect basic AI slop text: using simple rules, filter out the lowest-effort
AI slop
- passive detection: automatically scan most of the text presented to the user
- understandable: both the code (human-generated!) and the user interface should
be clear and minimal