Man, talk about unnecessary graphs... ok graph 2 is maybe tolerable, although it's showing the popularity of the projects, not a metric of how many errors/vulnerabilities found in those projects. I'm not a newspaper editor, but I think if this was an article for one, they'd also say the graphs are unnecessary. It smells of "I need some visual stuff to make this text interesting"...
Dude there’s only three graphs in there. Do they really bother you that much? The third may be a bit unnecessary but I think the visuals add to the post.
I found 39 Algolia admin keys exposed across open source documentation sites
21–30 of 62 posts
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#22Earlier quoted context omitted.
Dude there’s only three graphs in there. Do they really bother you that much? The third may be a bit unnecessary but I think the visuals add to the post.
[flagged]
Posts with just text are sense and just not nice to read. That's why even text-only blog posts have a tendency to include loosely-related image at the top, to catch reader's eye.
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#23I have been developing an OpenClaw-like agent that automates exactly this type of attack.
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#24Earlier quoted context omitted.
[flagged]
I liked the graphs. When skimming posts i often stop on graphical elements and decide if I want to understand the context or continue skimming. In this context, all three graphs were useful for me. Posts with just text are sense and just not nice to read. That's why even text-only blog posts have a tendency to include loosely-related image at the top, to catch reader's eye.
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#25Earlier quoted context omitted.
I'm not following this at all. It seems like OP is saying if you share a secret in your (private?) gist and give Algolia permission to read the gist, they will invalidate it. But why would the secret be in a gist and not a repo? Also if you're aware enough to add that partner it seems you're aware to not do dumb things like that in the first place.
If you find an exposed token in the wild, for a service supported by GitHub Secret Scanning, uploading it to a Gist will either immediately revoke it or notify the owner.
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#26Re: I found 39 Algolia admin keys exposed across open source documentation sites
#27Earlier quoted context omitted.
Dude there’s only three graphs in there. Do they really bother you that much? The third may be a bit unnecessary but I think the visuals add to the post.
[flagged]
If you want to help, you should sound helpful.
Re: I found 39 Algolia admin keys exposed across open source documentation sites
#28Re: I found 39 Algolia admin keys exposed across open source documentation sites
#29Re: I found 39 Algolia admin keys exposed across open source documentation sites
#30I have been developing an OpenClaw-like agent that automates exactly this type of attack.
Why? This is just regex search and there are plenty of tools that do this perfectly fine.
Not saying people shouldn't build these tools, but the use case is lost on me.
It feels like the industry is in this weird phase of trying to replace 30-year-old, perfectly optimized shell utilities with multi-shot agent workflows that literally cost money to run. A basic Python script with a regex matcher and the GitHub API will find these keys faster, cheaper, and more reliably.