6/9/2026 at 8:36:22 AM
What follows next is purely speculation and it is based on my own observations and thoughts but based on what I've seen the old RBAC models, while being almost broken before, now it is fully broken, with the fact that now coding assistants and engineers are working on multiple unrelated projects simultaneously - especially working on wild experiments they had no time for previously. The risk of supply chain issue has increased dramatically in the enterprise.Again, I am not saying it is related but I think it has an impact.
Now in many places it is encouraged by coders and managers to vibe stuff on their own devices. Soon or later it will become a problem, especially for those that have no idea what they are doing.
I am not saying it is related but I feel that it coincides perfectly.
I just cannot believe there is no underlaying thread going through all of these recent supply chain issues, and yes there are some hacking groups that specialise in this, sure, but it is because the bounty is plentiful.
by _pdp_
6/9/2026 at 11:41:12 AM
Just to clarify, and I know you weren't saying they are related, but this has absolutely nothing to do with AI or vibe coding or manager code.It's a continuation of the Shai Halud worm and the lack of security around developer dependnecy installations, which has existed for a very long time.
Hackers have figured out that developers themselves are an ideal target due to how easy it is to trick them into installing something and how much private information they have on their machines (creds, cloud clis, mcps, etc.).
by watty
6/9/2026 at 2:19:10 PM
> due to how easy it is to trick them into installing somethingYou have tools from large corporations where the official installation procedure involves copy pasting a command from a random blog post, run it with sudo and watch it download and execute a script from a random filehost. This is somehow deemed acceptable by everyone involved.
Meanwhile I can't use teams in our meeting rooms, since any form of internet access was deemed a security risk in rooms where customer projects could be discussed. This is in a day and age where 90% of customer meetings are done over the internet.
Anyone trying to follow sane practices in this industry just asks to end up in a padded cell.
by josefx
6/9/2026 at 9:46:40 PM
> Meanwhile I can't use teams in our meeting rooms, since any form of internet access was deemed a security risk in rooms where customer projects could be discussed. This is in a day and age where 90% of customer meetings are done over the internet.I hope this is in jest. Are you saying in order to discuss any customer project you have to book a meeting room? So no discussions of customer projects at the open plan desks or even in your boss' office for fear that something might overhear that conversation? Or is this only when the customer happens to be on-site to discuss their project? Does your organization assign U.S. Military style NICKA code names to everything?
by dessimus
6/9/2026 at 6:40:15 PM
> This is somehow deemed acceptable by everyone involvedBy some, not all. It's been crazy from the start and it is still crazy to pipe a script to bash!
by dirkc
6/9/2026 at 7:26:48 PM
> Anyone trying to follow sane practices in this industry just asks to end up in a padded cell.Same as it ever was.
by chickensong
6/9/2026 at 12:55:59 PM
As with many other things, AI exacerbates this problem. It’s so easy for many more of things things to happen unattended and in greater volume, and the AIs themselves can be tricked into doing these things, not helped by their patten of “prompt the user to approve 30 different inscrutable pythons and bash scripts”.by madeofpalk
6/9/2026 at 12:39:20 PM
> Now in many places it is encouraged by coders and managers to vibe stuff on their own devices. Soon or later it will become a problem, especially for those that have no idea what they are doing.Yes in our place too. "You better do as much as possible with AI or you will be left behind" dogmas etc.
It's the stupid IoT hype all over again. No concern for security, just trying to be the first in the pack.
by wolvoleo
6/9/2026 at 12:52:15 PM
"MongoDB is the hottest thing! No default creds, who cares about that! ONWARD TO PRODUCTION, SOLDIERS!"by renegade-otter
6/9/2026 at 8:18:24 PM
MongoDB is web scale.by thewebguyd
6/9/2026 at 2:00:08 PM
Instead of learning from past mistakes, it seems we need to keep making the same ones over and over.by doubled112
6/9/2026 at 2:22:40 PM
It has all happened before and it will all happen again :)by wolvoleo
6/9/2026 at 5:07:21 PM
I just finished watching that series, so I can pick up these references. Nothing like being 20 years late to the partyby dylan604
6/9/2026 at 9:02:27 PM
Has it been 20 years already? Wow. Yeah it was a good one (though a little too gritty for me sometimes)by wolvoleo
6/9/2026 at 10:07:43 PM
Apparently I'm late to the party too! What is this from?by abustamam
6/10/2026 at 12:38:55 AM
Battlestar Galactica remakeby wolvoleo
6/9/2026 at 10:13:15 PM
Peter Pan came out in 1953https://www.reddit.com/r/BSG/comments/12e31w3/so_i_was_today...
by gowld
6/9/2026 at 4:23:15 PM
..and with faster and faster iterations :|by bingo-bongo
6/9/2026 at 2:41:18 PM
Time is a flat circleby ndsipa_pomu
6/9/2026 at 7:24:57 PM
Time is a cube.by sadlfkhgj
6/9/2026 at 9:15:46 AM
I argued for years that we had too few workers for our total project count and management argued that most projects were idle and so it was fine to have so many per worker.Welp.
by altairprime
6/9/2026 at 9:32:23 AM
I think web-based IDEs like GitHub Codespaces (but even VSCode with tunnels) is part of the solution because at the very least you can get an isolated dev environment per project. I've been advocating for this for as long as I remember.Unfortunately, most developers don't like them so it is a though sell.
by _pdp_
6/9/2026 at 10:52:54 AM
Why do most developers not like it? Is it because the browser is a terrible platform for text editors since there is no proper key mapping, or access to proper debuggers, or there is too much latency, and no access to cli tools?You make it sound like you are surprised, but everyone who has tried this knows it's crap and a band aid at best.
by 63stack
6/9/2026 at 12:33:59 PM
I really tried to give vscode an honest shot.I couldn't find anything about it that was even half as good as a real text editor.
It made writing code feel like a chore. I usually love writing code.
by nosioptar
6/9/2026 at 6:50:31 PM
What is a real text editor, by your estimation? NVim? Emacs? Genuinely curious.I use VSCode/Codium since I maintain a GUI stack for general usage. But I have all the terminal tools installed for my work there as well. I hate customizing things too, which I find is necessary if you want to get the most out of terminal text editors. VSCode is pretty good out of the box, with terminal access and everything built in.
Jeez, I hope this doesn't turn into a text editor flame war...
by GabeIsko
6/9/2026 at 11:24:43 AM
I hope folks know they can use Codespaces in their desktop editor. I never use the web editor.by greggroth
6/9/2026 at 11:58:39 AM
Why would I ever want to use a browser based solution instead of local VMs? If you're worried about VM escapes then you have bigger problems (and hopefully a full time security team supporting you).Edit: I realize in hindsight this comes across as overly negative. I think those are great solutions to have available for when you are working with a suboptimal local setup for whatever reason. I just don't think they're the default choice let alone any sort of ideal to strive for.
by fc417fc802
6/9/2026 at 10:21:01 AM
Web-based IDEs like VSCode on github just had a 1-click github token stealing vulnerability: https://blog.ammaraskar.com/github-token-stealing/You could argue this is probably on GitHub for creating a token here that gives blanket access to all repos vs a scoped token for just the repo.
by domh
6/9/2026 at 9:47:16 AM
Is the theory here that the browser cannot be co-opted to infect web-based repositories? Also: thinking of how yt-dlp can integrate with browser cookies now and the malware paths that opens up. (This is part of why Chrome wants HSM cookies, I expect: DRM and opsec!)by altairprime
6/9/2026 at 9:59:46 AM
In this scenario the malware will not be on the device but in an isolated dev environment on a remote machine. So it will have access to whatever was configured in that repo but hopefully the project is isolated enough to ensure containment and prevent cross-pollination.by _pdp_
6/9/2026 at 11:06:17 AM
I don't think the cloud (someone else's computer) is the best solution. The sanitation problem can be mitigated by compartimentization but the cloud aspect also adds brittleness and new attack vectors.Why not set up proper containers (or VMs) locally? And why not wait a little till local LLMs catch up?
Maybe just a personal itch, but having your dev environment elsewhere feels so gross to me..
by repelsteeltje
6/9/2026 at 1:49:54 PM
That is the problem. You outline perfectly how a developer sees the situation.On the other hand ephemeral cloud environment with proper security controls makes a lot of sense if the goal is to isolate and control.
If everyone was following the protocol we wouldn't have had the problem to begin with.
by _pdp_
6/9/2026 at 10:57:23 AM
That’s a big, labor-expensive if.by altairprime
6/9/2026 at 12:20:15 PM
This is the leg of the cycle when we go back to mainframes & centralized computing? With all the datacenter build out; why wouldn't you want your services adjacent to the LLM processing centers?by jasonjayr
6/9/2026 at 1:43:52 PM
> I think web-based IDEs like GitHub Codespaces (but even VSCode with tunnels) is part of the solutionI am against proprietary SAAS online in browser dependencies.
by matkoniecz
6/9/2026 at 9:25:24 AM
Do you mean that role based access control (RBAC) should be replaced by something else? Or that just the specific RBAC models in use are broken?I personally think the, perhaps confusingly named, capability based security models are the way of The Future.
by black_knight
6/9/2026 at 3:29:05 PM
ABAC/Capability and very granular policies for both actions and actions on behalf of others with the right sort of resource-based policies as well. And the apps need to be capability constrained and sandboxed.Gonna be a hard nut to crack to implement this across the supply chain.
Transitive dependencies are a bitch.
by rswail
6/9/2026 at 11:12:34 AM
> Now in many places it is encouraged by coders and managers to vibe stuff on their own devices. Soon or later it will become a problem, especially for those that have no idea what they are doing.Idiots must suffer.
by wartywhoa23
6/9/2026 at 9:21:38 AM
one could also vibe-code vanilla, no dependencies.by sourcecodeplz
6/9/2026 at 9:28:36 AM
You can vibe code safely for sure.I am not saying vibe coding is the issue. The issue is that a typical developer might be working on a lot more projects that run concurrently then they used to. And because of the various nature of the project the risk is significantly increased.
Scale this across the workforce and you not just doubled the problem.
by _pdp_
6/9/2026 at 10:39:10 AM
You can vibecode docs and tests also but I'm truly not seeing more of those.In the end it can just be a culture thing. A dev who was going to write docs and tests before is going to have a LLM generate docs and tests today. Same with safe practices and defensive coding. The machine does whatever you want from it, for most that's "just get the job done I don't care". So that's the output.
by Grimburger
6/9/2026 at 1:23:23 PM
If I vibe code a project, that involves docs and tests as well. Obviously I do not, at any point, do anything blindly and there are some iterations for everything. I always double-check, and I do not use "agents", I do everything manually. I always check what the LLM is thinking, in real-time. I might be old school, but that allows me to write code that is not a pile of shit. :P I am still conscious about quality.by johnisgood
6/9/2026 at 4:52:02 PM
Anecdotal.13 million swe roles with .01% is 130,000 compromised devices.
Process problem
by whattheheckheck
6/9/2026 at 8:28:41 PM
I think that the numerical example you gave appears to be wrong unless you intended 1% rather than 0.01%.In any case, fair enough. The concern is that organizations will build processes around AI where many people do not review outputs carefully. I do not disagree with this.
I also agree that my particular workflow is anecdotal and does not work at scale.
by johnisgood
6/10/2026 at 3:08:11 AM
Yes my bad I even checked it in the calculator but then typed in .01 again but added % again. I meant to do it to serve as an example of how bad humans are at thing.... right...Yes 1%
by whattheheckheck
6/10/2026 at 7:26:13 AM
I do agree.by johnisgood
6/9/2026 at 7:30:07 PM
"Practice safe vibecoding, stop the cycle of infections!"by xeonmc
6/9/2026 at 12:52:02 PM
You can also fork everything and maintain local versions that you much more easily resolve conflicts with upstream with AI and get the best of both worlds while you work through the backlog of internally reimplementing all dependencies, which even with AI will take a long time.by vasco