AI Dynamics

Global AI News Aggregator

About

CYBERSECURITY

  • Healthcare Infrastructure: Foundation for Reliable and Secure Care

    Healthcare infrastructure goes far beyond systems and tools. It is the invisible foundation that keeps care reliable, secure, and trusted at every touchpoint.

    → View original post on X — @antgrasso

  • Amazon Achieves SecNumCloud Validation for Cloud Solution

    Sauf que y'a amazon qui a pu faire une solution validée Secnumcloud

    → Voir le post original sur X — @jessyseonoob

  • LiteLLM Exposes Claude Settings File in Public GitHub Repo

    My dude, do not track this file on a public github repo and purge it from git history: https://
    github.com/BerriAI/litell
    m/blob/main/.claude/settings.json
    … I hope this openclaw is not connected to the project in any way: https://
    x.com/ishaan_jaff/st
    atus/2017811361343148167

    → View original post on X — @randal_olson

  • LiteLLM Supply Chain Attack Compromises Millions of AI Credentials
    LiteLLM Supply Chain Attack Compromises Millions of AI Credentials

    Someone just poisoned the Python package that manages AI API keys for NASA, Netflix, Stripe, and NVIDIA.. 97 million downloads a month.. and a simple pip install was enough to steal everything on your machine. The attacker picked the one package whose entire job is holding every AI credential in the organization in one place. OpenAI keys, Anthropic keys, Google keys, Amazon keys… all routed through one proxy. All compromised at once. The poisoned version was published straight to PyPI.. no code on GitHub.. no release tag.. no review. Just a file that Python runs automatically on startup. You didn’t need to import it. You didn’t need to call it. The malware fired the second the package existed on your machine. The attacker vibe coded it… the malware was so sloppy it crashed computers.. used so much RAM a developer noticed their machine dying and investigated. They found LiteLLM had been pulled in through a Cursor MCP plugin they didn’t even know they had. That crash is the only reason thousands of companies aren’t fully exfiltrated right now. If the code had been cleaner nobody notices for weeks. Maybe months. The attack chain is the part that gets worse every sentence. TeamPCP compromised Trivy first. A security scanning tool. On March 19. LiteLLM used Trivy in its own CI pipeline… so the credentials stolen from the SECURITY product were used to hijack the AI product that holds all your other credentials. Then they hit GitHub Actions. Then Docker Hub. Then npm. Then Open VSX. Five package ecosystems in two weeks. Each breach giving them the credentials to unlock the next one. The payload was three stages.. harvest every SSH key, cloud token, Kubernetes secret, crypto wallet, and .env file on the machine.. deploy privileged containers across every node in the cluster.. install a persistent backdoor waiting for new instructions. TeamPCP posted on Telegram after: “Many of your favourite security tools and open-source projects will be targeted in the months to come.. stay tuned.” Every AI agent, copilot, and internal tool your company shipped this year runs on hundreds of packages exactly like this one… nobody chose to install LiteLLM on that developer’s machine. It came in as a dependency of a dependency of a plugin. One compromised maintainer account turned the entire trust chain into a credential harvesting operation across thousands of production environments in hours. The companies deploying AI the fastest right now have the least visibility into what’s underneath it. Andrej Karpathy (@karpathy) Software horror: litellm PyPI supply chain attack. Simple `pip install litellm` was enough to exfiltrate SSH keys, AWS/GCP/Azure creds, Kubernetes configs, git credentials, env vars (all your API keys), shell history, crypto wallets, SSL private keys, CI/CD secrets, database passwords. LiteLLM itself has 97 million downloads per month which is already terrible, but much worse, the contagion spreads to any project that depends on litellm. For example, if you did `pip install dspy` (which depended on litellm>=1.64.0), you'd also be pwnd. Same for any other large project that depended on litellm. Afaict the poisoned version was up for only less than ~1 hour. The attack had a bug which led to its discovery – Callum McMahon was using an MCP plugin inside Cursor that pulled in litellm as a transitive dependency. When litellm 1.82.8 installed, their machine ran out of RAM and crashed. So if the attacker didn't vibe code this attack it could have been undetected for many days or weeks. Supply chain attacks like this are basically the scariest thing imaginable in modern software. Every time you install any depedency you could be pulling in a poisoned package anywhere deep inside its entire depedency tree. This is especially risky with large projects that might have lots and lots of dependencies. The credentials that do get stolen in each attack can then be used to take over more accounts and compromise more packages. Classical software engineering would have you believe that dependencies are good (we're building pyramids from bricks), but imo this has to be re-evaluated, and it's why I've been so growingly averse to them, preferring to use LLMs to "yoink" functionality when it's simple enough and possible. — https://nitter.net/karpathy/status/2036487306585268612#m

    → View original post on X — @bobgourley, 2026-03-25 03:56 UTC

  • PyPI Security Incident: 425K Downloads Exposure Timeline

    In particular this clarifies the timeline more: 1.82.7 was published 10:39 UTC, PyPI quarantine approx 13:38, so this was up ~3 hours. At 3.4M downloads/day this might be approx ~425K downloads, a lot of that could be non-latest/locked versions so maybe 20K – 80K range exposure.

    → View original post on X — @karpathy

  • Package Registry Security Economics and Malware Prevention Challenges

    And they mostly shouldn't, can you imagine how uneconomical it would be for a package registry to make guarantees that the packages in that registry are free from malware?

    → View original post on X — @simonw

  • Supply Chain Attacks Threaten AI Development Pipelines

    Supply chain attacks on AI tooling is a bit alarming TBH. Most companies just pip install and deploy without auditing dependencies… scary failure mode.

    → View original post on X — @whats_ai

  • Axelera AI showcases edge AI security at ISC West 2026
    Axelera AI showcases edge AI security at ISC West 2026

    ISC West 2026 opens tomorrow. Find us at Booth 31087 to see live edge AI security in action: 8K cameras, real-time person-of-interest tracking, and novel threat detection, all on a single workstation PC. We also published the business case behind it. eu1.hubs.ly/H0sXbPq0 #ISCWest2026 #EdgeAI #PhysicalSecurity #AxeleraAI

    → View original post on X — @axeleraai, 2026-03-24 20:00 UTC

  • Securing Python Packages: Auditing Source Code to Prevent Supply Chain Attacks

    I think the same thing happened with the ctx package a few years back (also through PyPI). Not perfect, but I think the best way to avoid is to: 1. Download a source code snapshot of the package (e.g., from github) 2. Audit it (traditionally manually, but now also LLM

    → View original post on X — @rasbt

  • Databricks Launches Lakewatch Cybersecurity Platform Against AI Agents
    Databricks Launches Lakewatch Cybersecurity Platform Against AI Agents

    Databricks CEO @alighodsi joined @CNBC
    's @dee_bosa live from #RSAC2026 to talk about the company's entry into cybersecurity with Lakewatch, and what he sees as a fundamental shift in how organizations defend themselves. Attackers are using AI agents to exploit vulnerabilities in

    → View original post on X — @databricks