- Do you work in GRC?
- Trying to organize your third-party IT vendors to risk rank?
- Is your list longer than the lines at Disney?
Look no further!
This is a simple Windows command line script that utilizes the OpenAI API to pull several useful data points when risk ranking third-party vendors.
- Accepts CSV input. (Just ensure the vendor names are in Column A.)
- Outputs results in a structured CSV format.
- Provides multiple data points:
- Domain Name
- Industry
- Data Classification
- Returns confidence levels for the domain and industry vertical.
- Create a file named
config.jsonin the same directory asmain.go. - Save your OpenAI API key to
config.jsonusing the following format:
{
"openai_api_key": "<YOUR-OPENAI-API-KEY>"
}- Build the program:
go build -o gorc.exe- Run the program via cmd or PowerShell:
.\gorc.exe -input="<VENDORLIST>.csv"