frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aposematism

https://en.wikipedia.org/wiki/Aposematism
1•nomilk•3m ago•0 comments

B.C. gov't proposes new power rules for AI, data centres

https://www.cbc.ca/news/canada/british-columbia/bc-ai-power-centres-9.6946054
1•Tiktaalik•3m ago•0 comments

A simple way to send emails using Docker and bash

https://adamfallon.com/send_email_simply.html
1•AJRF•5m ago•0 comments

IP over Avian Carriers NBN Proposal

https://www.accc.gov.au/by-industry/telecommunications-and-internet/national-broadband-network-nb...
1•coolcoder613•5m ago•0 comments

Mosquitoes found in Iceland for first time as climate crisis warms country

https://www.theguardian.com/environment/2025/oct/21/mosquitoes-found-iceland-first-time-climate-c...
3•bookofjoe•5m ago•0 comments

Open Source VDI

https://www.infinibay.net
2•aborek•6m ago•0 comments

Multimodal AI startup Fal.ai raised at $4B+ valuation

https://techcrunch.com/2025/10/21/sources-multimodal-ai-startup-fal-ai-already-raised-at-4b-valua...
1•amrrs•7m ago•0 comments

Donor Kidney Reprogrammed to Universal Type O

https://www.medscape.com/viewarticle/first-report-donor-kidney-reprogrammed-universal-type-o-2025...
1•wjb3•8m ago•1 comments

Expanding forest research with terrestrial Lidar technology

https://www.nature.com/articles/s41467-025-63946-6
1•PaulHoule•10m ago•0 comments

Grasshopper Is a Way to Play

https://addons.mozilla.org/en-US/firefox/addon/grasshopper-urls/
1•Toby1VC•10m ago•1 comments

Tea Alp

1•tuckerstepka•12m ago•0 comments

Instant coffee just beat drip

https://www.theguardian.com/global/2025/oct/10/instant-coffee-just-beat-drip-we-were-stunned-too
1•sharjeelsayed•13m ago•0 comments

Measuring the Impact of Early-2025 AI on Experienced Developer Productivity

https://arxiv.org/abs/2507.09089
2•stefap2•13m ago•2 comments

Keanu Codes

https://www.keanu.codes/
1•ColinWright•15m ago•0 comments

African e-mobility company (Spiro) to raise $100M

https://www.ft.com/content/b8a4995d-0f65-444e-94ce-5d7d90ab8f1f
1•alephnerd•17m ago•0 comments

Apple Watch's hypertension alert misses half cases, but may boost treatment

https://www.statnews.com/2025/09/23/apple-hypertension-app-benefits-despite-limitations/
1•brandonb•18m ago•0 comments

Career Snakes and Ladders

https://kevquirk.com/blog/career-snakes-ladders/
4•jethronethro•20m ago•0 comments

Lottery-fication of Everything: 0 day options, perps, parlays are now mainstream

https://www.dopaminemarkets.com/p/the-lottery-fication-of-everything
3•_1729•20m ago•0 comments

Useful bias manipulation re: LLM – the stochastic parrot speaks

https://gist.github.com/gladiatr72/d73b2dbd3b670b9d3cff29cdf2ee369d
1•gladiatr72•21m ago•1 comments

rlsw – Raylib software OpenGL renderer in less than 5k LOC

https://github.com/raysan5/raylib/blob/master/src/external/rlsw.h
6•fschuett•26m ago•0 comments

Tidy Up Your Data

https://yakirhavin.com/blog/tidy-up-your-data/
1•yhavin•26m ago•0 comments

Show HN: I use ChatGPT these days to develop new features quickly

https://chatgpt.com/share/68f7f17f-022c-800a-8a75-814847ffe87d
1•EGreg•27m ago•1 comments

We resolve a $1000 Erdős problem, with a Lean proof vibe coded using ChatGPT

https://borisalexeev.com/papers/erdos707.html
4•mathfan•28m ago•0 comments

Using AI and automation to migrate between instruction sets

https://cloud.google.com/blog/topics/systems/using-ai-and-automation-to-migrate-between-instructi...
1•tanelpoder•30m ago•0 comments

Python 2.7.18.11 (extended support 2025)

https://docs.activestate.com/platform/updates/mar-2025-activepython-2.7-extended-support/
2•apelapan•32m ago•2 comments

Domains and Bounded Contexts Don't Map 1 on 1

https://verraes.net/2025/08/domain-and-bounded-contexts-dont-map-one-on-one/
1•SlackingOff123•32m ago•0 comments

We rewrote OpenFGA in pure Postgres

https://getrover.substack.com/p/how-we-rewrote-openfga-in-pure-postgres
3•wbadart•33m ago•0 comments

Have Lots of AWS Accounts

https://src-bin.com/substrate/blog/you-should-have-lots-of-aws-accounts/
2•meistro•33m ago•0 comments

AGI vs. AGi: Intelligence vs. intuition

https://olshansky.substack.com/p/intelligence-is-not-intuition
1•Olshansky•35m ago•0 comments

AI eats leisure time, makes employees work more, study finds

https://www.theregister.com/2025/10/21/ai_eats_leisure_time/
2•raw_anon_1111•39m ago•0 comments
Open in hackernews

Show HN: ContextGuard – Open-source security monitoring for MCP servers

https://github.com/amironi/contextguard
1•amironi•8h ago
I built ContextGuard after discovering that 43% of MCP servers have critical security vulnerabilities. MCP (Model Context Protocol) is the new standard that lets Claude Clients(Desktop, Windsurf, Cursor, etc.) access external tools and data sources - think of it as a plugin system for AI assistants.

The problem: When you give those clients access to your filesystem, databases, or APIs through MCP servers, you're opening up serious attack vectors. Prompt injection, data leakage, and path traversal attacks are all possible. Most developers building MCP servers don't have security expertise, and there wasn't an easy way to add protection.

What ContextGuard does: - Wraps your MCP server as a transparent security proxy - Detects 8+ prompt injection patterns in real-time - Scans for sensitive data (API keys, passwords, SSNs) in responses - Prevents path traversal attacks - Rate limiting to prevent abuse - Comprehensive JSON logging for auditing - <1% performance overhead

Technical approach: - TypeScript-based stdio proxy - Pattern matching + heuristics for threat detection - Works with any MCP server using stdio transport - Zero code changes needed - just wrap your existing server - All detection happens synchronously in the request/response flow

The README includes a testing section where you can see the same attacks succeed on an unprotected server vs being blocked with ContextGuard enabled. It's pretty eye-opening to see how easy these attacks are.

Why open source: Security tools need transparency. I want the community to audit the detection patterns, contribute new ones, and help identify blind spots. Plus, MCP is still early days - we need to establish security best practices together.

Roadmap: Currently working on SSE/HTTP transport support, a web dashboard for monitoring, and a custom rule engine. Planning to offer Pro features for enterprises (team management, priority support, advanced analytics) while keeping the core security features free and open source forever.

I'd love feedback on: 1. What other attack patterns should I prioritize detecting? 2. Is the web dashboard a must-have or nice-to-have? 3. Any blind spots in the current detection logic? 4. Should I focus more on detection accuracy or performance?

The project is on GitHub with full docs and examples: https://github.com/amironi/contextguard

You can try it right now: npm install -g contextguard contextguard --server "node your-mcp-server.js"

Happy to answer any questions!