Google needs to act on removing these extensions/doing more thorough code reviews. Reputability is everything, and they can be actually valuable (e.g. LastPass, my own extension Ward) There has to be a better system. Maybe a public extension safety directory?
Is this even a problem that code review could find? Once they have your conversation data what happens then isn't part of the plug-in.
8M users' AI conversations sold for profit by "privacy" extensions
221–230 of 261 posts
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#222I stick to extensions that Mozilla has manually vetted as part of the Firefox recommended extensions program. > Firefox is committed to helping protect you against third-party software that may inadvertently compromise your data – or worse – breach your privacy with malicious intent. Before an extension receives Recommended status, it undergoes rigorous technical review by staff security experts. https://support.mozi…
The article says the extension has been "manually reviewed" by Google.
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#223Earlier quoted context omitted.
For example, the following hidden anywhere in the codebase allows arbitrary code execution even under the most stringent JavaScript security policy (no eval etc): I=c=>c.map?c[0]?c.reduce((a,b)=>a[b=I(b)]||a(b),self):c[1]:c (How it works is an exercise to the reader) The actual code to run can be delivered as an innocuous looking JavaScript array from some server, and potentially only delivered to one high value targ…
And the reason we can’t put execution of non-declared code behind a permission is because one anal developer at chrome thinks that we shouldn’t break existing sites even though no serious site would do this and you could just show a permission popup with triangle exclamation mark
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#224Earlier quoted context omitted.
Wow the virtual office concept is so beyond shady. I wonder if there are any legitimate uses of it?
That you don’t need an office if your company works remotely? Kind of overkill with a whole office for a company with 3 people working at it and everyone works remotely.
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#225Re: 8M users' AI conversations sold for profit by "privacy" extensions
#226Re: 8M users' AI conversations sold for profit by "privacy" extensions
#227Remember FaceBook x Onavo?
"Facebook used a Virtual Private Network (VPN) application it acquired, called Onavo Protect, as a surveillance tool to monitor user activity on competing apps and websites"
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#228“ A few weeks ago, I was wrestling with a major life decision. Like I've grown used to doing, I opened Claude” Is this where we’re at with AI?
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#229I hate to be that guy, but I am having a difficult time verifying any of this. How likely is it that this is entirely hallucinated? Can anyone independently verify this?
Re: 8M users' AI conversations sold for profit by "privacy" extensions
#230Earlier quoted context omitted.
For example, the following hidden anywhere in the codebase allows arbitrary code execution even under the most stringent JavaScript security policy (no eval etc): I=c=>c.map?c[0]?c.reduce((a,b)=>a[b=I(b)]||a(b),self):c[1]:c (How it works is an exercise to the reader) The actual code to run can be delivered as an innocuous looking JavaScript array from some server, and potentially only delivered to one high value targ…
Isn’t minified code banned from chrome extensions?
Mozilla allows minification but you're required to provide the original buildable source. Mozilla actually looks at the code and they reject updates all the time.