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

推荐订阅源

D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
腾讯CDC
B
Blog RSS Feed
H
Help Net Security
J
Java Code Geeks
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
博客园_首页
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
博客园 - Franky
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 叶小钗
Martin Fowler
Martin Fowler

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - think41/extrasuite: Token-efficient pull/edit/push workflow for AI agents editing Google Workspace files (Sheets, Docs, Slides, Forms) GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw
The $100K Gap in Kubernetes Security Tooling
ephorprime · 2026-03-28 · via Hacker News: Show HN

The spreadsheet that started it all

I'm a software engineer working in financial services. I build integration and digitalization services—the kind of work where you're responsible for things other teams built, services you've never touched, running on infrastructure that's constantly evolving.

A while back, I was tasked with reviewing CVEs across our cloud workloads. My setup: a Trivy scanner running on our OpenShift cluster, an Excel spreadsheet to track findings, and a Confluence page to gather context. For services I didn't implement or wasn't part of the project, just figuring out what was actually running, who owned it, and what the remediation path should be was a nightmare. It took me far more time than the actual security analysis.

I thought: surely there's a tool for this.

The gap nobody talks about

There is. Sort of.

On one end, you have free CLI scanners—Trivy, Grype, Syft. They're excellent at finding vulnerabilities. They output JSON, you pipe it somewhere, and then... what? You're back to spreadsheets.

On the other end, you have enterprise platforms—Prisma Cloud, Wiz, Aqua, Snyk. They do everything: scanning, management, dashboards, compliance reporting. They also cost $50K–$500K per year and require you to send your infrastructure data to someone else's cloud.

The middle ground—a self-hosted tool that takes scanner output and gives you triage, tracking, and workflow—barely exists. And that middle ground is exactly what most teams actually need.

Why this gap matters more than ever

In 2024–2025, critical CVEs in widely-used base images and libraries led to real-world breaches. Log4Shell, the xz backdoor, compromised Docker Hub images—the list keeps growing.

At the same time, regulatory frameworks are tightening. NIS2 in the EU. DORA for financial services. SOC2 and ISO 27001 for anyone selling to enterprises. These frameworks don't just ask "do you scan for vulnerabilities?" They ask for documented triage processes, remediation timelines, escalation workflows, and audit trails.

Most small and mid-size engineering teams can't drop six figures on a platform for this. So they end up with the same thing I had: a scanner, a spreadsheet, and too many hours of manual work.

So I built Ephor

Ephor is a self-hosted vulnerability management platform for Kubernetes. It's not another scanner—it's everything that comes after scanning.

How it works:

  • A lightweight Go agent (CronJob) discovers your Deployments, StatefulSets, DaemonSets, and CronJobs
  • It scans all container images via Trivy and reports findings to the Ephor API
  • The dashboard gives you unified search across all vulnerabilities, namespaces, and clusters
  • You triage, escalate, assign, track remediation, and monitor SLA compliance—all in one place

The stack: Spring Boot API, React dashboard, PostgreSQL. Deploy with Helm. No external dependencies, no phone-home, your data stays on your infrastructure.

A note on the subscription-everything model

While building this, I noticed a broader trend that bothered me. Tools that used to be standalone products—things you'd install, run, and own—have been steadily migrating to SaaS subscription models. For the providers, this makes business sense. For the software world in general, it's a concerning direction. Are we really heading towards "subscribe to everything"? Will I need a subscription for my laptop's power adapter next?

Security tooling shouldn't be locked behind enterprise contracts. Knowing what vulnerabilities are running in your infrastructure is not a premium feature. It's basic operational hygiene.

Why AGPL, why free, and what comes next

Ephor is licensed under AGPL v3 and will remain free and open source. This isn't a "community edition" with half the features stripped out. The full platform—dashboard, API, scanner, triage workflows, everything—is free.

There's no VC funding behind this. No investors pushing to convert open-source users into paying customers. Right now, it's a one-person project built in the open.

My personal long-term goal is to establish a governance structure that guarantees the project's independence—making sure it can't be acquired, relicensed, or enshittified down the road. I don't want to promise what doesn't exist yet, but that's the direction I'm working towards. If the project grows, I want the governance to protect it.

The open-source project stays free. Period.

Try it

If you're running Kubernetes workloads and managing vulnerabilities with spreadsheets (or not managing them at all), give Ephor a try.

Deploy with Helm, point the scanner at your cluster, and you'll have a full vulnerability management dashboard in minutes.

I'd love feedback—what works, what's missing, what would make this useful for your team. Open an issue on GitHub or reach out at hello@holbein.io.