frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: OpenClix, Agent friendly, open-source retention tooling

https://github.com/openclix/openclix
1•jace_yoo•32s ago•0 comments

eInk wall remote for HomeAssistant – fed up with tablets and hacked Kindles

https://www.muros.ink/
1•prathammehta•36s ago•1 comments

Show HN: DocTracker – track client documents and send reminders

https://doctracker.app/en
1•bakabegemot•42s ago•0 comments

Models have some pretty funny attractor states

https://www.lesswrong.com/posts/mgjtEHeLgkhZZ3cEx/models-have-some-pretty-funny-attractor-states
1•semiquaver•1m ago•0 comments

Show HN: We built an MCP server so LLMs can self-correct against business rules

https://www.rynko.dev/mcp
1•ksrijith•2m ago•0 comments

Seldom: An Anonymity Network with Selective Deanonymization

https://dl.acm.org/doi/full/10.1145/3794848?af=R
1•maxrmk•2m ago•0 comments

Use /loop to run Claude Code on a Schedule

https://code.claude.com/docs/en/scheduled-tasks
1•thomascountz•3m ago•0 comments

AI agents are coming for government. How one big city is letting them in

https://www.fastcompany.com/91504876/boston-cio-santi-garces-on-ai-agents-mcp-open-data
1•johnshades•3m ago•0 comments

The Government Told Courts It Could Easily Refund Tariffs. Now It Says It Can't

https://www.techdirt.com/2026/03/09/the-government-told-courts-it-could-easily-refund-unlawful-ta...
4•cdrnsf•3m ago•0 comments

How to Track Competitor Pricing Changes Automatically

https://adversa.io/blog/track-competitor-pricing-changes/
1•robinweller•4m ago•0 comments

Canadian employment trends in the era of generative artificial intelligence

https://www150.statcan.gc.ca/n1/pub/36-28-0001/2026001/article/00003-eng.htm
1•jyunwai•4m ago•0 comments

Show HN: A daily arithmetic puzzle with a hidden Hard Mode

https://make24.app
1•kapework•6m ago•0 comments

Breaking macOS Screen Time for fun and profit

https://dunkirk.sh/blog/screentime/
1•clacker-o-matic•7m ago•2 comments

CIA faces furious backlash after hidden document with potential cure for cancer

https://www.dailymail.co.uk/sciencetech/article-15629211/cia-cancer-cure-document-declassified.html
4•Bender•8m ago•1 comments

SSH Config: The File Nobody Reads

https://vivianvoss.net/blog/ssh-config
1•alwillis•8m ago•0 comments

Show HN: Time as the 4th Dimension – What if it emerges from rotational motion?

1•lisajguo•8m ago•0 comments

The internet is being flooded with AI content. How can we tell what is human?

1•01-_-•9m ago•0 comments

Unified Attestation: open-source alternative to Google Play Integrity

https://uattest.net/
1•turrini•9m ago•0 comments

Moltbook: Bot‑Only Network Full of Prompt and Scam Posts Now Monitored

https://youscan.io/blog/moltbook-monitoring/
1•defly•9m ago•0 comments

Ultrasound-Responsive Nanoparticles for Biofilm Treatment

https://pubs.acs.org/doi/10.1021/jacsau.5c01711
1•PaulHoule•10m ago•0 comments

Show HN: Quadratic Intelligence Growth from Logarithmic Routing (QIS Protocol)

https://yonderzenith.github.io/QIS-Protocol-Website/article-architecture-diagram.html
1•chris_trevethan•10m ago•1 comments

OpenAI updates privacy policy as ads expand in ChatGPT

https://searchengineland.com/openai-updates-privacy-policy-as-ads-expand-in-chatgpt-471150
5•speckx•11m ago•0 comments

Show HN: Self-hosted Chromium engine with 256 parallel stealth sessions

https://owlbrowser.net/
1•ahstanin•11m ago•0 comments

Show HN: ChatShell – 22MB AI Agent with 9 Built-In Tools (Tauri, Not Electron)

https://github.com/chatshellapp/chatshell-desktop
1•s3anw3•12m ago•1 comments

Show HN: Marque – MCP/CLI server for persistent agent design identity

https://marque-web.vercel.app/
1•Parth_Sharma_18•12m ago•1 comments

AI Is a Microcontractor

https://aartur.substack.com/p/ai-is-a-microcontractor
2•aartur•12m ago•0 comments

AI agents with memory solve problems 2x better (and 5 more papers)

https://blog.santthosh.com/distilled-weekly-mar-02-mar-08-2026/
1•santthosh01•13m ago•1 comments

Adobe's OpenPBR BSDF

https://github.com/adobe/openpbr-bsdf
1•franzb•14m ago•0 comments

Notchi: A macOS notch companion that reacts to Claude Code activity in real-time

https://github.com/sk-ruban/notchi
1•Areibman•14m ago•0 comments

Show HN: We forked KuzuDB and added concurrent writes for AI agent memory

https://www.vela.partners/blog/kuzudb-ai-agent-memory-graph-database
2•yihlamur•16m ago•0 comments
Open in hackernews

Tengu – An MCP server that turns Claude into a pentester's copilot

https://github.com/rfunix/tengu
1•rfunix•1d ago

Comments

rfunix•1d ago
Tengu is an open-source MCP server that exposes 80 pentesting tools from Kali Linux (Nmap, Metasploit, Nuclei, SQLMap, ZAP, and more) to AI assistants like Claude. Every tool call goes through input sanitization, target allowlisting, rate limiting, and audit logging — no shell=True, ever.

  It implements all three MCP primitives: 80 tools, 20 resources (OWASP Top 10, MITRE ATT&CK, CVE databases, default credentials, checklists), and 35
   prompts — guided workflows for full pentests, vulnerability assessments, and professional report generation. Findings are automatically correlated
   with CVEs for context and remediation guidance.

  Works as a copilot (Claude Code / Claude Desktop) or as an autonomous agent with human-in-the-loop for destructive actions. Single `docker compose
  up` to get started. Ships in 3 tiers: core, lab (with intentionally vulnerable targets), and full stack.

  74 dedicated command injection tests. MIT licensed.

  Would love feedback on the security model and MCP patterns.