

Wesley Crook
4.3K posts

@WesCrook
I help Web3 and blockchain companies accelerate product delivery by providing experienced software engineering teams. CEO at @FP_Block



This year at @EthCC felt different. ✅ RWAs are no longer a side conversation, they’re becoming investable markets. ✅ AI is forcing teams to rethink how products are built and how data is used. ✅ Privacy is moving into the core stack. ✅ A clear shift toward products people actually use. Less theory. More direction. Thank you to @GenzioCo and everyone who joined us this week: 🔸 @Trezor - @Dantoshi 🔸 @coolwallet - Mark Latyshevich 🔸 @FireblocksHQ - Max Costet 🔸 @everstake_pool - @ATielnova 🔸 @PeanutTrade - @amomot86 🔸 @0G_labs - @mdressler24 🔸 @SelfProtocol - @rems000




MAKE A MINIVAN, ELON.

We just got a 7-seat model Y, and we're gonna make that itty bitty third row work for us by hook or by crook because **** I love this car Full self-driving is the first real life changing quality of life improvement I've gotten from a product in as long as I can remember







🚨 BREAKING TRUMP TO SIGN A "HUGE" EXECUTIVE ORDER TODAY AT 5:45 PM ET. SOURCES REPORT HE IS PREPARING TO OFFICIALLY DEPLOY TROOPS TO IRAN. THIS DOESN’T LOOK GOOD FOR MARKETS...







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.




