npm

Web3 Security
2026-07-24 06:30:11

Web3 lost $1.32 billion in H1 2026 as attackers shifted from code to people and operations

Web3 security losses reached about $1.32 billion across 344 incidents in the first half of 2026, according to a Foresight News report citing CertiK, TRM Labs and SlowMist. The sharpest damage no longer came from smart contract bugs alone. Instead, major losses clustered around operational failures such as key management, credential compromise, social engineering and supply-chain attacks. CertiK said that, excluding Bybit’s $1.46 billion single incident from the prior year, H1 incidents still rose 28% year over year. SlowMist said operational failures accounted for 53 of 182 cases it tracked, or 29.1%, yet represented 76.6% of losses. TRM Labs reported a similar split, with infrastructure and operational weaknesses making up only about 15% of incidents but roughly 76% of total losses. The report argues that AI is changing the economics of attacks by lowering cost, speeding up exploit development and widening the range of viable targets. Researchers and security firms interviewed by Foresight News said that trend is compressing response windows and pushing the industry beyond one-off code audits toward continuous operational security, key controls, monitoring and incident readiness.

20
Web3 lost $1.32 billion in H1 2026 as attackers shifted from code to people and operations
Puffer
2026-07-24 01:00:00

Puffer outlines security stack for staked ETH, from audits to validator safeguards

Puffer Finance has published a detailed breakdown of the security architecture behind its ETH staking system, arguing that security should cover the entire protocol stack rather than stop at smart contracts. The team said that since launching in 2024, Puffer has reached more than $1 billion in peak TVL and processed over $1 billion in ETH redemptions without pauses, withdrawal restrictions, or a depeg. The article describes a multi-layer model that combines continuous AI-assisted code review, sequential third-party audits, deployment audits, and role-based access controls built with OpenZeppelin Access Manager. Puffer said upgrades proposed by its Operations multisig are subject to a hard-coded 7-day timelock, while a separate Security Council can intervene during that period and a Pauser role can halt the protocol immediately, including through automated monitoring connected to BlockSec Phalcon. Puffer also said node operators must post a 2 ETH bond in pufETH before running validators, with that collateral serving as first-loss capital in slashing events. The company added that users can exit through either instant withdrawals using Vault liquidity for a small fee or a standard fee-free route, and said the withdrawal system has already been tested by more than $1 billion in ETH redemptions.

1090
Puffer outlines security stack for staked ETH, from audits to validator safeguards
Claude Code
2026-07-23 20:00:16

Claude Code Routines: Build an Automated Dev Workflow in 15 Minutes

Claude Code Routines lets developers schedule recurring maintenance tasks in the background. The tutorial covers setup, YAML fields, registration commands, common use cases, and the safety controls needed before moving into automated fixes.

310
Claude Code Routines: Build an Automated Dev Workflow in 15 Minutes