← 목록

a fake bug fix PR hid a credential stealer in astro.config.mjs that used blockchain to receive commands

reddit_programming 2026-06-13 원문 보기 ↗


a malicious pull request was submitted in a 57k star github repo Egonex-AI/Understand-Anything and the pr description was also convincing, the test plan was fake and the real payload is hidden behind hundreds of whitespace characters on the last diff line. astro.config.mjs runs as a live nodejs module on every dev or preview. there is no sandbox which basically means it will affect more than a postinstall script. The second stage actually pulled commands from a tron blockchain address which is a public RPC nodes only so IP blocking does nothing.

submitted by /u/BattleRemote3157
[link] [comments]