personal-security-checklist
🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2026
Top Related Projects
Protect your data against global mass surveillance programs.
Community guide to securing and improving privacy on macOS.
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
💡Limiting personal data leaks on the internet
Quick Overview
The lissy93/personal-security-checklist repository is a comprehensive guide to personal cybersecurity best practices. It provides a curated list of tips, tools, and resources to help individuals improve their digital security and privacy. The project aims to educate users on various aspects of online safety and data protection.
Pros
- Extensive coverage of security topics, including device security, network safety, and online privacy
- Regularly updated with new information and emerging threats
- Well-organized and easy to navigate, with clear categorization of security measures
- Includes both basic and advanced security recommendations for users of all skill levels
Cons
- May be overwhelming for beginners due to the sheer amount of information
- Some recommendations might require technical knowledge or advanced skills to implement
- Not all suggestions may be applicable or practical for every user's specific situation
- Requires regular maintenance to keep up with rapidly evolving security landscape
Competitor Comparisons
Protect your data against global mass surveillance programs.
Pros of privacyguides.org
- Comprehensive website with detailed articles and explanations
- Community-driven project with multiple contributors
- Regular updates and maintenance
Cons of privacyguides.org
- Focuses primarily on privacy, with less emphasis on general security
- May be overwhelming for beginners due to its extensive content
Code comparison
personal-security-checklist:
## Password Managers
- [BitWarden](https://bitwarden.com) - Fully-featured, open source password manager with cloud-sync
- [1Password](https://1password.com) - Popular premium password manager for all devices
privacyguides.org:
<section class="mb-6">
<h3 class="h5">
<a class="text-decoration-none" href="/password-managers/">Password Managers</a>
</h3>
<p class="text-secondary">Password managers allow you to store and manage passwords and other credentials securely.</p>
</section>
The personal-security-checklist repository uses a simple markdown format to list recommended password managers, while privacyguides.org employs HTML structure for a more sophisticated web presentation, including descriptions and links to detailed pages.
Both repositories aim to provide valuable information on privacy and security topics, but they differ in their approach and presentation style. personal-security-checklist offers a concise, easy-to-read checklist format, while privacyguides.org provides a more comprehensive and detailed website structure with in-depth articles and explanations.
Community guide to securing and improving privacy on macOS.
Pros of macOS-Security-and-Privacy-Guide
- Highly focused on macOS, providing in-depth, system-specific guidance
- Includes detailed explanations and rationales for each recommendation
- Regularly updated to reflect the latest macOS versions and security practices
Cons of macOS-Security-and-Privacy-Guide
- Limited to macOS, not applicable for users of other operating systems
- May be overwhelming for beginners due to its technical depth
- Lacks visual aids or checklists for quick reference
Code Comparison
macOS-Security-and-Privacy-Guide:
# Disable Bonjour multicast advertisements
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool YES
personal-security-checklist:
- [ ] Use a privacy-respecting DNS provider
- Examples: Cloudflare, Quad9, BlahDNS
The macOS-Security-and-Privacy-Guide provides specific terminal commands for macOS configuration, while personal-security-checklist offers more general, cross-platform recommendations in a checklist format.
Both repositories aim to enhance user security and privacy, but they differ in scope and presentation. macOS-Security-and-Privacy-Guide is a comprehensive resource for macOS users, offering detailed, technical guidance. In contrast, personal-security-checklist provides a broader, more accessible approach to personal security across various platforms and aspects of digital life.
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
Pros of degoogle
- Focused specifically on alternatives to Google products and services
- Includes a comprehensive list of Google products with corresponding alternatives
- Community-driven with active contributions and updates
Cons of degoogle
- Limited scope compared to broader security and privacy topics
- Less detailed explanations and rationale for recommendations
- Fewer categories and subcategories for organizing information
Code comparison
While both repositories primarily consist of markdown files, degoogle includes a simple JavaScript file for rendering the alternatives list:
// degoogle
const alternatives = document.querySelectorAll('.alternative');
alternatives.forEach(alt => {
alt.addEventListener('click', () => {
alt.classList.toggle('expanded');
});
});
personal-security-checklist doesn't contain any significant code samples for comparison.
Summary
degoogle is a specialized resource for finding alternatives to Google products, while personal-security-checklist offers a broader range of security and privacy recommendations. degoogle benefits from its focused approach and community contributions, but lacks the depth and breadth of personal-security-checklist. The latter provides more comprehensive coverage of various security topics and offers more detailed explanations for its recommendations.
💡Limiting personal data leaks on the internet
Error generating comparison
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Personal Security Checklist
The ultimate list of tips to secure your digital life
ð digital-defense.io

ð Read the Checklist ð
The Checklist
You can read the full checklist in CHECKLIST.md.
To view/edit the raw data, see personal-security-checklist.yml
The Website
The easiest method for consuming the checklist is via our website: digital-defense.io
Here you can browse lists, filter by your threat model and tick items off once complete (plus, there are pretty charts to make you feel good about your progress âºï¸).
About
The source for the website is in web/.
The site is built with Qwik, using TypeScript and some components from DaisyUI.
Developing
To run the app locally, or to make code changes, you'll need Node and Git installed.
- Grab the code:
git clone git@github.com:Lissy93/personal-security-checklist.git - Navigate into the source:
cd personal-security-checklist/web - Install dependencies:
yarn - Start the development server:
yarn dev
Alternatively, just open this repo in Code Spaces, where everything is already configured and ready to go.
Deploying
To deploy the app, follow the developing steps above, then run yarn build, yarn build.static. You can then deploy it by copying the dist/ directory to any CDN, web server or static hosting provider of your choice.
Alternatively, fork the repo and import it into your providers' dashboard. Or use the link below for an easy 1-click deployment ð
The API
We also make all the data available via a free API, which you can use however you wish.
Usage
All endpoints are documented in our OpenAPI spec, you can view these and try them out via our Swagger docs.
Base: digital-defense.io/api
/api/checklists /api/checklists/[name-or-index] /api/checklists/[name]/[point-index] /api/search/[searchterm]
Contributing
All checklist data is stored in personal-security-checklist.yml. This is pulled in the website at build-time and referenced by the API, and is also dynamically inserted into the markdown Checklist page.
So if you only wish to make changes to the data, this is the only file you need to edit.
Important: When submitting your pull request, provide references backing up any information that you're adding/amending/removing.
For modifying the website or API source, see the developing sections above for instructions on running locally.
Before submitting an issue or PR, please ensure you've followed the community guidelines and followed the Code of Conduct.
Credits
Sponsors
Contributors
Stargzers
Credits
Thank you to all who have contributed to, or sponsored this project!
Sponsors
If you've found this repository helpful, consider sponsoring me on GitHub if you're able ð
Contributors
License
Lissy93/Personal-Security-Checklist is licensed under MIT © Alicia Sykes 2024.
For information, see TLDR Legal > MIT
Expand License
The MIT License (MIT)
Copyright (c) Alicia Sykes <alicia@omg.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sub-license, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included install
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
© Alicia Sykes 2024
Licensed under MIT

Thanks for visiting :)
Top Related Projects
Protect your data against global mass surveillance programs.
Community guide to securing and improving privacy on macOS.
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
💡Limiting personal data leaks on the internet
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot