Leakcheck is a Raycast extension that allows you to query the LeakCheck API to search for data breaches associated with email addresses.
Leakcheck provides a fast and efficient way to check if an email address has been involved in data breaches. This extension is perfect for security professionals and users concerned about the privacy of their information.
- π Data Breach Lookup: Enter an email address to query the LeakCheck API for associated breaches.
- π Secure API Key Management: Store your LeakCheck API key privately and securely through Raycast preferences.
- π― Seamless Raycast Integration: Use this extension directly from the Raycast interface.
- Install Raycast: Download here.
- Install the Leakcheck extension:
- Clone this repository or download it directly.
- Run the following command in the project directory to enable the extension:
npm install && npm run dev
- Publish or load the extension into your Raycast instance.
Before using the extension, configure your LeakCheck API key:
- Open Raycast.
- Go to the extension preferences.
- Add your LeakCheck API key in the designated field.
- If you donβt have an API key, sign up at leakcheck.io to get one.
- Open Raycast and search for Lookup Data Breach.
- Enter an email address into the provided field.
- The extension will query the LeakCheck API and return any data breach results, if available.
npm run build
: Build the extension.npm run dev
: Run the extension in development mode.npm run lint
: Check for code issues.npm run fix-lint
: Automatically fix linting issues.
To contribute to development or customize the extension for your needs:
- Clone the repository:
git clone <REPOSITORY_URL>
- Install dependencies:
npm install
- Run the extension in development mode:
npm run dev
This project is licensed under the MIT License. See the LICENSE file for more information.
Built with β€οΈ by Ahmosys.
Extension designed to simplify data breach searches directly from Raycast.