scan python files for llm api keys (designed for pre-commit)
Project description
detect_llm_api_keys
scan python files for llm api keys (designed for pre-commit)
🤖 This README was written by GPT-4. 🤖
Introduction
detect_llm_api_keys
is a vital tool for Python developers, especially those working with large language models (LLMs). It's a pre-commit hook that efficiently scans your Python files to detect and prevent the accidental committing of LLM API keys, enhancing the security of your projects.
Features
- Efficient API Key Detection: Scans for keys from major providers like
Anthropic
,Anyscale
,Microsoft Azure
,LangChain
,OpenAI
, andMistral AI
. - Easy Integration: Seamlessly integrates with your existing Python projects.
- Support for Various API Key Patterns: Recognizes a range of patterns, ensuring comprehensive protection.
- Compatibility with nosec and noqa Comments: Respects your code's existing security annotations.
Getting Started
- Installation: Add
detect_llm_api_keys
to your.pre-commit-config.yaml
file. - Configuration: Customize the settings as per your project requirements.
- Usage: Automatically scans files upon each commit, flagging potential API key exposures.
Usage
To use detect_llm_api_keys
in your project, update your .pre-commit-config.yaml
as follows:
repos:
- repo: https://github.com/joshuasundance-swca/detect_llm_api_keys
rev: "0.0.3"
hooks:
- id: detect-llm-api-keys
Collaboration and Contributions
Feedback, suggestions, and contributions are highly welcomed to enhance detect_llm_api_keys
. Please feel free to open issues or submit pull requests on GitHub.
License
Distributed under the MIT License. See LICENSE
for more information.
Acknowledgements
Special thanks to the Python and Open Source communities for their invaluable support and contributions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file detect_llm_api_keys-0.0.3.tar.gz
.
File metadata
- Download URL: detect_llm_api_keys-0.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6539817f2b84ee7d0817cdbd280e09a53bdb27f0766e41c58079ad579986188 |
|
MD5 | bbdb2015b0ef3d3d1aaba13e3eeafb3a |
|
BLAKE2b-256 | 5d491baab6c020ce4788a166c9bb918f5e1ce4815212cdf2bac38fb42a3ea582 |
File details
Details for the file detect_llm_api_keys-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: detect_llm_api_keys-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec7224f28ee441954fb7e8da4088754957011428a44a516f827c43f5fc7640bf |
|
MD5 | e2b0084f3670c0f6dae5566537c1ccf9 |
|
BLAKE2b-256 | 69423d6d0ac2060ec4f96b3ea0bf33347f4a1a030aa3581def6f91f313534ee3 |