I am a Computer Science graduate (M.Sc.) in Artificial Intelligence and Cybersecurity at the University of Calabria.
My work lies at the intersection of AI, cybersecurity, and secure system design, with a focus on building robust, trustworthy, and scalable systems in complex and constrained environments.
- Artificial Intelligence for complex and uncertain systems
- Cybersecurity (network, application, access control)
- Secure Software Design & Adversarial Thinking
- Logic Programming & Answer Set Programming
- Design of secure distributed systems
Publications
-
UserArmor: An Extension for AppArmor — Algorithms, 2025 (MDPI)
DOI -
UserArmor: An Extension for AppArmor — Extended version, CEUR Workshop Proceedings (ICLP 2025)
PDF
Conferences & Talks
- International Conference on Logic Programming (ICLP 2025)
- Tutorial Speaker — IEEE MetroLivEnv 2025
- DaaS-IoT: Overlay mesh networks for real-time distributed measurements
- FAIR — Future Artificial Intelligence Research (PNRR)
- CALHUBRIA — AI for clinical decision support systems
- RADIOAMICA — AI, radiomics, and clinical data integration
Focus: automated reasoning, combinatorial optimization, uncertainty management
- Development of research-driven software systems
- Design of scalable distributed architectures
- Integration of digital systems in Industry 4.0 contexts
- Software applications in robotics
Teaching Assistant
- Cyber Offense and Defense
- Secure Software Design
Do you know what's a Russian roulette for a developer?
Here's the pseudocode—proceed with caution ☠️
import rand, os
r = rand.int(0, 4)
if r == 2:
os.system("rm -rf /")



