frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: VaultNote – Local-first encrypted note-taking in the browser

https://vaultnote.saposs.com/
1•powerwild•47s ago•0 comments

BLM Acquires Inholding in Colorado's Dominguez-Escalante NCA

https://coloradosun.com/2026/03/06/blm-acquires-escalante-ranch/
1•mooreds•1m ago•0 comments

How to Build a Data Agent in 2026

https://twitter.com/jamiequint/status/2029705203457609785
1•dmpetrov•1m ago•0 comments

Oura buys gesture-navigation startup DoublePoint

https://www.engadget.com/wearables/oura-buys-gesture-navigation-startup-doublepoint-163758659.html
1•andsoitis•1m ago•0 comments

Codex for Open Source

https://developers.openai.com/codex/community/codex-for-oss/
1•jonluca•2m ago•0 comments

Nested Training for Mutual Adaptation in Human-AI Teaming

https://arxiv.org/abs/2602.17737
1•PaulHoule•2m ago•0 comments

Codex for Open Source Software

https://openai.com/form/codex-for-oss/
1•tosh•2m ago•0 comments

macOS Tahoe windows have different corner radiuses

https://lapcatsoftware.com/articles/2026/3/1.html
2•robenkleene•3m ago•0 comments

Htmx Infinite Scroll

https://alchemists.io/articles/htmx_infinite_scroll
1•speckx•5m ago•0 comments

Show HN: Tri·TFM Lens – 5-axis quality evaluation for ChatGPT/Gemini responses

1•siris950•5m ago•1 comments

Let's build a tool-using agent

https://educatedguesswork.org/posts/tool-calling/
2•ibobev•6m ago•0 comments

AI bubble probably going to be blown? [video]

https://www.youtube.com/watch?v=4Ql24Z8SIeE
1•kar37•6m ago•0 comments

BYD's Second-Generation Blade Battery Makes Western EV Tech Look Ancient

https://insideevs.com/news/789094/byd-second-generation-blade-battery/
1•mooreds•7m ago•0 comments

Should newbies use IDE autocomplete (Intellisense)? (2011)

https://softwareengineering.stackexchange.com/questions/40172/should-newbies-use-ide-autocomplete...
1•mooreds•7m ago•0 comments

Geoffrey Hinton Explains AI Dangers to Neil DeGrassi Tyson [video]

https://www.youtube.com/watch?v=l6ZcFa8pybE
1•keernan•8m ago•0 comments

I Still Blog – and Why the Future of Blogging Is Connected

https://www.ssp.sh/blog/why-i-still-blog/
2•articsputnik•8m ago•0 comments

Show HN: Claudine – A Kanban board for your Claude Code and Codex conversations

https://claudine.pro
1•ycmatt•9m ago•0 comments

Show HN: I built the first scripting language for multiplayer game dev

https://docs.allout.game/scripting/syntax
2•joshuamanton•9m ago•1 comments

Cognitive and Physical Improvement with Positive Age Beliefs

https://www.mdpi.com/2308-3417/11/2/28
1•wjb3•10m ago•0 comments

Manual to Phil Zimmermans PGPfone Circa 1996 [pdf]

https://philzimmermann.com/docs/pgpfone10b7.pdf
2•smalltorch•10m ago•1 comments

Self taught gen-xers with senior dev/pm exp. Where's my imposter syndrome team?

1•_hugerobots_•11m ago•0 comments

Lotus 1-2-3 on the PC with DOS

https://stonetools.ghost.io/lotus123-dos/
1•TMWNN•12m ago•0 comments

Knightian Uncertainty

https://en.wikipedia.org/wiki/Knightian_uncertainty
1•jerlendds•12m ago•0 comments

Generate cell-type specific mRNAs for better vaccines autoregressively

https://tsone.notion.site/Generate-cell-type-specific-mRNAs-for-better-vaccines-autoregressively-...
1•tdsone3•12m ago•0 comments

Withheld Epstein files with accusations against Trump released by justice dept

https://www.bbc.com/news/articles/c4g0dzg6e4mo
4•tartoran•13m ago•1 comments

Three Quiet Brothers on Long Island, All of Them Related to Hitler

https://www.nytimes.com/2006/04/24/nyregion/three-quiet-brothers-on-long-island-all-of-them-relat...
1•Anon84•15m ago•0 comments

Time to teach our children about finance

https://cointales.ai/en
1•mhalifax•15m ago•1 comments

A Plea for Lean Software (1995) [pdf]

https://berthub.eu/articles/LeanSoftware_text.pdf
1•tosh•17m ago•0 comments

Show HN: CloakPipe – Rust privacy proxy for LLM APIs with pseudonymization

1•rohansx•18m ago•0 comments

An approach to provably safe AI engineering for legacy codebases

https://evok.dev
1•devconcierge•20m ago•1 comments
Open in hackernews

Malicious NPM package pino-SDK-v2 exfiltrates .env secrets to Discord

2•Sudhanshu2310•8h ago
We just analyzed a fresh supply chain attack on npm that's pretty well-executed.

Package: pino-sdk-v2 Target: Impersonates pino (one of the most popular Node.js loggers, ~20M weekly downloads)

Reported to OSV too- https://osv.dev/vulnerability/MAL-2026-1259

What makes this one interesting: The attacker copied the entire pino source tree, kept the real author's name (Matteo Collina) in package.json, mirrored the README, docs, repository URL so everything looks legitimate on the npm page.

The only changes: - Renamed package to pino-sdk-v2 - Injected obfuscated code into lib/tools.js (300+ line file) - No install hooks whatsoever

The payload: Scans for .env, .env.local, .env.production, .env.development, .env.example files, extracts anything matching PRIVATE_KEY, SECRET_KEY, API_KEY, ACCESS_KEY, SECRET, or just KEY=, then POSTs it all to a Discord webhook as a formatted embed.

The malicious function is literally named log(). In a logging library. That's some next-level camouflage.

Why most scanners miss it: - No preinstall/postinstall hooks (most scanners focus on these) - Executes on require(), not during install - Obfuscated with hex variable names and string array rotation

Trusted metadata makes the npm page look legit

If you've installed it:

Remove immediately and rotate all secrets in your .env files. Treat it as full credential compromise.

Full technical analysis with deobfuscated payload and IOCs: https://safedep.io/malicious-npm-package-pino-sdk-v2-env-exfiltration/

Comments

harikp1729•4h ago
insert ‘here we go again’ meme