meta-llama / PurpleLlama

Set of tools to assess and improve LLM security.
Other
2.74k stars 453 forks source link

Running Code shield on Window #64

Open VikasPahuja opened 3 weeks ago

VikasPahuja commented 3 weeks ago

Hi, Thank you for your work on detecting insecure code.

I’m trying to run the basic example of CodeShield on a Windows machine, but I’m encountering an error: Exception while scanning for code security: [WinError 193] %1 is not a valid Win32 application.

I believe the error message comes from codeshield.py file : *await asyncio.gather(tasks)**

Interestingly, the same code runs perfectly on a Linux virtual machine.

Could you please help me resolve this issue?