
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A command line tool for checking your website for GDPR compliance.
For more information about the GDPR please visit eugdpr.org!
Attention! You are a newbie and don't understand the instructions down below? Visit our new documentation in English and German!
GDPR CLI is a easy-to-use command line tool for checking any given website for GDPR compliance. Since it is based on Node.js, the application is browser- and OS-independant. For everyone, who hasn't installed Node.js, I have planned to publish a pre-installed Package für macOS and Windows as well.
This command line tool scrapes a website for HTML-, CSS- and JavaScript-Files and tries to detect code, which is possibly sending personal data to other services, such as Google, Facebook, Instagram, WordPress and many more.
This software is still in early alpha, so please use it at your own risk! If you find a bug or software incompability, please report it immediately by opening a ticket in the Issues Section. If you are familiar with Node.js and JavaScript programming, feel free to contribute by forking and/ or sending pull requests.
Neither I nor this program are giving any legal advice. GDPR CLI can not assist you with your website administration or the preperation of legal documents such as an imprint or a privacy notice. It simply helps you by (unobtrusively) revealing possible security flaws, which could affect the data securitiy of any visitor of your website. For more information please consult your lawyer.
For installing GDPR CLI you need to have node.js and a package manager such as npm or yarn already installed. If you use npm, you can install this package with the following command:
npm install -g gdpr-cli
With yarn it is just as easy as that:
yarn global add gdpr-cli
That's all - have fun!
The basic usage for this command line tool is:
gdpr scan https://your-website.com
There are some options already, but they still need some improvement. I will update these usage instructions frequently. Stay tuned!
Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.
You're welcome to fork the project and send me suggestions and new features via pull request. Please read the contribution guidelines and send pull requests only to the newly installed dev branch!
FAQs
Checks websites for GDPR compliance
We found that gdpr-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.