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

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

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 - 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 LinkedIn™ 职位抓取工具 - Chrome 应用商店
Firewall - Package Security for Your Supply Chain
thenrich99 · 2026-06-17 · via Hacker News: Show HN

Product

Your first line of defense against malicious packages. Protect every pip install, npm install, and go get with intelligent filtering and real-time threat detection.

🛡

Real-time Protection Block threats before install

📝

Allow/Deny Lists Fine-grained control

🔍

Typosquat Detection Catch impostor packages

Soak Time Delay new package versions

🚫

Block Unmaintained Avoid abandoned packages

📜

Custom Policies OPA Rego policy engine

How It Works

Three simple steps to secure your package installations

1

Create a Firewall

Set up a firewall for each project or team. Configure your security policies, allow lists, and blocking rules.

2

Generate Credentials

Get unique credentials for your CI/CD pipeline or development environment. Works with pip, npm, and go.

3

Install Securely

Every package installation is scanned, verified, and logged. Threats are blocked before they reach your system.

Security Features

Allow Lists

Define exactly which packages your team can install. Lock down production environments to approved dependencies only. Supports version constraints for precise control.

  • Whitelist specific packages and versions
  • Block everything else by default
  • Import from requirements.txt or package.json

Deny Lists

Block known malicious packages, deprecated libraries, or packages that don't meet your security standards. Automatically updated with threat intelligence.

  • Block known malware packages
  • Blacklist deprecated dependencies
  • Custom deny rules with wildcards

Malware Detection

Real-time scanning of package contents for malicious code patterns. Our detection engine identifies cryptominers, data exfiltration, and supply chain attacks.

  • Static analysis of package code
  • Pattern matching for known threats
  • Behavioral analysis indicators

Typosquatting Protection

Detect and block packages that impersonate popular libraries with subtle name variations. Protect developers from accidentally installing malicious lookalikes.

  • Fuzzy name matching algorithms
  • Levenshtein distance analysis
  • Homoglyph and unicode detection

Soak Time

Delay installation of newly released package versions. Give the community time to discover issues before they hit your production environment.

  • Configurable delay (1-30 days)
  • Exception lists for urgent updates
  • Per-package soak time rules

Block Unmaintained Packages

Automatically block packages that haven't been updated in years. Abandoned packages pose security risks as vulnerabilities go unpatched and dependencies become outdated.

  • Configurable inactivity threshold
  • Exception lists for stable packages
  • Alerts when dependencies become unmaintained

Activity Logging

Complete audit trail of every package installation attempt. Know who installed what, when, and whether it was allowed or blocked.

  • Real-time activity dashboard
  • Export logs for compliance
  • Integration with SIEM tools

Custom Policies (OPA Rego)

Write custom security policies using the Open Policy Agent Rego language. Policies deny by default and you define allow rules that evaluate package metadata, scores, dependencies, and community signals to explicitly permit packages that meet your organization's requirements.

  • Block by license, score, or dependency count
  • Evaluate security, quality, and maintenance scores
  • Full access to package metadata and community data
  • Built-in editor with syntax highlighting

View Custom Policy Documentation →

Supported Package Ecosystems

Protect all your dependencies across multiple languages

Python / PyPI

Secure pip installations with full support for requirements.txt, Poetry, and Pipenv.

pip install --index-url https://firewall.hextrap.com/...

JavaScript / npm

Protect npm and yarn installations. Works seamlessly with package.json and lock files.

npm config set registry https://firewall.hextrap.com/...

Go Modules

Secure your Go dependencies with GOPROXY support. Full compatibility with go.mod.

GOPROXY=https://firewall.hextrap.com/... go get

Ready to Secure Your Supply Chain?

Start protecting your package installations in minutes. Free for open source projects.