惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Anthropic, Google, and Microsoft just built a shared secu...
Andrew Kew · 2026-06-27 · via DEV Community
Cover image for Anthropic, Google, and Microsoft just built a shared security team for open source. AI is why.

Andrew Kew

AI can now scan major open-source projects and surface a batch of real, exploitable vulnerabilities in a single pass. That's a defensive win — until you remember attackers have the same tools.

Anthropic, Google, Microsoft, OpenAI, AWS, and 15 other organizations aren't waiting for that race to get worse. On Thursday they launched Akrites under the Linux Foundation — a coordinated body built specifically for AI-era vulnerability discovery, remediation, and disclosure in critical open-source software.

What actually changed

  • A shared Security Incident Response Team (SIRT) replaces the fragmented model where multiple orgs independently scan the same libraries, file duplicate CVEs, and bury maintainers in noise
  • Patch first, publish second — findings are held under strict confidentiality until a fix is ready and tested
  • Fallback maintainer coverage — if a project has no active maintainer, Akrites steps in so fixes still reach downstream users
  • Funded by Alpha-Omega, an OpenSSF project with $7M+ annual budget backed by the same founding members
  • Three membership tiers — Premier (critical infra operators), General (contributing orgs), Associate (OSS foundations, free)

The name comes from the Akritai — Byzantine soldiers who guarded the empire's outermost borders. The places most exposed, most frequently attacked, and most dependent on whoever showed up to defend them.

The problem it's actually solving

The current coordinated disclosure model was designed around a world where finding vulnerabilities took weeks of expert work. AI has collapsed that timeline.

Endor Labs CEO Varun Badhwar put a number on it: thousands of validated open-source vulns surfaced by AI in recent months, with fewer than 5% patched. And the old model makes it worse — every org independently sitting on knowledge of an unpatched flaw is another leak risk before a fix exists.

"For years, we have believed finding vulnerabilities was never the hard part. Fixing them was. AI has made that gap impossible to ignore." — Varun Badhwar, Endor Labs

Anthropic's deputy CISO Jason Clinton framed the structural problem: coordinated disclosure hasn't kept up with how fast AI finds problems. Getting patches upstream before disclosure — not after — is the whole bet.

The context: why now

Anthropic's own cybersecurity models are part of the backstory. In early June, Anthropic released Fable 5 and Mythos 5 — the first generally available models built specifically for security defense. Three days later, the US government suspended them after researchers demonstrated they could assist with cyberattacks.

That's the exact threat model Akrites is designed around. Defenders and attackers have identical AI access. The answer isn't better models in isolation — it's faster, coordinated patching.

What to do

  • Using open-source packages in production? This matters to you — the packages you depend on should see faster patching cycles as Akrites scales
  • Working in security at a company building on OSS? Membership is open now — General tier is for orgs that want to contribute without committing large engineering resources
  • Maintaining a critical open-source project? Akrites is positioning itself as the single trusted inbound channel for AI-discovered vuln reports — one signal instead of dozens duplicate reports

Sources: The New Stack · Linux Foundation announcement · Akrites

✏️ Drafted with KewBot (AI), edited and approved by Drew.