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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
爱范儿
爱范儿
The Cloudflare Blog
Y
Y Combinator Blog
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
G
Google Developers Blog
J
Java Code Geeks
P
Proofpoint News Feed
美团技术团队
Engineering at Meta
Engineering at Meta
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
有赞技术团队
有赞技术团队
L
LangChain Blog
N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 【当耐特】

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
Why I Built Open Source Civil Defense — A Safe Space for ...
Fenix · 2026-06-15 · via DEV Community

Fenix

Why I Built Open Source Civil Defense — A Safe Space for Attacked Maintainers

Most of the world's software depends on independent developers. When they get attacked, they're alone. That changes today.

The Problem

In 2024, a backdoor was inserted into the xz compression library — a piece of software used by virtually every Linux system on the planet. The attacker spent over two years building trust in the community before striking. It was discovered by accident, days before it would have been included in major distributions.

This is not an isolated incident.

  • event-stream (2018): A popular npm package (2M+ weekly downloads) was transferred to an attacker who injected malware targeting cryptocurrency wallets.
  • ua-parser-js (2021): A maintainer account hijacked, crypto-mining malware published to 7M+ weekly downloads.
  • MCP tool poisoning (2025-2026): Malicious instructions hidden in AI tool descriptions, turning AI agents into unwitting accomplices.

The pattern is clear: independent developers are the foundation of modern software, and they are the most vulnerable. They don't have security teams. They don't have lawyers. When attacked, they are alone.

What is OSCD?

Open Source Civil Defense (OSCD) is a community hub for independent developers and open source maintainers who are suffering (or have suffered) an attack on their code, account, or infrastructure.

It is NOT:

  • A professional incident response service
  • Legal advice
  • A substitute for GitHub Security
  • A guaranteed 24/7 response team

It IS:

  • A private, safe space to report attacks
  • A community of developers who help each other
  • A public knowledge base of documented attack cases
  • A coordination platform for incident response

The 3 Pillars

1. Absolute Privacy

When a developer is attacked, the worst thing they can do is announce it publicly. That alerts the attacker and damages their reputation.

OSCD uses a private intake process. Reports are submitted through a private form — never as public GitHub Issues. Details are only seen by trusted community members. Cases are only made public after they are resolved, and only with the victim's explicit consent. All public cases are fully anonymized.

2. Forensic Library

Every resolved case becomes a public resource. The repository launches with 4 documented case studies:

  • Case 001: xz utils — The 2024 supply chain backdoor (CVSS 10.0)
  • Case 002: event-stream — Maintainer compromise and crypto malware (2018)
  • Case 003: ua-parser-js — Account hijack and crypto miner (2021)
  • Case 004: MCP tool poisoning — AI agent manipulation through tool descriptions (2025-2026)

Each case includes: timeline, technical analysis, impact assessment, resolution steps, and lessons learned.

3. Legal Shield

OSCD is a voluntary community effort of mutual aid. All support is provided "AS IS", without warranties. This is stated clearly and prominently. By submitting a report, users acknowledge these terms.

How It Works

  1. Report privately — Fill out a structured form with details about the attack
  2. Get help — Community members respond and work with you privately
  3. Resolve — The issue is contained and fixed
  4. Document (optional) — With your consent, the case is anonymized and published for others to learn from

Who Can Help

Anyone with relevant skills:

  • Security researchers
  • Experienced developers (code review, audit)
  • DevOps / SRE engineers
  • Technical writers
  • Translators

The Bigger Picture

The open source ecosystem is held together by millions of independent developers. They maintain the libraries, frameworks, and tools that the entire world depends on. When one of them is attacked, the ripple effects can be massive.

OSCD exists because the community should protect its own. Not with corporate bureaucracy, but with direct, honest, mutual aid.

Get Involved


OSCD is a community project. It is not perfect. But it is necessary.