cai
cai copied to clipboard
Cybersecurity AI (CAI), the framework for AI Security
### Description I launched CAI against my own test website, which contains a POST form vulnerable to SQL injection (the form echoes back the SELECT statement for easier testing). I...
Improve UX to support various simultaneous CAI sessions within the same UI Some notes on the topic: ``` Poder ir abriendo otras sesiones en paralelo supone una oportunidad considerable de...
Load a context/history from a previous exercise to avoid losing information
When I tried to test the website containing Chinese, it returned this error to me and found that it was because of Chinese.  
cai/types.py provides the basic Agent, Reponse, etc. classes, but types also exists in the Python standard library, which may lead to the following circular import problem: Traceback (most recent call...
I added the suggested requirements. I'm awaiting for any other comment! sorry for the delay :/
Hey, I've just installed `cai` and I'd like to start using it, I've connected it to my AI proxy using OPENAI_API_KEY and OLLAMA_API_BASE env variables. I've hit an issue after...
I'm trying to run the `bug_bounter_agent` on a test instance of alpine linux to find vulnerabilities in an OWASP juice shop service running locally. I have installed tools like `nmap`...
I recently attempted to add the burp mcp server (via the extension), and CAI does not recognize it. I see the option in the help menu, but it does not...