frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CS: Go Web Port

https://meow.slqnt.dev
1•throwaway2027•2m ago•0 comments

PC Tweaker – Windows tweaks where every change is reversible

https://github.com/AurelioAvila/pc-tweaker-app/
1•xn0time•4m ago•0 comments

On Folk Interactions

https://www.inventbuild.studio/blog/on-folk-interactions-3a12f33c951380ba94d1ec52db669b20
1•virgil_disgr4ce•7m ago•0 comments

Orange is the new green: How orange peels revived a Costa Rican forest (2017)

https://www.princeton.edu/news/2017/08/22/orange-new-green-how-orange-peels-revived-costa-rican-f...
1•Tomte•8m ago•0 comments

Show HN: Premium React Native screens for building apps faster

https://pro.gluestack.io
5•russelmelroy•10m ago•3 comments

AI Financial Advice: Supply, Demand, and Life Cycle Implications

https://tahachoukhmane.com/wp-content/uploads/2026/03/CdSLA-2026-AI-Financial-Advice.pdf[pdf]
2•akbarnama•10m ago•0 comments

Show HN: Google Business Profile Suite for Local SEO

https://avision.org/localedge-affiliate/
1•not_wowinter13•13m ago•0 comments

Amazon DynamoDB now supports real-time vector search at any scale

https://aws.amazon.com/blogs/aws/amazon-dynamodb-now-supports-real-time-vector-search-at-any-scale/
1•cebert•14m ago•0 comments

Puzzle Corner

https://www.technologyreview.com/2026/08/05/1141230/puzzle-corner-84/
1•joozio•15m ago•0 comments

We Built Our Website with Claude Code with no Human interaction

https://soamee.com/en/blog/en-we-built-website-with-claude-code
3•javiermanzano•15m ago•0 comments

Show HN: Android client for DJI Osmo action/handheld cameras

https://github.com/KonradIT/osmosis
1•konraditurbe•18m ago•0 comments

Show HN: QR codes where your photo is the code, not pasted on top

https://sqr.art
1•mikaelcarlavan•18m ago•0 comments

New flapping robot from MIT swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
1•reconnecting•18m ago•0 comments

The Corporate Agentic Brain May Be the Next Honey Pot for a Rogue AI

https://serendb.substack.com/p/dont-let-your-corporate-agentic-brain
1•lewistaariq•18m ago•0 comments

Aiseesoft iKnockin for Mac

https://www.aiseesoft.com/pads/iknockin-for-mac.xml
1•aiseesoft•18m ago•1 comments

Show HN: I built a simple image-to-video tool with multiple AI models

https://imagetovideoai.tools/
1•airobus•19m ago•0 comments

Should Researchers Write Papers for AI Instead of People?

https://spectrum.ieee.org/ai-scientist-research-paper-format
1•pseudolus•22m ago•0 comments

OpenAI says Apple's trade secrets lawsuit is 'rotten to its core'

https://www.theverge.com/tech/976042/openai-apple-trade-secrets-lawsuit-dismissal-request
1•shscs911•23m ago•0 comments

I got tired of cutting reels out of long videos by hand, so I automated it

https://momentcut.app
1•lucaserla•25m ago•1 comments

China Is Building a Blue Granary

https://www.palladiummag.com/2026/08/04/china-is-building-a-blue-granary/
2•jger15•27m ago•0 comments

Show HN: Femto: A fork of kilo (text editor)

https://git.disroot.org/Vextoly/femto
1•Vextoly•28m ago•0 comments

New Best Agetic AI Model Named Saint

https://www.usesaint.com/
1•Malkiel_Godson•30m ago•0 comments

Upcoming deprecation of GitHub Spark on github.com

https://github.blog/changelog/2026-08-04-upcoming-deprecation-of-github-spark-on-github-com/
2•carlos-menezes•31m ago•0 comments

Google is expanding its AI empire – and losing the people who built it

https://www.cnbc.com/2026/08/05/google-is-expanding-its-ai-empire-and-losing-the-people-who-built...
4•pseudolus•33m ago•0 comments

Show HN: MakerBadge – a footer badge that links all the apps you've shipped

https://makerbadge.com
1•joffreyio•36m ago•0 comments

Show HN: Amber – A fast, C99 in-memory array language with q/kdb+ vocabulary

https://github.com/BonucciAndrea/amber
1•KonaEnthusiast•36m ago•0 comments

Ambert Indusrties

https://www.ambert.ae/event-and-exhibition
1•doshopzone•36m ago•0 comments

It's Easier Than Ever to Fly Private Without Your Own Jet

https://www.wsj.com/lifestyle/travel/its-easier-than-ever-to-fly-private-without-your-own-jet-a26...
1•bilsbie•37m ago•0 comments

Ratcn preview: Build beautiful TUI applications in Rust

https://ratcn.kristoferlund.se
1•gann_•37m ago•0 comments

Every Fucking Website (2013)

https://web.archive.org/web/20130304033523/http://everyfuckingwebsite.com/
2•xiaoyu2006•44m ago•1 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