How the lookup works
privacycommand resolves the bundle identifier against Apple’s public endpoints and reads the same privacy disclosures shown on the app’s App Store page.The request is keyed on the inspected app’s bundle ID and nothing else.
No information about you, your machine, or your other apps is included. See
Security for the full list of outbound calls.
What to look for
- A declared category with no supporting evidence. Not suspicious on its own — developers over-declare to be safe.
- Binary evidence with no matching declaration. More interesting. If the bundle fingerprints an advertising SDK and the labels claim no data is collected for advertising, that gap is worth understanding.
- Third-party SDKs the labels don’t account for. Labels cover the developer’s own collection and what their SDKs do. An unaccounted-for analytics SDK is a real discrepancy.