Skip to content

t41372/LLM-CodeSecurityReviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-CodeSecurityReviewer

[Proof of concept stage]

Use LLM to check source code (codebase) for potentially unwanted behaviors.

Installation

python 11

pip install requests

This project uses Ollama as the LLM backend. You need a running Ollama server to use this project. Should you wish to use a remote Ollama server, you will need to change the base url setting in the config.py file.

Run

Scan the whole directory

python traverse.py

Use reviewFile.py instead if you only want to scan a single file.

python reviewFile.py

About

Use LLM to check code for potentially unwanted behaviors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages