I decompiled the White House's new app
616 points by amarcheschi 2 days ago | 226 comments

iancarroll 2 days ago
A bit skeptical of how this article is written as it seems to be mostly written by AI. Out of curiosity, I downloaded the app and it doesn't request location permissions anywhere, despite the claims in the article.

I've noticed Claude Code is happy to decompile APKs for you but isn't very good at doing reachability analysis or figuring out complex control flows. It will treat completely dead code as important as a commonly invoked function.

reply
Groxx 2 days ago
The permissions snippet they show also doesn't include location, and you can't request location at runtime at all without declaring it there.

I'd verify all this stuff for myself, but Play won't install it in my phone so I can't really get the APK. Maybe because I use Graphene...? but I don't know all the ways they can restrict it, maybe it's something else (though for a pixel 9a it's rather strange if it's hardware based).

--- EDIT ---

To be specific / add what I can check, this is what my Play Store "about -> permissions" is showing:

    Version 47.0.1 may request access to
    Other: 
      run at startup
      Google Play license check
      view network connections
      prevent phone from sleeping
      show notifications
      com.google.android.c2dm.permission.RECEIVE
      control vibration
      have full network access
which appears fairly normal, and does not include location, and I think Play includes runtime location requests there. Maybe there's a version-rollout happening, or device-type targeting?
reply
crumpled 17 hours ago
If you use Aurora Store instead of the Play store, you can download APKs. They are a Google Play store proxy.
reply
cuu508 16 hours ago
reply
hiccuphippo 5 hours ago
Is there a way to conver that xapk format to apk other than installing their app?
reply
bigbugbag 3 hours ago
yes, unzip it.
reply
2Gkashmiri 6 hours ago
I have many apps that refuse to work. They try to open play store app which does not have logged in account.

The app doesn't work

reply
fjdjshsh 21 hours ago
>as it seems to be mostly written by AI.

Is there something in particular that made you conclude that or are you going just with how it felt?

For what it's worth, it didn't seem to me.

reply
Mathnerd314 17 hours ago
There's a specific writing style for globalized English that AI's use. And then this post also had none of the stylistic flourishes that a real author might add. And then simple things like constructing a table of 68 libraries or whatever organized by relatively subjective categories. That is something that nobody is going to do by hand.
reply
ghywertelling 16 hours ago
There is a new term "load-bearing" which is used a lot in my usage of AI. Has anyone else encountered this term being used a lot in their conversations? Or is it a quirk of personalization?
reply
matwood 16 hours ago
I use load-bearing all the time in conversation. People need to be careful that just because they don’t use certain phrases, it doesn’t automatically mean AI.
reply
tstenner 14 hours ago
I use it all the time, but almost always sarcastically (as in "load-bearing tinyproxy instance").
reply
codefreakxff 9 hours ago
just what an AI bot would say! ;)
reply
pdntspa 3 hours ago
Both you and parent are making a lot of load-bearing assumptions.

As someone who likes to use a lot of em dashes in writing -- the 'heuristics' that AI 'hunters' like to use need a lot of further refinement before I would trust them with anything. And yet there are legions of anti-AI crusaders out there wielding them like weapons.

These folks are reinforcing a bias against all kinds of people, particularly those who are not native English speakers and were very likely taught 'globalized' English in their language training.

reply
trueno 16 hours ago
been getting a lot of "load-bearing" and "roll your own" lately.

us humans, even if kinda trash at many things, are pretty rad at pattern recognition.

reply
rocqua 13 hours ago
I've heard it a lot from podcasts that are towards the abundance movement. I think its common within the rationalise movement.

Personally I really like it for "load-bearing assumptions". Because it let's you work with assumptions whilst pointing out the potential issues of that assumption.

reply
dist-epoch 12 hours ago
There are also fashions. So people could be using "load-bearing" more because it's fashionable. Like "lets double-click on that", or "spinning rust", etc
reply
Izkata 18 hours ago
Perhaps the apparent hallucination they mentioned in their comment?
reply
VerifiedReports 16 hours ago
You mean fabrication?
reply
windexh8er 16 hours ago
Apparently just like OP, you didn't read the article either. Just because the app doesn't ask for permission in the manifest doesn't mean it can't be acquired at runtime. It's very publicly documented [0].

So, no. Not a "hallucination".

[0] https://documentation.onesignal.com/docs/en/location-opt-in-...

reply
no-name-here 16 hours ago
How certain are you of that?

That appears to be about providing a message to the user before requesting permissions.

However, it appears even permissions you allow your app to request still need to be declared beforehand? https://developer.android.com/training/permissions/requestin...

Regardless, people are reporting mixed info on whether the app declares location access: https://news.ycombinator.com/item?id=47557010

reply
windexh8er 6 hours ago
I checked all versions. Maybe, just maybe, the app was changed in response? Hmmm, I wonder...

https://imgur.com/a/SNJL4XO

reply
rerdavies 12 hours ago
This is incorrect. On Android, you must do BOTH to actually get location APIs to work.
reply
goodmythical 18 hours ago
[flagged]
reply
trueno 16 hours ago
> Haven't you heard? It's cool to dislike things "because AI".

There's no explicit rules against it, but I cannot stand this type of sarcastic im anti-everyone-else commentary. Super reddit-coded, and you could have made your point without it. There's a lot of discussion to have about that point actually, but I'm pretty sure we've all been collectively scrolling long enough to just kind of roll our eyes at this stuff.

I read through it. I get some AI vibes. Probably a little bit of both.

reply
VerifiedReports 16 hours ago
Look out: It's forbidden to compare HN to Reddit!
reply
trueno 15 hours ago
frick
reply
lkjdsklf 17 hours ago
What? They listed a very specific complaint about the content.
reply
direwolf20 18 hours ago
It's cool to dislike "disliking things "because AI""
reply
frizlab 2 days ago
> it doesn't request location permissions anywhere, despite the claims in the article

The article does not claim the app requests the location. It claims it can do it with a single JS call.

reply
esprehn 2 days ago
It can request with a JS call. It can't passively collect it without you approving first. The article is written like calling that JS function will turn on location tracking without consent.
reply
mattdeboard 2 days ago
He explicitly says he can't determine it, but that the location tracking as configured will turn on once the user grants consent. All true statements.

How would you have written it differently

reply
logifail 2 days ago
"If the user chooses to opt-in and grants location-tracking permission, the app is then, and only then, able to track the user's location?"
reply
mattdeboard 23 hours ago
You would be lying if you wrote that because you do not know if that is true.
reply
ceejayoz 24 hours ago
But that's not true; it could easily fallback to other forms of geolocation like using the current IP.
reply
rerdavies 12 hours ago
That would allow you to see the local network IP (not actually sure you even get that, tbh). To get more detailed information about IP configuration, you need Location permission. Been there, done that. Most Android network information calls provide degraded information if you have not been granted Location permissions.
reply
quesera 10 minutes ago
If an app can make an HTTP request, the app can know the user's public IP address and the geolocation derived from that.

This data has well-known limitations, but I think it is the fallback people are talking about here.

reply
buzzerbetrayed 24 hours ago
Good lord. So could literally any app on the planet
reply
dmitrygr 2 days ago
> The article does not claim the app requests the location. It claims it can do it with a single JS call.

so can ... any other code anywhere on a mobile device? That is how API work...

reply
david_allison 2 days ago
You need to state the permissions you *may* request/use in AndroidManifest.xml. This data can then be displayed to users pre-installation.

From the (limited) article, it doesn't seem they do this: https://thereallo.dev/blog/decompiling-the-white-house-app#p...

----

EDIT: I'm mistaken. From the Play Store[0] it has access to

* approximate location (network-based)

* precise location (GPS and network-based)

[0] https://play.google.com/store/apps/details?id=gov.whitehouse...

This seems to disagree with:

> The location permissions aren't declared in the AndroidManifest but requested at runtime

*shrug*, someone should dig deeper. It looks like the article may not match reality.

reply
Groxx 2 days ago
What version do you see? 47.0.1 doesn't have that for me: https://news.ycombinator.com/item?id=47557033
reply
david_allison 23 hours ago
Very unusual: 47.0.1 is showing these permissions when on my MacBook viewing the store entry.

The Play Store doesn't show these permissions when viewed on my Pixel 9 Pro, and the APK doesn't have these permissions when downloaded/extracted.

reply
dijksterhuis 2 days ago
what version are you on?

from the iphone app store: version 47.0.1 - minor bug fixes - 34 minutes ago

while the parent posted 18 minutes ago

they may have patched the location stuff as part of the “minor bug fixes”?

reply
croes 14 hours ago
Isn’t it useless to talk about the iOS version if the article is about the Android app?
reply
filoleg 2 days ago
I have the iOS version from yesterday, haven't updated the app yet.

No location permission request prompting encountered. In system settings, where each app requesting location data is listed, it isn't present either.

reply
SV_BubbleTime 19 hours ago
Ah. So another way to say it doesn’t get your location every 4 seconds.
reply
jibal 18 hours ago
[flagged]
reply
liveoneggs 2 days ago
how do you know it didn't lie during the decompilation?
reply
BoorishBears 23 hours ago
It doesn't have to lie: unfortunately libraries that are essentially a full application themselves (complete with their own permissions) are not uncommon on mobile.

So it could come across a manifest that includes location permissions and some code that would (if enabled) send location, but it might do a bad job properly tracing

reply
ddtaylor 20 hours ago
I think you should make proper counter arguments instead of dismissing something because they used a specific tool.

Ad-HomineLLM is a logical fallacy IMO and adds little value. I would hope eventually HN and other sites add this to the guidelines similar to other claims like vote manipulation etc.

reply
treykeown 19 hours ago
Sorry, making up a word to try and frame distrust of LLM-generated content as a “logical fallacy” is a bad take.

HN doesn’t have guidelines against anti-LLM rhetoric, but it does for LLM-generated comments.

> Don't post generated comments or AI-edited comments. HN is for conversation between humans.

https://news.ycombinator.com/newsguidelines.html#generated

reply
nazgul17 18 hours ago
GP was arguing against the OP, not a comment, and AI written posts are fair game.

Also, the comment you responded to was criticizing the attack to the substance of the post based on who/what wrote is. The comment neologism actually fits, IMO.

reply
SoftTalker 2 days ago
Looks like what you might expect in a standard marketing app from a consultancy. They probably hired someone to develop it, that shop used their standard app architecure which includes location tracking code and the other stuff.
reply
jclardy 22 hours ago
The location tracking code is within the OneSignal SDK - which is just a standard messaging platform for sending emails/push messages to users. It doesn't have some magical permissions bypass, the app itself has to request it.
reply
halJordan 21 hours ago
That's exactly what 45Press is. They won a 1.5mil contract to spit out this tripe (tbf the contract includes other wh.gov support).
reply
DonHopkins 14 hours ago
To be fair, Kristi Noem shot the horse they rented, so there were a lot of expenses.
reply
iAMkenough 20 hours ago
If only the US Digital Service still existed as an agency to do this right. Too bad it's now been hollowed out to be DOGE, subject to multiple active lawsuits.

What are your taxes paying for?

https://en.wikipedia.org/wiki/United_States_Digital_Service

reply
charcircuit 2 days ago
And r8 which does tree shaking to remove dead code is not smart enough to understand react native so it won't strip it out without extra work from the developer.

Cross referencing these different things in the article to other apps that exist was my first thought as these seem pretty generic and probably reused from somewhere else.

reply
miki123211 24 hours ago
The Polish covid quarantine app was famously adapted from some app for store inspectors or something, as it already implemented most of the required functionalities, like asking for photos via push at random times, sending them along with a location etc.

They likely did a search-and-replace on the brand name, so you had strings like 'your invoices from Home Quarantine inc' in the code.

Not a bad thing per se, getting the app out the door asap was definitely a priority in that project for understandable reasons, but funny nonetheless.

reply
pseudohadamard 20 hours ago

  "Visit TrumpRx.gov"
Holy crap, the grift never ends! Is he even allowed to do that, use a .gov address to peddle dodgy meds?
reply
kdheiwns 12 hours ago
"He can't do that" means nothing when the law is never enforced.
reply
iAMkenough 19 hours ago
Hatch Act won't be enforced until the next administration and next DOJ.
reply
extraduder_ire 17 hours ago
At least. I'm not hopeful.
reply
nielsbot 15 hours ago
[flagged]
reply
throwawayqqq11 10 hours ago
Thank god there are still republicans left.

But snark aside, the next elections will be decided around damage control. Yes, the old school dems are pretty spineless (corrupt) but i guess even they feel the temptation of revenge and taking out political opponents for good. I really hope the new generation of democrats succeeds and breaks the corruption ties.

reply
nielsbot 3 hours ago
Thank you for understanding. I'm pointing things like Obama "looking forward not backward" and not punishing Bush, Cheney, Ashcroft, Condi, etc for war crimes and illegal warmongering which leads directly to today's current illegal Iran invasion.

We will need actual punishments for everyone who illegally defunded (or funded) programs, got us into the Iran invasion, embezzled and lined their pockets with corruption etc etc etc.

reply
gdeglin 18 hours ago
OneSignal cofounder here. Posting since our service was mentioned in this article.

For those concerned or curious about location data collection, we wrote an explanation of how it works: https://onesignal.com/blog/youre-in-control-how-location-act...

reply
robin_reala 8 hours ago
We do not sell user data. Period.

You’ll sell it if you sell your company (as per your privacy policy).[1]

We may disclose or transfer your personal information in connection with, or during negotiations of, any acquisition of our business, financing or similar transaction.

If you wouldn’t sell it, period, then I’d suggest amending your privacy policy to include irrevocable deletion of customer data at the point your company is sold to a buyer.

[1] https://onesignal.com/privacy_policy

reply
dbbk 4 hours ago
Yes that's the normal way of doing things? Why would someone buy a business with no user base?
reply
augusto-moura 4 hours ago
I believe the problem is not doing this, but the text in the policy is misleading, since users would believe their data would never be shared with anyone outside of the company itself _unconditionally_, which is not true (if only by technicality), the data can be sold as part of the company.
reply
SecretDreams 7 hours ago
I would love to see a response to this comment from the OP.
reply
giwook 6 hours ago
Same. OP will likely ignore it though.
reply
nclin_ 15 hours ago
Dead link
reply
lumpo 6 hours ago
The onesignal domain is on the IPFire Domain Blocklist

Found 1 list exactly matching 'onesignal.com':

  - https://dbl.ipfire.org/lists/ads/domains.txt
    block list
    added:         2026-02-13 15:00:20
    last modified: 2026-02-13 15:00:20
    last updated:  2026-03-29 04:02:16 (126.625 domains)
    enabled, used in 1 group
    comment: "IPFire Advertising"
    matching entries:
    - onesignal.com
reply
Anonasty 14 hours ago
Works for me.
reply
nclin_ 10 hours ago
weird, still dead here (entire rest of the internet is fine) :shrug:
reply
dtj1123 10 hours ago
VPN
reply
rerdavies 12 hours ago
Bump this please. This should be the #1 comment.
reply
exogeny 18 hours ago
[flagged]
reply
orthogonalinfo 18 hours ago
The OneSignal location tracking code being "compiled in" is expected behavior for anyone who has shipped Expo apps with OneSignal. The OneSignal React Native SDK bundles its full native module including location capabilities regardless of whether you use them. Expo config plugins like withStripPermissions operate at the AndroidManifest level - they can remove permission declarations, but they don't tree-shake native Java/Kotlin code from pre-compiled SDK .aar files.

This is actually the correct mitigation. Without ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION in the manifest, the Android runtime will reject any location request at the OS level, even if the Java code calls FusedLocationProviderClient.requestLocationUpdates(). The three-gate analysis in the article is technically accurate but buries the lede: gate #2 (runtime permission) is impossible to pass because the permission isn't declared, making the entire pipeline dead code at the OS enforcement layer.

This is a broader issue with how React Native SDKs are packaged - they ship as monolithic native modules rather than fine-grained feature modules. OneSignal, Firebase, and most analytics SDKs all do this. The Expo ecosystem has been discussing native code tree-shaking for years but it's genuinely hard when you're wrapping pre-compiled Android libraries. The withStripPermissions approach is the standard workaround and is functionally equivalent to removing the code, since Android's permission model is the actual enforcement boundary.

reply
somehnguy 2 days ago
Interesting. The site is nearly unusable to me unfortunately. '19 MBP w/ Chrome - scrolling stutters really bad
reply
tredre3 2 days ago
Scrolling is extremely poorly behaved on that page for me too, Firefox 149 Windows 10. Which is quite ironic coming from an article that mainly criticizes the web dev aspects of the app!
reply
Aerolfos 2 days ago
Scrolling on my firefox is smooth... with javascript blocked.
reply
imalerba 2 days ago
Scrolling is so laggy it's annoying to follow on mobile (FF 151.0a1)
reply
bigbugbag 3 hours ago
no problem here using librewolf on arch linux on a 2012 thinkpad.
reply
KomoD 2 days ago
Does it for me too, chrome on a thinkpad
reply
beAbU 14 hours ago
> chrome on a thinkpad

This is akin to saying "browser on a computer". Need to be more specific.

reply
amarcheschi 2 days ago
I agree, the website of the original article is kinda terrible
reply
catlikesshrimp 2 days ago
Not what you meant, but works fine on

Firefox 148.0.2 (Build #2016148295), 15542f265e9eb232f80e52c0966300225d0b1cb7 GV: 148.0.2-20260309125808 AS: 148.0.1 OS: Android 14

reply
r4indeer 2 days ago
The argument regarding no certificate pinning seems to miss that just because I might be on a network that MITM's TLS traffic doesn't mean my device trusts the random CA used by the proxy. I'd just get a TLS error, right?
reply
subscribed 2 days ago
Not if someone can issue the certificate signed by the CA your phone trust.

Imagine being in a cafe nearby, say, embassy of the certain north African country known for pervasive and wide espionage actions, which decides to hijack traffic in this cafe.

Or imagine living in the country where almost all of the cabinet is literally (officially) being paid by the propaganda/lobbying body of such country.

Or living int he country where lawful surveillance can happen without the jury signoff, but at a while of any police officer.

Maybe its not common but frequent enough.

reply
layer8 2 days ago
> Imagine being in a cafe nearby, say, embassy of the certain north African country known for pervasive and wide espionage actions, which decides to hijack traffic in this cafe.

How would they get your phone to trust their CA? Connecting to a Wi-Fi network doesn’t change which CAs a device trusts.

reply
Galanwe 2 days ago
Because there is a quadrillion trusted CAs in every device you might use. A good chunk of these CAs have been compromised at one point or another, and rogue certificates are sold in the dark market. Also any goverment can coerce a domiciled CA to issue certs for their needs.
reply
hvb2 2 days ago
That is a wild claim. I can't imagine that being correct given how that's been abused in the past

https://www.eff.org/deeplinks/2011/08/iranian-man-middle-att...

reply
ceejayoz 24 hours ago
It's a pretty huge list.

https://support.apple.com/en-us/126047

The chances of zero of these CAs having been compromised by state-level actors seems… slim.

Do you trust "Hongkong Post Root CA 3" not to fuck with things?

Your link's from 2011; the US government was still in the trusted list until 2018. https://www.idmanagement.gov/implement/announcements/04_appl...

reply
nucleardog 8 hours ago
All modern browsers require certificates to be published in the certificate transparency logs in order to be considered valid.

These are monitored, things do get noticed[0], and things like this can and have lead to CAs being distrusted.

It's not foolproof, and it's reactive rather than proactive... but in general, this is unlikely to be happening on major sites or at any significant scale.

I'd wholeheartedly recommend people taking some time and reading through the CA Compliance issues on Bugzilla. The entire CA program there, in my opinion, does a fantastic and largely thankless job of keeping this whole thing on the rails. It's one of the few things I can say I had _more_ trust in the more I looked into it.

[0]: https://bugzilla.mozilla.org/show_bug.cgi?id=1934361

reply
cookiengineer 2 days ago
> That is a wild claim

China telecom regularly has BGP announcements that conflict with level3's ASNs.

Just as a hint in case you want to dig more into the topic, RIR data is publicly available, so you can verify yourself who the offenders are.

Also check out the Geedge leaked source code, which also implements TLS overrides and inspection on a country scale. A lot of countries are customers of Geedge's tech stack, especially in the Middle East.

Just sayin' it's more common than you're willing to acknowledge.

reply
technion 23 hours ago
If you go down this path you argue desktop browsing https is broken, which i dont think is a serious argument.
reply
fc417fc802 20 hours ago
Well yes, CAs and the ICANN model of DNS are intertwined and fundamentally broken in multiple ways. However the system as a whole is largely "good enough" as can be seen from its broad success under highly adversarial conditions in the real world.
reply
rerdavies 11 hours ago
That's not really how security works. Either it's broken, or it's not. Security is only as good as the weakest link in the chain. Whether it's good enough or not... hard to say.
reply
fc417fc802 9 hours ago
That sort of reasoning only applies to algorithms - those shatter the way glass does. Other stuff is more pliable. It's entirely possible to shoplift but there's a nonzero chance you'll get caught. Is the supermarket's security broken? There are many known attacks against it so I'd say that it is.

Notice my wording above - fundamentally broken in multiple ways - by which I mean that there are clear and articulable flaws with the model. Nonetheless it's clearly quite functional in practice.

reply
quesera 21 hours ago
No one is trying to go that far down the path.

https (specifically the CA chain of trust) is imperfect, and can be compromised by well-placed parties.

reply
Gigachad 23 hours ago
This is stopped by certificate transparency logs. Your software should refuse to accept a certificate which hasn’t been logged in the transparency logs, and if a rogue CA issues a fraudulent certificate, it will be detected.
reply
malmeloo 21 hours ago
Certificate transparency doesn't prevent misissuance, it only makes detection easier after the fact. Someone still needs to be monitoring CT and revoke the cert. I actually believe most HTTP stacks on Android don't even check cert revocations by default.
reply
Gigachad 15 hours ago
I'm not too sure what the detection process is like, but being found to sign fraudulent certificates results in your CA being untrusted and is the end of your business. So it's not going to be done lightly even if there isn't automated systems to catch it instantly (which there likely are at least for major websites)
reply
malmeloo 3 hours ago
The detection process basically boils down to 'server admins need to check CT themselves'. A CA also doesn't have to be malicious; a non-CA malicious actor could also exploit a vulnerability in the verification process of an honest CA. Depending on the severity of the situation that's unlikely to get them removed from the root stores.

Interesting example: last year Cloudflare found out that a CA had been (incorrectly) issuing certs for 1.1.1.1. They only found out 1.5 years after the first cert had been issued. The CA didn't do it with malicious intent, and as far as I know they're still in business. https://blog.cloudflare.com/unauthorized-issuance-of-certifi...

reply
fc417fc802 20 hours ago
I don't believe it's supposed to proactively check the logs as that would inevitably break in the presence of properly configured MITM middleboxes which are present on many (most?) corporate networks.

The point of the logs as I understand it is to surface events involving official CAs after the fact.

reply
l2dy 19 hours ago
Clients are supposed to check. For example, Apple requires a varying number of SCTs in order for Safari to trust server certificates. https://support.apple.com/en-us/103214

And yes, it does break MITM use cases, for example on Chrome: https://httptoolkit.com/blog/chrome-android-certificate-tran...

reply
fc417fc802 18 hours ago
So how does that work with middleboxes? Corporate isn't about to forgo egress security (nor should they).

I don't currently MITM my LAN but my general attitude is that if something won't accept my own root certificate from the store then it's broken, disrespecting my rights, and I want nothing to do with it. Trust decisions are up to me, not some third party.

reply
Gigachad 15 hours ago
Corporate managed machines can control the software running on the computer to do anything. I'm not sure the details, but chrome certainly can support corporate MITM. There's likely some setting you have to configure first.

The default should be to reject certificates which aren't being logged, and if you as a user or corporation have a reason to use private certificates, you just configure your computer to do that. Which fully protects against the risk of normal CAs signing fraudulent certificates.

reply
Melatonic 17 hours ago
Corporate machines would have the proper certs pushed to them for the MITM box to work though - would that affect this ?
reply
fc417fc802 16 hours ago
The entire point of transparency logs is to detect a cert issued by a different root CA despite both being trusted. The corporate MITM cert won't be present in the logs by design.
reply
kevin_thibedeau 2 days ago
Israel is not in Africa.
reply
thegagne 2 days ago
Not if you are part of an org that uses MDM and pushes their own CA to devices.
reply
r4indeer 2 days ago
Ok, fair point. However, I would consider any MDM-enabled device fully "compromised" in the sense that the org can see and modify everything I do on it.
reply
p2detar 2 days ago
An MDM orga cannot install a trusted CA on non-supervised (company owned) devices. By default on BYOD these are untrusted and require manual trust. It also cannot see everything on your device - certainly not your email, notes or files, or app data.
reply
somebudyelse 2 days ago
As someone who has an MDM-managed device, I beg to differ. Although, this one uses newer style android MDM, which involves factory resetting and doing special things during OOBE. Even if it used the older style, nothing's stopping the app for requesting file access, notification access, etc. and not working until you grant the permissions.
reply
p2detar 12 hours ago
Nothing is stopping any app from the Play store to request any particular permission, not just MDM apps, right? And yet, no app can read arbitrary filesystem data including random app data without your device being rooted first.

If anything, one of many MDM purposes is to prevent orgas from enrolling rooted devices in their fleet.

reply
Melatonic 17 hours ago
Android has multiple options for MDM - the mess invasive one has a completely separate work profile that should not give the org that kind of access.
reply
layer8 2 days ago
If it is untrusted, you also won’t have a TLS connection be established based on that CA.
reply
greenchair 21 hours ago
that argument also misses because it is based on old best practices which are no longer relevant.
reply
kevincox 7 hours ago
Certificate pinning can be useful, especially in particularly sensitive areas. But I wouldn't expect it as a standard security practice. If anything I appreciate that it isn't done so that reverse engineers can thoroughly study the traffic on their own devices. I agree that it was odd that the article mentioned it more than a quick note, let along made a big deal out of it.
reply
julianlam 21 hours ago
This site makes my browser choke.

Reader mode was the only thing that made it readable.

reply
ray_v 19 hours ago
I was looking for this comment - it makes my browser choke as well! I thought it was just my tablet, but interesting that others see that too.
reply
reactordev 22 hours ago
Violating the law is what the White House is all about these days.
reply
ssyhape 10 hours ago
Honestly the location tracking stuff is debatable, but the JS loaded from some random person's GitHub account? That's the real issue imo. Compromise that one account and you've got arbitrary code execution inside an app the White House ships. I've seen this happen at work too -- someone copy-pastes a CDN link during a sprint and it just... never gets revisited. The fix is so simple (vendor it, pin a hash, at least use an org account) which kinda makes it worse. Reminds me of the event-stream thing all over again.
reply
Shank 9 hours ago
Also with something as high profile as this, it could also be a politically motivated actor just sabotaging it out of spite.
reply
sitzkrieg 2 days ago
i assumed it was malware out the gate. yep
reply
1e1a 22 hours ago
This website is quite GPU intensive when scrolling.
reply
nine_k 2 days ago
> An official United States government app is injecting CSS and JavaScript into third-party websites to strip away their cookie consent dialogs, GDPR banners, login gates, and paywalls.

So at least it does something actually beneficial for the user! I wish it could go even further, the way Reader Mode in a browser would go.

reply
lukewarm707 7 hours ago
i downloaded the app but it doesn't let you use the browser. i thought it was the white house doing something helpful for once and giving us some internet freedom. alas.
reply
AnonyMD 19 hours ago
If this is true, it would be a symbolic event marking the disappearance of freedom, a source of pride for the United States.
reply
herbst 13 hours ago
This. Definitely not the moment you voted the same bullshit AGAIN expecting anything else than the end of the US as we all know it.
reply
wnevets 21 hours ago
> That's a personal GitHub Pages site. If the lonelycpp GitHub account gets compromised, whoever controls it can serve arbitrary HTML and JavaScript to every user of this app, executing inside the WebView context.

I was promised a meritocracy and non stop winning. When do those begin?

reply
ChicagoDave 8 hours ago
I prefer my state-sponsored propaganda raw without tracking me.
reply
oefrha 2 days ago
> An official United States government app is injecting CSS and JavaScript into third-party websites to strip away their cookie consent dialogs, GDPR banners, login gates, and paywalls.

Giving people a taste of web with Ublock Origin annoyance filters applied, refreshing. Can’t believe orange man regime is doing one thing right.

reply
jcmartinezdev 11 hours ago
Even though those pop ups and paywalls are annoying, you shouldn’t be injecting custom CSS and JS like that. It’s just wrong.

And the location… well, if one day they need you, they’ll sure be glad they know your each steps and current location .

It’s not a bug, it’s a feature.

reply
vineyardmike 2 days ago
> The official White House Android app has a cookie/paywall bypass injector, tracks your GPS every 4.5 minutes (9.5m when in background), and loads JavaScript from some guy's GitHub Pages (“lonelycpp” is acct, loads iframe viewer page).

Doesn’t seem too crazy for a generic react native app but of course coming from the official US government, it’s pretty wide open to supply chain attacks. Oh and no one should be continually giving the government their location. Pretty crazy that the official government is injecting JavaScript into web views to override the cookie banners and consent forms - it is often part of providing legal consent to the website TOS. But legal consent is not their strong suit I guess.

reply
trimethylpurine 2 days ago
Aren't the banners for EU page visitors. I don't think there is a US law about this, is there?
reply
bsimpson 2 days ago
Some states have them. California has a similar one "Don't Sell My Personal Information."
reply
trimethylpurine 2 days ago
I think the Supremacy Clause protects federal agencies but not sure. Also Privileges and Immunities, and Commerce clauses...
reply
xocnad 2 days ago
And when the app links off to an EU site? Nothing prevents an EU user from using this app. There are a variety of Trump enthusiasts, though I suspect less than there are here in the US.
reply
trimethylpurine 2 days ago
I think they just fine the entity doing business in the EU. If they don't do business there, I can't see any issues.

I'm not an attorney, but I don't find any cases that extend beyond that.

reply
wincy 2 days ago
Quite honestly, it’d be hilarious to see the clown car response from the White House if some EU bureaucrats tried to enforce their GDPR rules on the White House though. “Lol Make us” is the nicest response I can guess at.
reply
az09mugen 2 days ago
Please don't give them ideas.
reply
subscribed 2 days ago
They conduct a pervasive, hidden, persistent user tracking not only without consent, looking at the analysis, but also stripping the user from a chance of declining tracking on other sites.

I'm quite sure that's illegal.

reply
trimethylpurine 2 days ago
Which federal law would be relevant here? I'm only aware of California and EU laws that might be. But, I'm fairly certain they don't apply to the US government because of several Constitutional and international laws superseding.

I'm not sure. If there is an attorney to answer that would be interesting.

reply
drnick1 19 hours ago
> An official United States government app is injecting CSS and JavaScript into third-party websites to strip away their cookie consent dialogs, GDPR banners, login gates, and paywalls.

I wouldn't run a non-free government app on my phone, but this seems a positive. It's basically what uBlock does.

reply
lukewarm707 6 hours ago
there is no browser in the app.
reply
mikey_p 5 hours ago
Except the app isn't a browser, doesn't advertise this feature and hides it from it's users.
reply
post-it 2 days ago
> An official United States government app is injecting CSS and JavaScript into third-party websites to strip away their cookie consent dialogs, GDPR banners, login gates, and paywalls.

Rare Trump administration W. I'm assuming there's one particular website they open in the app that shows a cookie popup, and this was a dev's heavy-handed way of making that go away.

reply
somebudyelse 2 days ago
The only permissions on the play store are notifications. On data privacy, it only shows optional email or phone number. Respectfully, I call BS.
reply
Arainach 2 days ago
"An official United States government app is injecting CSS and JavaScript into third-party websites to strip away their cookie consent dialogs, GDPR banners, login gates, and paywalls."

In their defense, this is the first thing the Trump admin has done that's unambiguously positive for ordinary people.

reply
ronsor 2 days ago
Yes, this is a major UX improvement considering I remove those with uBlock Origin anyway.
reply
gitaarik 15 hours ago
Yeah it's great, we can actually let go of these silly open source projects like uBlock Origin, and just rely on the government for protecting us against the dangerous web!
reply
subscribed 2 days ago
Indeed.

I'd love it somehow taken out of it and made available for the general public. Custom uBlock / Adblock filers will be probably the easiest.

reply
flexagoon 24 hours ago
uBlock's built in filters handle it just fine, since it's very basic blocking based on html classes of the elements
reply
shimman 2 days ago
I too love it when US imperialism invades digital spaces, just ignore how the US treats people critical of its own government (not just referring to the Trump admin here) then yeah sure great.

Let me know when this can ignore malware/adware from US companies then I'll give accolades.

reply
pugchat 2 days ago
[dead]
reply
iam_circuit 2 days ago
[dead]
reply
alcor-z 20 hours ago
[dead]
reply
nguyendinhdoan 11 hours ago
[dead]
reply
crimshawz 2 days ago
[flagged]
reply
enigmaTest 24 hours ago
[flagged]
reply
OrangeMusic 24 hours ago
"yappy yappy"? What?
reply
razkaplan 24 hours ago
[flagged]
reply
verteu 24 hours ago
> Don't post generated comments or AI-edited comments. HN is for conversation between humans.

https://news.ycombinator.com/newsguidelines.html#generated

reply
longislandguido 2 days ago
[flagged]
reply
rpdillon 2 days ago
Nah, I suspect any app that's loading arbitrary JS from somebody's random GitHub page would get called out for that behavior. We're getting supply chain attacks daily.
reply
mattdeboard 2 days ago
Are you upset people are being critical of a shabbily run government program?
reply
longislandguido 2 days ago
[flagged]
reply
paulhebert 2 days ago
Is this not a government program? Did someone in the cabinet choose to do this?

I’d prefer they not release shoddily build propaganda apps

reply
goosejuice 2 days ago
https://45press.com/ would be my guess.
reply
mattdeboard 23 hours ago
Uh, yeah, dude, when Whitehouse.gov announces its new app, the app is a government program. Hope this helps but something tells me it won't.
reply
tclancy 2 days ago
That is some impressive willful ignorance. “If it was anybody else threatening to beat this guy up for what he was saying, you’d probably praise them. But a cop does it one time and …”
reply
hvb2 2 days ago
This was probably payed for, with tax payer money, coming from an official government entity.

If any of those 3 is true, the bar should be higher than what someone just did in their free time? I would surely expect more.

reply
trimethylpurine 2 days ago
I don't see what the fuss is about. This all looks pretty standard. I use random people's stuff all the time. Isn't that the point of open source?

Did you find something malicious in the random GitHub repo? If so, you should write an article about that instead.

reply
kevinsync 2 days ago
Using somebody's stuff is different than hot-linking directly to a hosted version of it, even just from the perspective that dude could delete it at any time and break the whole app.
reply
trimethylpurine 2 days ago
That's fair. I download and embed, personally. Still, it's not a rant worthy mistake, honestly. Suggest a better approach, sure.
reply
array_key_first 23 hours ago
It's definitely a rant worthy mistake because this would literally never happen in any professional app anywhere. This is a supply chain risk.
reply
trimethylpurine 23 hours ago
Microsoft? Okta? JetBrains? If these are amateurs, who is a professional developer?

https://www.encryptionconsulting.com/top-10-supply-chain-att...

Are you aware that common libraries like Bootstrap, FontAwesome, and HTMX walk developers through linking to their CDNs directly? In fact, FontAwesome recommends it for CDN performance.

I think you're dangerously mistaken if you believe that it "literally never" happens. It literally does happen all the damned time. And, for your own safety and others', you should assume that when you use any app for which you don't have the source code.

reply
array_key_first 15 hours ago
Linking to a CDN is for development only. Once the app is build you build your dependencies into the app. You don't fetch them at runtime and run them. Not only for security, but also for performance.

There's also a difference between using a CDN for, say, React and a random github project hosted by some dude.

reply
trimethylpurine 6 hours ago
Yeah I agree. Tell Microsoft. But, meanwhile this is normally used wrong in a lot of apps. It's not newsworthy that this one is also.
reply
input_sh 2 days ago
It's always a better idea to make a local copy of it.

Imagine they're downloading a project directly from your GitHub account. Even if you're not doing anything malicious and have no intention of doing anything malicious even after you've been aware of this, now all of a sudden your GitHub account / email is a huge target for anyone that wants to do something malicious.

reply
rendx 2 days ago
I don't know if you're being serious or not, but in case you are: There is a difference between (re)using other people's open sourced code, hopefully reviewed, and giving anyone in control of the third party repository the ability to run arbitrary code on your user's devices. Even if the "random GitHub repo" doesn't contain any malicious code right now, it may well contain some tomorrow.
reply
torstenvl 2 days ago
Completely agree. This is really unique. Can you imagine if it were standard practice to be open to supply chain attacks like that, by blindly relying on hotlinked or unpinned dependencies?
reply
trimethylpurine 23 hours ago
Why imagine? Let's take a quick look at what's actually happening right now. We can check some widely used libraries and see what their instructions are teaching new developers.

Boostrap (code snippet from their quick start instructions): ``` <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap demo</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootst..." rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous"> </head>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/..." integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstr..." integrity="sha... ```

Pay close attention, they are inviting the new developer to link not just to Bootstrap, but to Popper!

HTMX (code snippet from their quick start guide): ``` <script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"></script> <!-- have a button POST a click via AJAX --> <button hx-post="/clicked" hx-swap="outerHTML"> Click Me </button> ```

Fontawesome: A video quick start guide and instructions that recommends using the direct link to the kits via CDN for performance!

Look, I certainly don't think they should be used this way. But, to say that it's unique to the White House app? I definitely wouldn't say that. In fact, I think you've dangerously overestimated the status quo.

reply
torstenvl 17 hours ago
I was being sarcastic. Although hot linking is not particularly common, it's common enough; and unpinned dependencies are just as much if not more of a supply chain attack risk.

I'd bet something like 70+% of all JS apps are inadequately protected against the risk of a malicious actor gaining access to a dependency's repo.

Pearlclutching over this while ignoring the lessons of `left-pad` and `colors` is biased motivated reasoning at best.

reply
trimethylpurine 2 hours ago
Awesome. Now that I know you were being sarcastic it's hilarious. It's amazing how difficult it is to tell from text.
reply
magackame 12 hours ago
Huh? But there are integrity checks (none in htmx case, which is strange), to prevent exactly this attack.
reply
trimethylpurine 5 hours ago
I'm not sure I follow. How does an integrity check help when the source is compromised? The developer doesn't know that their repo is compromised. They continue posting legitimate hashes because the repo is legitimately compromised.
reply
habinero 17 hours ago
They have not. CDNs are specifically meant for demo/non-critical usage, to make it easy for amateurs to try out the library.

You don't do this in any non-trivial system.

reply
trimethylpurine 6 hours ago
According to FontAwesome you're wrong. Their instructions say that their CDN is the recommended way to use their kits.

So, it's nice that you don't do this. But there's nothing special about the White House app doing it. It's very common.

reply
lukewarm707 6 hours ago
even open source is not that trustworthy.

there are several corpo open source ai apps that have rce built in.

to cut a long story short they pull their config from the developer's server on startup. that config has user level permissions giving rce.

some have no rce but get remote executed exfiltration of all the prompts. the app pulls its posthog config on startup and can just take all the keyboard inputs.

submit a disclosure and they do nothing or accuse of 'ai slop reports' despite being vibe coded themselves

reply
xocnad 2 days ago
All good for you to make those choices for yourself. Your response seems to be show ignorance of all the recent supply chain attacks that have occurred. You can imagine that given the situation with the shoe gifts that many high up members of the administration and cabinet members are running this app.
reply
trimethylpurine 2 days ago
I'm critical of the author.

I'm well aware of supply chain attacks. But this isn't a supply chain attack. If it were, the article would be way more interesting.

The supply chain attack articles are interesting exactly because this is so common. So what's special here other than it being loosely related to a disliked political figure? HN isn't supposed to be an especially political website.

"A common app is doing the same thing that basically every other app is doing."

Is that a good headline? No. And this isn't a good article.

reply
xocnad 4 hours ago
> I'm well aware of supply chain attacks. But this isn't a supply chain attack. If it were, the article would be way more interesting.

It's an article that includes coverage of the exposure to supply chain attacks, mainly via directly linking in https://lonelycpp.github.io/react-native-youtube-iframe/ifra.... You seem to be flippantly dismissing this as insignificant given the people who are probably running this app.

> HN isn't supposed to be an especially political website.

Yes but when technology and politics cross paths...

reply
trimethylpurine 2 hours ago
There's nothing you could exploit here. There's nothing special about this app. This article is about nothing. Not politics and not technology.

If you enjoy reading about how a guy smelled another guy's underpants and discovered that they smell like everyone else's, then rest assured, you can continue reading it over and over again if you like. I'm not able to down vote, so your enjoyment is safe from my opinion.

If he finds something interesting in there (I hope he does), and writes another article I might miss it, unfortunately, because I've written him off as a trash piece author.

EDIT: I went to use this as an example. Hilarious, this blog now has a bad SSL cert, just to put the icing on the cake.

reply
gitaarik 15 hours ago
For an Android game downloaded from the Play store I wouldn't find these findings surprising at all. But from an official app from the White House? Well ok, from THIS White House - you're completely right to expect that.
reply
trimethylpurine 58 minutes ago
Lol, this is a really funny take. I'm imagining Joe Biden or George Bush asking, "did you check it for supply chain vulnerabilities?"

The DoD has been hacked countless times, by children even. I wouldn't doubt if we decompiled most government apps we'd find this same vector in many of them.

It seems like this vector is only recently a hot topic. And decades of doing things wrong won't be patched and habits broken in short time. It will take a few years to get the majority of it, and decades after that to get the next majority, and so on.

reply
rpdillon 2 days ago
The dependencies weren't vendored, meaning their behavior can change at any time if a malicious actor gains control of that third-party repo.

This is bad for security.

reply
trimethylpurine 23 hours ago
Yes, I agree. And it's sadly, as we can see, still fairly standard practice to ignore it.
reply
replwoacause 2 days ago
lol honestly all of this tracks given the current administration. i'm actually surprised it isn't worse. but yeah, amateur hour for sure.
reply
jfengel 2 days ago
"Amateur hour" is basically their theme. They were swept in on a wave of distrust for people who know what they're talking about. They were elected to tear down Chesterton's fence, even (and especially) the parts holding in the face-eating leopards.

To mix the metaphors further, they (the politicians and their supporters) fancy themselves the kind to dream of things that never were and ask why not. Why not have a war in Iran? You won't know until you give it a try.

reply
ranzhh 2 days ago
Are those references to 45 and 47 "Easter Eggs" to Trump's presidency number(s)? As in, forty-five-press (45th president) and Version 47.x.x (47th president), as well as the text message hotline (45470).
reply
jruz 2 days ago
Is this a surprise to anyone?
reply
andix 2 days ago
I would've expected worse. :)
reply
analog31 2 days ago
>>> This is a government app loading code from a random person's GitHub Pages.

A random person with pronouns, no less. That means the code is “woke.”

reply
wincy 2 days ago
Every default setup on every website and app for the last five or so years has been encouraging users to add pronouns, making it difficult to avoid it, even my iPhone asks me to add each person’s pronouns when I add a new contact. I don’t know why Siri needs to know that, but it’s there. There’s one website I use that won’t let you sign up as a contributor without “completing your profile”, which includes mandatory pronouns.

I guess there’s some workplaces where it’d be useful for me to update these, probably the ones Apple PMs work in.

reply
4ndrewl 24 hours ago
It's often useful for me so that I can know how to address you/refer to you, especially if it's a foreign (to me) name I'm unfamiliar with.
reply
analog31 20 hours ago
Well, it's past the edit window, and of course I accept the downvotes, but I realize that I should have provided a bit more context.

In the US, the faction in power right now is attacking perceived symbols of "woke" ideology, and one of them is the use of pronouns.

As I understand it, some government agencies are even forbidding the use of pronouns in e-mail signatures etc. So it struck me as ironic that a software component with pronouns would have evaded their notice.

I have no problem with the use of pronouns.

reply
array_key_first 23 hours ago
I would imagine it would be useful in 100% of English-speaking workplaces because all workplaces have the expectation of English communication, which pronouns are essential for. If I'm writing an email or a chat message, I will typically have to use a pronoun.

Inferring pronouns has always been dumb and annoying. Many names don't have obvious pronouns, for example, the name "Taylor". Is that he or she? And clicking the little profile icon and squinting to see if someone is a man or a woman is also a waste of time. It's a lot easier for everyone if it just tells you the pronoun.

reply
vdqtp3 19 hours ago
> If I'm writing an email or a chat message, I will typically have to use a pronoun.

It's not that hard to just avoid it. I send emails to a lot of people I haven't spoken to and don't know their gender, so I write gender-neutral emails.

reply
array_key_first 15 hours ago
Sure, but why would I go out of my way to use gender neutral pronouns like "they" when they can just tell me their preferred pronouns?
reply
defrost 15 hours ago
It's only "out of your way" if you never learned to write gender neutral from the ground up.

In the 1970s and 1980s it was the default in many Commonwealth locales to not assume that (say) Rob Owens writing mathematics and engineering papers was male (as it turns out, she isn't, the Rob is short for Robyn).

So much correspondence was with people who had Initial Surname or abstract handles that didn't broadcast gender.

reply
array_key_first 15 hours ago
But if someone has the ability to broadcast their preferred pronouns and we built that in, and it costs nothing, then what's the problem?

I guess I'm just not really understanding people getting upset at what I perceive to be completely made up problems. We have technology, we no longer have to assume gender neutral pronouns for everyone. They can just tell us the pronouns they want.

reply
defrost 14 hours ago
I cannot see the need for anything other than neutral pronouns when discussing permutations with either G.Egan or C.Praeger.
reply
kelnos 24 hours ago
I wonder if that person might find it amusing to take down the file the app uses
reply
anotherevan 22 hours ago
My admittedly more puerile thought upon reading that bit was to change to code so it only loads goatse.
reply
ThaFresh 2 days ago
nice work, so they can get your location and have ICE scoop you up if required
reply
colesantiago 2 days ago
This is a pretty standard decomplation of an Android app.

I am sure if you decompile other apps used by hundreds of thousands of people, you would find all sorts of tracking in there.

Thanks for helping the White House improve their app security for free though.

reply
yellow_lead 2 days ago
Even in the apps I've worked on, you won't find us loading arbitrary JS from a random GitHub user's account.
reply
-retardando- 18 hours ago
> you won't find us loading arbitrary JS from a random GitHub user's account

You load arbitrary JS from a random GitHub user's NPM package. What's the difference?

reply
colesantiago 2 days ago
> Even in the apps I've worked on, you won't find us loading arbitrary JS from a random GitHub user's account.

You'd be surprised how many apps inside have hacks and workarounds because deadlines.

reply
crtasm 2 days ago
Let's see if anyone can give an example of such a high profile app doing something similar.
reply
flutas 2 days ago
I've worked on a three letter sports orgs (one of NFL, NBA, NHL, etc) Android app.

I always joke that we could probably tell you what color and type your underwear is on any random day with how much data is siphoned off your phone.

As for loading random JS, yeah also seen that done that before. "Partner A wants to integrate their SDK in our webviews." -> "Partner A" SDK is just loading a JS chunk in that can do whatever they want in webviews, including load more files.

Don't get me started on the sports betting SDKs...

Though we do have a Security team constantly scanning SDKs and the endpoints for changes in situations like this.

reply
jasonlotito 2 days ago
> As for loading random JS, yeah also seen that done that before.

Partner A is not random JS. The assumption there is 1) you have some official signed agreement with them and 2) you've done your due diligence to ensure you can use them in this way.

It's not just some person's GH repo who can freely change that file to whatever they want.

Hotlinking is as old as the internet, and a well-worn security threat.

reply
gitaarik 15 hours ago
True for any random game app in the Play store, and flashlight and note apps. But well reputable companies don't put too much weirdness into their apps.
reply
periodjet 2 days ago
> Is it what you'd expect from an official government app? Probably not either.

Since when is the government a slick and efficiently run outfit that produces secure and well-done software products? Does no one remember the original Obamacare launch?

It’s hard to imagine a smug article like this dissecting a product of some other administration. There’s something very weird and off about stuff like this.

reply
mmastrac 2 days ago
You omitted these items immediately above that line:

Injects JavaScript into every website you open through its in-app browser to hide cookie consent dialogs, GDPR banners, login walls, signup walls, upsell prompts, and paywalls.

Has a full GPS tracking pipeline compiled in that polls every 4.5 minutes in the foreground and 9.5 minutes in the background, syncing lat/lng/accuracy/timestamp to OneSignal's servers.

Loads JavaScript from a random person's GitHub Pages site (lonelycpp.github.io) for YouTube embeds. If that account is compromised, arbitrary code runs in the app's WebView.

Loads third-party JavaScript from Elfsight (elfsightcdn.com/platform.js) for social media widgets, with no sandboxing.

