Supply Chains, Zombie OSS, and Agent Firewalls
The article discusses recent developments in software engineering, particularly focusing on supply chain security and the impact of AI on team culture. It highlights the emergence of compromised npm packages and the response from npm with a new staged publishing model. Additionally, it emphasizes the importance of semantic HTML and native CSS in modern web development practices.
- ▪314 npm packages have been compromised in a recent wave of supply chain attacks.
- ▪Cloudflare's findings show that multi-agent setups can outperform single-agent verification in security reviews.
- ▪The article advocates for the use of semantic HTML and native CSS to improve web development.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 205729) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Adam Posted on May 29 Supply Chains, Zombie OSS, and Agent Firewalls #webdev #weeklyfoo #javascript #node This week feels like a full-stack reality check: Gergely Orosz reports that AI is amplifying team culture (good and bad), while Cloudflare shows frontier models already chaining exploits and reviewing attacks better with multi-agent setups.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).