Add Google Data Safety and Privacy Policy retrieval support#3597
Open
Add Google Data Safety and Privacy Policy retrieval support#3597
Conversation
…cy Policy Co-authored-by: cpholguera <29175115+cpholguera@users.noreply.github.com>
Co-authored-by: cpholguera <29175115+cpholguera@users.noreply.github.com>
Co-authored-by: cpholguera <29175115+cpholguera@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for Google Data Safety section and privacy policy
Add Google Data Safety and Privacy Policy retrieval support
Dec 18, 2025
This was referenced Dec 18, 2025
cpholguera
reviewed
Dec 18, 2025
| - Data sharing with third parties not disclosed | ||
| - Required data collection marked as optional | ||
|
|
||
| ## Caveats and Limitations |
Collaborator
There was a problem hiding this comment.
It is not possible to distinguish between what is being declared by SDKs and the main app. However, the developer of the main app is held responsible as soon as they integrate an SDK.
Diolor
suggested changes
Jan 12, 2026
|
|
||
| According to the [Google Play Data Safety documentation](https://support.google.com/googleplay/android-developer/answer/10787469), the Data Safety section is organized into the following categories: | ||
|
|
||
| ### Data Types |
Collaborator
Comment on lines
+239
to
+240
| - [GDPR Privacy Policy Requirements](https://gdpr.eu/privacy-notice/) | ||
| - [CCPA Privacy Policy Requirements](https://oag.ca.gov/privacy/ccpa) |
Collaborator
There was a problem hiding this comment.
Do we discuss those anywhere in our i.e. KNOW or generic knowledge to link internally first?
Co-authored-by: Dionysis Lorentzos <ddl449@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds tooling and techniques for retrieving Google Play Data Safety declarations and app privacy policies for Android security testing.
Changes
Tool: MASTG-TOOL-0145 (google-play-scraper)
Technique: MASTG-TECH-0142 (Retrieving Google Data Safety Section)
https://play.google.com/store/apps/datasafety?id=<package-id>Technique: MASTG-TECH-0143 (Retrieving App Privacy Policy)
Example Usage
These techniques enable testers to identify discrepancies between declared and actual data handling practices during mobile app security assessments.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.