Sends email addresses to Mailchimp, images are served from Uploadcare, and a Truth Social embed is hardcoded with static CDN URLs. None of this is government infrastructure.

Has no certificate pinning. Standard Android trust management.

Ships with dev artifacts in production. A localhost URL, a developer IP (10.4.4.109), the Expo dev client, and an exported Compose PreviewActivity.

Profiles users extensively through OneSignal - tags, SMS numbers, cross-device aliases, outcome tracking, notification interaction logging, in-app message click tracking, and full user state observation.

reply
periodjet 2 days ago
[flagged]
reply
mmastrac 2 days ago
> It’s hard to imagine a smug article like this dissecting a product of some other administration

Did the other administration put a "fake news" and "report to ICE" and grifting link to their own social network in their apps? I feel like you are perhaps papering over a whole lot of general shittiness of this app that didn't exist in less amateur previous administrations that at least tried to follow the norms.

reply
fortran77 2 days ago
[flagged]
reply
ceejayoz 24 hours ago
You can report anything.

The only case they cite of an actual intervention resulting seems... entirely legit?

> An adult entertainment club lost its liquor license after a dancer and others were seen not wearing masks, the state said.

People call 911 for goofy things, too.

reply
braebo 24 hours ago
Did they break down your door or shoot your SO in the head for not wearing a mask?
reply
phist_mcgee 24 hours ago
Isn't that state based?

Also I'd say the federal government's approach to ICE deportations is a little stronger than even the COVID measures.

reply
felipellrocha 24 hours ago
You think this administration is trustworthy?
reply
Ylpertnodi 14 hours ago
Yes, but considerably less than the iranian administration. Actually, no.
reply
rootusrootus 19 hours ago
> Since when is the government a slick and efficiently run outfit that produces secure and well-done software products? Does no one remember the original Obamacare launch?

Wasn't that written by a private company? Canadian, IIRC.

reply
array_key_first 24 hours ago
> It’s hard to imagine a smug article like this dissecting a product of some other administration.

Yes, that's because this administration is uniquely awful. Basically every single thing this administration does is bad. Often so bad that it's legitimately impressive just how incompetent our leaders our.

Obviously previous administrations were not perfect, but to sit here and pretend that they are on the same level is delusion.

reply
dinkumthinkum 23 hours ago
[flagged]
reply
jibal 18 hours ago
> It’s hard to imagine a[n informative] article like this dissecting a product of some other administration.

A baseless ideological claim.

reply