This Week in AI Security: Rogue Packages, PLC Hacks by Chatbot, and Leaky Stripe Keys
A weekly roundup of the AI and infrastructure security stories that actually matter, translated into plain English.

Key points
- Researchers this week showed AI models can now write working attacks against industrial control computers, the machines that run factories and water plants.
- GitLab, a popular tool for storing software code, is under active attack through flaws its maker has already patched.
- Thousands of live Stripe payment keys have been found leaking on the public internet, giving criminals a direct line to merchant accounts.
- Malicious software packages keep sneaking into open-source code libraries that ordinary apps quietly depend on.
- The common thread: attackers are using AI to make old, boring attacks cheaper and faster, not to invent science fiction.
A package gets installed. A login box opens. A server sits quietly on the open internet. Nothing looks wrong. That was the mood across security research this week, and it was busy.
Trusted tools turned hostile. Old weak spots got fresh attention. And AI, predictably, kept lowering the price of doing crime.
Here is what an ordinary reader actually needs to know.
What was the biggest AI security story this week?
Researchers showed that large language models can now write functional attack code against PLCs, the small industrial computers that control things like factory lines, lifts, and water treatment pumps. In short: the same chatbots that help students with homework can help an attacker meddle with a bottling plant.
This is not a Hollywood scenario. PLCs, short for programmable logic controllers, have been notoriously weak for years. Stuxnet targeted them back in 2010. What changed is the effort required. A skilled specialist used to be needed. Now a competent hobbyist with a good prompt gets uncomfortably close.
For the rest of us, this matters because these boxes sit behind everyday services: tap water, medicines, food packaging. None of this fell over this week. But the barrier to trying just dropped.
Are GitLab users in danger?
Yes, if they have not patched. GitLab, a widely used platform where software teams store and review their code, is being actively attacked through flaws the company has already fixed in recent updates.
The risk here is not abstract. If criminals get into a company's GitLab, they can quietly slip malicious code into products that company later ships to its customers. That is how supply-chain attacks work, and it is why patching a code repository is not an internal IT chore, it is a customer safety issue.
Admins should be on the latest release. Everyone else should ask their vendors when they last updated theirs.
The Stripe key leak, in plain English
Security researchers found thousands of live Stripe API keys, the secret passwords that let a website charge your card through Stripe, sitting exposed on the public internet. Some were in code posted to GitHub. Some were baked into mobile apps. Some were just left on unprotected servers.
A leaked live key is roughly the equivalent of a shop owner taping their card machine's PIN to the front window. Anyone who spots it can start pulling money or reading customer data until someone notices.
Stripe rotates keys quickly when told, but the pattern keeps repeating across every payment provider. It is the modern version of hardcoded passwords, which developers have been warned about since the 1990s.
The rest of the week, briefly
| Story | What happened | Who should care |
|---|---|---|
| Malicious npm packages | Fake code libraries kept appearing in the npm registry, aimed at developers | Anyone running a software team |
| AI-written exploits | Multiple write-ups showed models generating working attack code from public bug reports | Defenders, patch teams |
| Exposed admin panels | Scanners found thousands of login pages sitting on the open internet | IT admins, small businesses |
The Hacker News covered the full sweep in its weekly recap. The pattern across all of it is dull and important: the attacks are not new, the tooling is just cheaper.
What ordinary people should do
Not much, honestly. Keep your phone and laptop updated. Turn on two-step login, where a code from your phone is needed alongside your password, for anything with your money or your email in it.
If you run a small shop that uses Stripe or a similar payment service, ask whoever built your website when they last rotated the keys. If the answer is a blank stare, that is your answer.



