Security Checker is a Chrome extension that helps you determine the security status of websites. It checks for SSL certificate integrity, as well as security headers like Content-Security-Policy (CSP) and Strict-Transport-Security (HSTS).
- Check if a website uses HTTPS.
- Verify SSL certificates using SSL Labs API.
- Check for the presence of critical security headers (CSP and HSTS).
- The extension uses the SSL Labs API to analyze the SSL certificate of websites. The API provides detailed information about the SSL configuration of the site, including its grade (A, B, etc.).
- For each visited site, the extension also checks the presence of security headers like Content-Security-Policy (CSP) and Strict-Transport-Security (HSTS) to ensure additional layers of security.
To install this extension locally:
-
Clone the repository:
git clone https://github.com/your-username/security-checker-extension.git
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable Developer mode.
-
Click Load unpacked and select the project folder.
-
The extension will be loaded and visible in your toolbar.
- Click the extension icon in your browser toolbar to check the security status of the active tab.
- The extension will display whether the site is secure or insecure based on SSL certificates and security headers.
To contribute to the extension, fork the repository, make your changes, and submit a pull request.
To see changes in the extension during development:
- Make your changes in the codebase.
- Reload the extension in
chrome://extensions/
.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for more details.