frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Robotic Adaptation Suffers from Data Collection Bottleneck

2•aunmesh•2m ago•0 comments

Code Review Is the Hard Part

https://www.olafalders.com/2026/07/26/code-review-is-the-hard-part/
2•oalders•2m ago•0 comments

260k live cameras aggregated across 468 sources. lessons / technical insights

https://opencctv.org/
2•bekdavid893•3m ago•1 comments

Show HN: HART OS – an open-source AI OS built so frontier AI needs no datacenter

https://github.com/hertz-ai/HARTOS
2•hevolveai•4m ago•0 comments

Show HN: The Occult Gatsby

https://occultgatsby.work
2•morganw•6m ago•0 comments

The Strongest El Niño Ever

https://www.theclimatebrink.com/p/the-strongest-el-nino-ever
3•ndsipa_pomu•8m ago•0 comments

Show HN: Rucksack alpha CLI that pins a Mac to a hotspot and holds a sleep lease

https://github.com/noahnawara/rucksack
1•thirdface•10m ago•0 comments

How to Block Some of the Bots

https://nochan.net/b/Internet-Crap/20260606-How-To-Block-Some-Of-The-Bots/
2•Bender•11m ago•0 comments

"Grill Me" Skill

https://www.aihero.dev/skills-grill-me
1•theptip•15m ago•0 comments

Show HN: Open-plan-annotator – local annotation UI for working with agent plans

https://github.com/ndom91/open-plan-annotator
1•ndom91•15m ago•0 comments

Portable Executable

http://justine.lol/ape.html
1•tosh•19m ago•1 comments

Ask HN: Anyone suffering from the tyranny of the Waiting Equation?

1•akersten•19m ago•0 comments

Decker

https://beyondloom.com/decker/
2•tosh•21m ago•0 comments

Code Complexity Hooks for Agents

https://github.com/dekobon/big-code-analysis
1•dekobon•21m ago•1 comments

Show HN: ModelFuzz – Open-source runtime guardrails for AI agents

https://www.modelfuzz.com/
1•higagan•21m ago•0 comments

Header-only C/C++ Meshtastic LoRa protocol stack for embedded systems

https://github.com/jstockdale/meshtastic-lite
1•westurner•23m ago•1 comments

Narcissism, Machiavellianism, and AI Use

https://thenextweb.com/news/dark-traits-problematic-ai-use-psychology
3•colinprince•24m ago•0 comments

Sell the Company for $400M? He's Giving It Away Instead

https://www.nytimes.com/2026/07/25/business/grady-white-boats-charity.html
3•keithly•24m ago•0 comments

Terminal Sessions – VSCode extension for tmux terminals that survive restarts

https://github.com/visul/terminal-sessions
1•testycool•24m ago•0 comments

Google Cache used to have a copy of this page at

https://www.hornet.org/wikipedia-notes.txt
1•jruohonen•25m ago•0 comments

Show HN: Readability for web and PDFs with TTS and local AI summary

https://github.com/ldenoue/readability-read-aloud-web-pdf-ai-summary
2•ldenoue•25m ago•2 comments

Show HN: How many other kids need to be in the room before they match names

https://names.vaguespac.es/
1•thebigship•26m ago•0 comments

The Rust Async Runtime Footgun That Blocks Your Tokio Thread Pool

https://medium.com/@yalovoy/the-rust-async-runtime-footgun-that-blocks-your-entire-tokio-thread-p...
1•zero-ground-445•26m ago•0 comments

Show HN: An interactive way to exploit an LLM without going to jail

https://github.com/joshfischer1108/jailbreak-lab
1•joshfischer1108•27m ago•0 comments

The Segment Descriptor Cache (1998)

https://www.rcollins.org/ddj/Aug98/Aug98.html
1•jruohonen•30m ago•0 comments

Introduction to Data-Oriented Design [pdf]

https://www.gamedevs.org/uploads/introduction-to-data-oriented-design.pdf
2•tosh•33m ago•0 comments

Show HN: I made Claude quiz me on my own code before showing it

https://github.com/De-Cri/dont-kick-me-out
1•Ssamu3909•33m ago•0 comments

I Find Problems to Solve as a Staff Engineer

https://lalitm.com/post/find-problems-staff-engineer/
3•birdculture•36m ago•0 comments

Good productivity tools that run 100% in the browser (privacy in mind)

https://github.com/slaveofcode/goodwebtools
1•kresnadev•36m ago•0 comments

Show HN: Forkbench – a native Mac control room for several CLI coding agents

https://forkbench.com
1•forkbench•36m 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