Talks

Posted on Feb 12, 2025

Conference Talks & Presentations

Here you’ll find my conference talks, workshops, and presentations.


Agentic Chaos: When AI Gets Hands

BSidesLjubljana 0x7EA | March 13, 2026 | Ljubljana, Slovenia

Coding agents aren’t autocomplete anymore. They run commands, commit code, and the attack surface just got a lot bigger: it now spans from a chat window to your machine, your credentials, and your production servers.

Slides | Schedule


Attackers Guide to CI/CD

DevOpsDays Ljubljana 2025 | September 13, 2025 | Ljubljana, Slovenia

How attackers think about CI/CD pipelines, and the vulnerabilities they go after.

Slides


Breaking The Box

DCTF25 | March 29-30, 2025 | Ljubljana, Slovenia

A deep dive into container security: how containers work, where they break, and what happens when they do. Topics include:

  • Container basics: lightweight, portable, and executable software packages
  • Container properties: isolation, encapsulation, and resource restriction
  • Container security considerations: running as root by default, Docker daemon implications
  • Kernel security features: Seccomp, AppArmor, and SELinux
  • Real-world container breakouts and exploitation demonstrations

Video on YouTube | Slides


Containers: A peek under the hood

DCTF24 | April 13, 2024 | Ljubljana, Slovenia SecTalks LJU0x1A | March 27, 2024 | Ljubljana, Slovenia

How containers actually work under the hood, and why that matters for security:

  • Namespaces and their role in isolation
  • Control groups (cgroups) for resource management
  • Chroot and capabilities for confinement
  • How misconfigurations lead to security vulnerabilities
  • Demo-heavy presentation with practical examples

Video on YouTube | Slides & Notes | Meetup event


GitLab CI Language Server

DevOpsDays Ljubljana 2024 | Ljubljana, Slovenia

Managing GitLab CI YAML at scale is painful. This talk presents a language server that makes it less so:

  • Challenges of large GitLab CI configurations
  • Introduction to gitlab-ci-ls: a GitLab CI Language Server
  • Features: Go To Definition, Find References, autocompletion, hover information, diagnostics
  • Practical tips for managing CI/CD pipelines at scale

Project on GitHub