Switch language한국어
Back to the list

The TeamPCP attacks are a warning: Your CI/CD pipeline is the new front line

TL;DR AI

Key summary

2 min read
  1. Attackers used stolen credentials to publish malicious Trivy releases and GitHub Actions, then distributed credential-stealing payloads via compromised packages on PyPI.

  2. The incidents affected widely used packages including LiteLLM and Telnyx and follow earlier supply-chain compromises like tj-actions/changed-files.

  3. CI/CD pipelines commonly hold high-value credentials and run third-party code with little scrutiny, making them attractive attack targets.

  4. Recommended mitigations include removing long-lived static credentials, adopting short-lived OIDC identities, pinning and auditing dependencies, and enforcing branch protection, PR reviews, MFA, and commit signing.

Read the original