GeistHaus
log in · sign up

Security Update: Suspected Supply Chain Incident | liteLLM

docs.litellm.ai

As of 2:00 PM ET on March 24, 2026

15 pages link to this URL
Big Muddy

Big Muddy is Jean-Paul R. Soucy's blog about technology, science, politics, and other curiosities.

0 inbound links website en
AI Supply Chain Security After Mercor

The Mercor breach and the LiteLLM compromise exposed a blind spot in AI security. This deep technical piece explains how to secure AI data vendors, CI/CD paths, release pipelines, and AI gateways with continuous red teaming and evidence-backed validation.

1 inbound link article en Hot topics
Big Muddy

Big Muddy is Jean-Paul R. Soucy's blog about technology, science, politics, and other curiosities.

0 inbound links website en
Big Muddy

Big Muddy is Jean-Paul R. Soucy's blog about technology, science, politics, and other curiosities.

0 inbound links website en
My New Secure Baseline for GitHub

In March there was a particularly nasty supply chain attack targeting Aqua Security and their tools, including the widely used Trivy security scanner, which later spread to other projects. The attack was carried out by a threat actor named TeamPCP and began by exploiting an insecure GitHub Actions workflow that utilised the pull_request_target trigger – a type known to be dangerous and easily misused. Using this, they stole a Personal Access Token granting wider access to the aquasecurity org.

Why pylock.toml includes digital attestations

A Python project got hacked where malicious releases were directly uploaded to PyPI. I said on Mastodon that had the project used trusted publishing with digital attestations, then people using a pylock.toml file would have noticed something odd was going on thanks to the lock file including attestation data.

2 inbound links article en Pythonpackaging