Hey all, I created Gistsecrets.io and use it pretty regularly to alert people when they've checked in plaintext passwords on Gists.<p>All the app does is scrape the public Gists feed every few seconds and looks for the word "secret" or "password". It has a lot of false positives but I've found a few legit usernames/passwords checked in. It's a fun thing to browse at work when I have downtime.<p>If you don't know what a Gist is, you can read more about them here [1], they're essentially mini-git repos to quickly share code.<p>I'd love any feedback.<p>[1]: <a href="https://docs.github.com/en/github/writing-on-github/creating-gists" rel="nofollow">https://docs.github.com/en/github/writing-on-github/creating...</a>