Token Exfiltration Campaign via GitHub Actions Workflows - The Python Package Index Blog
security
transparency
Summary
I recently responded to an attack campaign where malicious actors injected code into GitHub Actions workflows
attempting to steal PyPI publishing tokens.
PyPI was not compromised, and no PyPI packages were published by the attackers.
Attackers targeted a wide variety of repositories, many of which had PyPI tokens stored as GitHub secrets,
modifying their workflows to send those tokens to external servers.
While the attackers successfully exfiltrated some tokens, the...
Read more at blog.pypi.org