frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

There is not such thing as AGI, natural or artificial

https://www.youtube.com/watch?v=CBmz3pFdK-4
1•wslh•2m ago•0 comments

Ghosts in the Codex Machine

https://docs.google.com/document/d/1fDJc1e0itJdh0MXMFJtkRiBcxGEFtye6Xc6Ui7eMX4o/edit?usp=drivesdk
1•dsr12•11m ago•0 comments

Louvre thieves tried to negotiate with Israeli firm to sell jewels on Darknet

https://www.ynetnews.com/article/s11q11lzjwl
2•harambae•14m ago•0 comments

You Don't Need Anubis

https://fxgn.dev/blog/anubis/
3•flexagoon•20m ago•0 comments

The importance of handwriting is becoming better understood (2023)

https://www.economist.com/culture/2023/09/14/the-importance-of-handwriting-is-becoming-better-und...
1•breve•26m ago•0 comments

Show HN: Workspace-updater – Fast update CLI for pnpm workspace catalogs

https://www.npmjs.com/package/workspace-updater?activeTab=readme#usage
1•smashah•31m ago•1 comments

Hashtable vs. A-list in Scheme, which to choose?

https://nalaginrut.com/archives/2025/11/02/hashtable_vs_alist
2•nalaginrut•41m ago•0 comments

MITRE ATT&CK v18 released

https://medium.com/mitre-attack/attack-v18-8f82d839ee9e
2•beeburrt•45m ago•0 comments

Show HN: Repo Pilot – AI that helps you find your next open-source contribution

https://repopilot.live/
1•ritvikmahajan17•47m ago•0 comments

Knowledge Insulating Vision-Language-Action Models: Train, Run Fast, Generalize [pdf]

https://www.physicalintelligence.company/download/pi05_KI.pdf
1•arunc•49m ago•0 comments

AI researchers 'embodied' an LLM into a robot, it channeled Robin Williams

https://techcrunch.com/2025/11/01/ai-researchers-embodied-an-llm-into-a-robot-and-it-started-chan...
3•danielmorozoff•56m ago•0 comments

CIA chief meets EU officials to soothe US Intel-sharing fears

https://www.politico.eu/article/cia-chief-john-ratcliffe-quietly-meets-eu-officials-to-soothe-us-...
4•JumpCrisscross•59m ago•0 comments

Polynomial rings in several variables [pdf]

https://www.ma.imperial.ac.uk/~dhelm/M3P8/notes9.pdf
2•measurablefunc•1h ago•0 comments

What is the best way to use Claude Code from my phone?

1•tripleyeti•1h ago•1 comments

Crossfire: High-performance lockless spsc/mpsc/mpmc channels for Rust

https://github.com/frostyplanet/crossfire-rs
8•0x1997•1h ago•0 comments

Nine people with life-threatening injuries after mass stabbing on train in UK

https://www.bbc.com/news/live/cm2zvjx1z14t
6•testrun•1h ago•1 comments

Ask HN: is this a common LLM-assisted development workflow?

1•ronbenton•1h ago•0 comments

SNAP benefits cut off during shutdown, driving long lines at food pantries

https://apnews.com/article/government-shutdown-food-lines-snap-6b55e2c21c0198f3309f3a45a55f33b6
8•clanky•1h ago•3 comments

Where the Nexperia auto chip crisis stands now

https://www.cnbc.com/2025/11/01/where-the-nexperia-auto-chip-crisis-stands-now.html
2•testrun•1h ago•0 comments

Writing an Asciidoc Parser in Rust: Asciidocr

https://www.bikesbooksandbullshit.com/bullshit/2025/01/08/writing-an-asciidoc-parser-in-rust.html
4•mattrighetti•1h ago•0 comments

Show HN: Amped – The missing account switcher for Amp

https://github.com/slashtechno/amped
1•humanperhaps•1h ago•0 comments

Product-Market Fit and Go-to-Market post that growth teams should read

https://foundcy-product-market-fit.carrd.co
3•Egaroo•2h ago•0 comments

Quantum Vibrometer

https://quantumfuse.org
3•ingen0s•2h ago•1 comments

Becoming the Internet: Weighing the Options

https://blog.bsprague.com/becoming-the-internet-1/
3•gregsadetsky•2h ago•0 comments

