frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google hallucinated that I am sponsored by Ground News

https://www.youtube.com/post/UgkxsAIUDMQTYc15yQqURsGy0Kg7O1x2TtnB
2•RicoElectrico•51s ago•0 comments

The world is heating up, and policies are not helping

https://theoryofchange1.substack.com/p/summer-is-coming-what-game-of-thrones
1•ewidar•1m ago•0 comments

Show HN: Jargo – a Golang port of Pipecat for conversational-AI apps

https://github.com/gojargo/jargo
1•fallais•1m ago•0 comments

Space Shuttle Endeavour's 20-story vertical display

https://californiasciencecenter.org/about-us/samuel-oschin-air-and-space-center/go-for-stack
1•uticus•2m ago•0 comments

For Whom the Bell Curves

https://hollisrobbinsanecdotal.substack.com/p/for-whom-the-bell-curves
1•HR01•3m ago•0 comments

Best run X account in the Canadian startup world

https://x.com/falcongx_
1•cts-i-cts-d•4m ago•0 comments

OpenCQRS 2 Is There

https://github.com/open-cqrs/opencqrs
2•goloroden•5m ago•0 comments

Bevy – A refreshingly simple data-driven game engine built in Rust

https://github.com/bevyengine/bevy
2•modinfo•6m ago•0 comments

Tar: A slop-free alternative to rsync

https://drewdevault.com/blog/rsync-without-rsync/
2•surprisetalk•6m ago•0 comments

Onplana – ChatGPT and Claude do work through one shared project plan

https://onplana.com/agents
2•Onplana•7m ago•0 comments

Free Software and LLM Contribution Policies

https://www.sicpers.info/2026/06/free-software-and-llm-contribution-policies/
2•grahamlee•8m ago•0 comments

Show HN: Regulo – an adaptive semaphore for saturation control

https://github.com/greenstick/regulo
2•bnjemian•8m ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
2•TechTechTech•9m ago•0 comments

Engineering for Bounded Cognition

https://shapeofthesystem.com/posts/2026/02/03/bounded-cognition
2•supermatt•10m ago•0 comments

Imposter scams led fraud reports to FTC in 2025, causing $3.5B in losses

https://www.cnbc.com/2026/06/26/imposter-scams-led-fraud-reports-to-ftc-in-2025-3point5-billion-l...
2•pseudolus•12m ago•0 comments

The closed-source LLM premium has collapsed

https://runware.ai/blog/the-closed-source-llm-premium-has-collapsed
3•theally•17m ago•0 comments

Codex AI Agent Skill Development for UI Design and Development

https://rapidkt.com/pages/blog/codex_ai_agent_skill_development_for_ui_design_and_development
2•greenpau•20m ago•0 comments

VCupid Skills – AI Fundraising Toolkit for Founders

https://github.com/maxoliverbr/vcupid-plugin
3•maxoliverbr•23m ago•0 comments

Show HN: Verity – self-healing review gate for Claude Code

https://verity.md
3•claudiacsf•24m ago•0 comments

Ant queen lays eggs that hatch into two species (2025)

https://www.science.org/content/article/ant-queen-lays-eggs-hatch-two-species
3•indigodaddy•24m ago•0 comments

How to Set Up and Deploy an OpenClaw AI Agent on a VPS

https://3hcloud.com/blog/how-to-set-up-and-deploy-an-openclaw-ai-agent-on-a-vps
3•Liriel•25m ago•0 comments

Authorized Speed a.k.a. Ruh Roh

https://instantial.substack.com/p/authorized-speed
3•groverbennett•26m ago•0 comments

What Would C. S. Lewis Have Thought of AI?

https://chroniclesmagazine.org/web/what-would-c-s-lewis-have-thought-of-ai/
3•RickJWagner•31m ago•0 comments

High-sensitivity electro snout sniffs out unsafe food

https://newatlas.com/technology/electronic-nose-detect-spoiled-food-allergens/
3•breve•32m ago•0 comments

