The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications that leverage Large Language Models (LLMs).
This cutting-edge solution is designed to identify security risks, performance inefficiencies, and vulnerabilities in codebases without requiring execution.
It is particularly useful for developers working on LLM-powered projects, ensuring safer and more efficient implementations of AI technologies.
To install Kereva Scanner:
git clone https://github.com/rbitr/kereva-scanner.git
pip install -r requirements.txt
You can run scans on individual files, Jupyter notebooks, or entire directories using simple commands:
python main.py path/to/file.py
python main.py path/to/directory
python main.py --json --json-dir reports
Advanced options include listing available scanners (--list_scans
), running specific scanners (--scans prompt.subjective_terms
), and enabling comprehensive logging (--comprehensive --log-dir logs
).
Kereva Scanner offers specialized modules:
The tool is invaluable for:
With its robust features and flexible reporting formats, Kereva LLM Code Scanner empowers developers to build secure, efficient, and reliable Python applications powered by LLMs.
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…