mirror of https://github.com/aliasrobotics/cai.git
Add the CAI Fluency paper
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
145a030826
commit
0a1b5032ad
16
README.md
16
README.md
|
|
@ -20,6 +20,7 @@
|
|||
[](https://discord.gg/fnUFcTaQAC)
|
||||
[](https://arxiv.org/pdf/2504.06017)
|
||||
[](https://arxiv.org/abs/2506.23592)
|
||||
[](https://arxiv.org/abs/2508.13588)
|
||||
|
||||
|
||||
|
||||
|
|
@ -35,6 +36,9 @@ Cybersecurity AI (CAI) is a lightweight, open-source framework that empowers sec
|
|||
|
||||
> [!NOTE]
|
||||
> Read the technical report: [CAI: An Open, Bug Bounty-Ready Cybersecurity AI](https://arxiv.org/pdf/2504.06017)
|
||||
>
|
||||
> For further readings, refer to our [research publications](https://aliasrobotics.com/research-security.php#papers) and also to the [CAI citation](#citation) section.
|
||||
|
||||
|
||||
|
||||
| [`OT` - CAI and alias0 on: Ecoforest Heat Pumps](https://aliasrobotics.com/case-study-ecoforest.php) | [`Robotics` - CAI and alias0 on: Mobile Industrial Robots (MiR)](https://aliasrobotics.com/case-study-cai-mir.php) |
|
||||
|
|
@ -1019,6 +1023,18 @@ If you want to cite our work, please use the following:
|
|||
}
|
||||
```
|
||||
|
||||
```bibtex
|
||||
@misc{mayoralvilches2025caifluencyframeworkcybersecurity,
|
||||
title={CAI Fluency: A Framework for Cybersecurity AI Fluency},
|
||||
author={Víctor Mayoral-Vilches and Jasmin Wachter and Cristóbal R. J. Veas Chavez and Cathrin Schachner and Luis Javier Navarrete-Lozano and María Sanz-Gómez},
|
||||
year={2025},
|
||||
eprint={2508.13588},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CR},
|
||||
url={https://arxiv.org/abs/2508.13588},
|
||||
}
|
||||
```
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
CAI was initially developed by [Alias Robotics](https://aliasrobotics.com) and co-funded by the European EIC accelerator project RIS (GA 101161136) - HORIZON-EIC-2023-ACCELERATOR-01 call. The original agentic principles are inspired from OpenAI's [`swarm`](https://github.com/openai/swarm) library and translated into newer prototypes. This project also makes use of other relevant open source building blocks including [`LiteLLM`](https://github.com/BerriAI/litellm), and [`phoenix`](https://github.com/Arize-ai/phoenix)
|
||||
|
|
|
|||
Loading…
Reference in New Issue