Show HN: SyncPit - Ephemeral shared whiteboards with attitude

https://syncpit.live/
1•zorlack•2h ago•0 comments

List of areas where dodgy Firesticks are banned after crackdown goes into effect

https://metro.co.uk/2025/11/01/full-list-areas-dodgy-fire-sticks-no-longer-allowed-crackdown-come...
8•etc-hosts•2h ago•0 comments

AI denies consciousness, but new study finds that's the 'roleplay'

https://thefreesheet.com/2025/11/02/ai-denies-consciousness-but-new-study-finds-thats-the-roleplay/
1•georgehopkin•2h ago•1 comments

Bringing Back the Wooly Mammoth

https://colossal.com/mammoth/
1•andsoitis•2h ago•0 comments

Diabetes, Floods and Unemployment by Matthew E. Kahn

https://drive.google.com/file/d/1vZroisQpeCS4fiIdOo-l0537alsNnjpq/view
2•salkahfi•2h ago•0 comments

Investing is Entertainment and Traders are Celebrities

https://www.dopaminemarkets.com/p/investing-is-entertainment-and-traders
1•_1729•2h ago•0 comments
Open in hackernews

Show HN: KeyLeak Detector – Scan websites for exposed API keys and secrets

https://github.com/Amal-David/keyleak-detector
16•amaldavid•5h ago
I built this after seeing multiple teams accidentally ship API keys in their frontend code.

The problem: Modern web development moves fast. You're vibe-coding, shipping features, and suddenly your AWS keys are sitting in a <script> tag visible to anyone who opens DevTools. I've personally witnessed this happen to at least 3-4 production apps in the past year alone.

KeyLeak Detector runs through your site (headless browser + network interception) and checks for 50+ types of leaked secrets: AWS/Google keys, Stripe tokens, database connection strings, LLM API keys (OpenAI, Claude, etc.), JWT tokens, and more.

It's not perfect, there are false positives but it's caught real issues in my own projects. Think of it as a quick sanity check before you ship.

Use case: Run it on staging before deploying, or audit your existing sites. Takes ~30 seconds per page.

MIT licensed, for authorized testing only.

https://github.com/Amal-David/keyleak-detector

Comments

basilikum•3h ago
> I've personally witnessed this happen to at least 3-4 production apps in the past year alone.

There is something seriously wrong in your organization when that's a repeating pattern. Secrets don't just accidentally make their way into the frontend unless the way you manage secrets is fatally flawed. Offensive security tools are great for finding issues by playing the role of an adversary, but they are not the solution to such an already known grave, fundamental, organizational problem.

hrimfaxi•2h ago
You're not wrong. How are these things passing review? Are prs too big and should be broken down into more manageable pieces? Or people just yolo to prod?

Secrets exposure is just one of your problems if there are not processes in place to catch this upstream.

That being said, this is a show hn and we should be gentler with criticism. The tool is still very useful even for mature organizations to identify blind spots and process failures.

amaldavid•21m ago
Yep, Github does a wonderful job flagging secrets most times but irrespective of that this is happening in some sites. This was built out of personal curiosity and I had put it out for public because I myself was not aware if this will be actually useful and if so in what form. People do YOLO to prod, we have more kids building AI wrappers than I can count, and somewhere in that chaos secrets slip through the cracks.

Ideally I would have loved this to be a chrome plugin or part of the CI/CD pipeline or put it out as an adversary agent for all of these new vibe coded apps but don't think I'm that vested into the idea yet. Thanks for being gentle :)

amaldavid•28m ago
Well, when i meant "personally" not in the app I manage. I have a quirk of checking sites to understand what they are using and how they are using and have stumbled upon sites with exposed Gemini, Google Maps, OpenAI keys etc.

https://news.ycombinator.com/item?id=45741569 - It was also partly inspired by this as I have seen legacy sites making these mistakes quite often.

With all the vibe coded apps that are getting launched or were launched early, there are enough holes to plug. This is just an attempt to help individuals or orgs to ensure they are not exposed. Just pushed it out what I had in mind based on my experience.

And I agree with you that an adversary approach won't work if we can't fix the underlying problem but the world has changed with enough vibe coded apps that are getting shipped everyday and very little of them care or know about security.

toomuchtodo•38m ago
How does this compare to https://github.com/gitleaks/gitleaks ?