Code
Privado User Documentation – Privacy-transparency reports & privacy issues
Privado is a static code scanning tool to find, fix and remediate privacy issues in your products & applications.

What is Privado?
Privado is a static code scanning tool to find, fix and remediate privacy issues in your products & applications. Our scan discovers what personal data(as defined by GDPR, other laws) your app is processing, third-party integrations, data flows. With our scan results, we generate privacy reports for your apps as mandated by laws like GDPR or platforms like Apple and keep them in sync with code changes.
What does our scan discover?
- Data Elements: These are personal data that your app is collecting, sharing, processing. Here is a list of data elements that we are discovering.
- Third-Parties: Any third-party integrations inside your code, via APIs or SDKs/libraries.
- APIs: We also discover any internal APIs that your app is connected with.
- Datastores(not released yet, still beta): Identify the databases where you are sourcing the data from or sending the data.
- Privacy Vulnerabilities(not released yet, still beta): Code issues that exist which can lead to privacy vulnerabilities
What can I do with Privado?
Generate Play Store Data Safety Report
This is the first use case that we are live with. Currently, to fill the data safety form Android developers have to ask around in the team to find what data they are collecting, spend hours reading the documentation of SDKs to find data shared, and navigate the complex Playstore form. With our scan, we pre-fill data types collected, shared, and guide you with our wizard to generate the data safety report.
Privacy Audits
Privacy Engineers can use our CLI tool as an MRI for products, applications and find out privacy risks. With our scans, privacy engineers save the time they have to spend chasing engineers with assessments and can directly start prescribing privacy controls for data minimization, sharing, etc.
We have the following use cases on our Roadmap:
- Generating Apple Nutrition Label Report
- Generating privacy compliance reports like GDPR Article 30 or RoPA report
- Detecting Privacy Vulnerabilities in current code implementation
- Privacy Policy Generator
Prerequisite – Docker
To start off, make sure docker
is installed. To install docker, you can follow the steps stated in the official documentation. Linux users should also follow docker post installation steps in order to run Privado CLI without root (sudo
) privileges.
