6 ms·
Wild. There are 300 open Github issues. One of them is this (also AI generated) security report: https://github.com/clawdbot/clawdbot/issues/1796 https://github
by xtagon 8mo ago
Wild. There are 300 open Github issues. One of them is this (also AI generated) security report: https://github.com/clawdbot/clawdbot/issues/1796 https://github.com/clawdbot/clawdbot/issues/1796 claiming findings of hundreds of high-risk issues, including examples of hard coded, unencrypted OAuth credentials.
I am...disinclined to install this software.
- strangescript 8mo agoIf you read the PR, the bad issues are in a few extensions, not the bot itself. The unencrypted oAuth token isn't really a big deal. It should be fixed but its a "if this box is compromised" type thing. Given the nature of clawdbot, you are probably throwing it on a random computer/vps you don't really care about (I hope) without access to anything critical.
- cmorgan31 8mo agoYou know, as the rest of us do, that someone has already thrown it loose in the same place where they store their banking information. Oh well, lessons will be learned about containers.
- xtagon 8mo agoYou're talking about if a box is compromised, but to clarify, this is hard coded into the source in the repo, not an end-user's credentials (and it's a `client_id` and `client_secret`, not a token): https://github.com/clawdbot/clawdbot/blob/7187c3d06765c9d3a7b1de40430fe1567b174131/extensions/google-antigravity-auth/index.ts#L8-L11 https://github.com/clawdbot/clawdbot/blob/7187c3d06765c9d3a7...
- lmeyerov 8mo agothey're 100% advocating to use it to do things, such as with all your accounts
- Mic92 8mo agoI skipped over the first few ones and haven't seen critical ones. The hardcoded oauth client secrets is basically present in any open-source or commercial app that is distributed to end users. It doesn't break the security of end users. It mainly allows other apps to impersonate this app, i.e. present itself as clawdbot, which is a moot point given anyone can just change /inject code into it.
- xtagon 8mo agoYeah, I see what you're saying.
- barrenko 8mo agoIt also tells you a lot about latent demand.
- xtagon 8mo agoPerhaps. That was yesterday, today there's 650+, with hundreds being tagged as bugs.
- joe_91 8mo agoSame.... I'll install it in a few months when all the major security bugs have been found and patched!