US at 250 – Why has the US been so successful and can it continue? [pdf]

https://assets.realclear.com/files/2026/06/2902_thematic_research_-_june_24.pdf
3•RickJWagner•32m ago•0 comments

Send OTP Codes over WhatsApp with the Telnyx Verify API

https://telnyx.com/resources/whatsapp-otp-verify-api
3•harpreetseehra•35m ago•0 comments

GCC 14.4 Released

https://gcc.gnu.org/pipermail/gcc/2026-June/248430.html
4•edelsohn•36m ago•0 comments

Exploring retro productivity software: Visual Basic on Windows 3.1

https://stonetools.ghost.io/visualbasic-win31/
5•jnord•36m ago•0 comments

BBC News uses thermal cameras to illustrate heatwave in London

https://www.bbc.co.uk/news/articles/cz9l1n4kn34o
4•xmjw•38m ago•1 comments

Show HN: NT – fly around Git worktrees from your shell

https://github.com/allisonmahmood/NT
3•Allisonmahmood•39m ago•0 comments
Open in hackernews

Offical XRP NPM package has been compromised and key stealing malware introduced

https://www.aikido.dev/blog/xrp-supplychain-attack-official-npm-package-infected-with-crypto-stealing-backdoor
55•flxga•1y ago

Comments

MichealCodes•1y ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•1y ago
Red teaming this, you’d delay exfiltration of the private key until the balance passes beyond a certain amount and you’re on mainnet.
ohgr•1y ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•1y ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•1y ago
Fun fact: installing some common starter packages will explode to install over a 1000 npm packages, each of them can inject malware, even if the package isn’t used, and you’ll never know.

Many packages will have over a 100 dependencies if you include the dev dependencies, so you can easily break a 1000.

mouse_•1y ago
That is a very fun fact.
nailer•1y ago
Yes that is how dependencies work.
poincaredisk•1y ago
The crazy part here is that in most other ecosystems 100 dependencies is "crazy high" territory, and in JS it's apparently "we're just getting started". It's known for its approach to micropackaging everything in a separate library.
greatgib•1y ago
The crazy thing is more that multiple versions of the same package could be installed as dependencies of dependencies...

They were thinking to be the cool kids supporting multiple versions and that the old way to do packaging, like debian and co that expects everyone to use the same version, was the old legacy fart way to do things.

Just, developers before were engineers first and so designed things well especially to avoid this situation of dependency hell and supply chain injection. But the web dev crowd decided to do "better" and now to have old problems as new problems...

koolba•1y ago
That fetch(…) is sending the mnemonic of the private key out to that remote server.

Interestingly if this is happening in a long running process and that exploit server is offline, the promise for the fetch will reject. And the default behavior for unhandled promise rejections would be for the node process to crash.

So if anybody tried testing this version of the library in a net gapped environment, it would crash and fail out in CI.

The attacker should have silenced the error with a .catch(_ => {}).

mschuster91•1y ago
> Previously only the packed JavaScript code had been modified.

Honestly it's time for the npm ecosystem to move to a model where only build agents running on npm's own infrastructure can upload binary artifacts, or to mandate reproducible builds.

And for a select set of highly used packages, someone from NPM should be paid to look over each release's changeset.

Both would have massively impeded the attacker.

mindcrash•1y ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•1y ago
We run similar npm package monitors. The use of exotic tld domains such as 0x9c.xyz kind of gave it away because YARA Forge rules have native signatures to detect such domains.

It will be interesting t explore how the project got compromised and malicious packages published to the registry.

nailer•1y ago
.xyz isn’t exotic for blockchains.
nailer•1y ago
npm design allows multiple versions of the same package if required, but deduplicates otherwise. It’s a smart design that more package managers should and will follow.

Smart developers spend their time working on original code rather than rewriting the wheel.

nailer•1y ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•1y ago
does the postinstall script step has anything to do with this?

i noticed bun doesn't run them by default unless you whitelist them