Skip to content
View Oiertxo's full-sized avatar

Block or report Oiertxo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cf_ai_dungeon_master cf_ai_dungeon_master Public

    This is a project for Cloudflare's Summer 2026 internship.

    TypeScript

  2. agentic-security-orchestrator agentic-security-orchestrator Public

    Autonomous multi-agent framework for cybersecurity auditing. Orchestrating specialized agents via LangGraph and local LLMs for intelligent, context-aware vulnerability discovery. One of my Master's…

    Python 1

  3. sycophancy-evaluation sycophancy-evaluation Public

    This repository contains a codebase and data for evaluating Large Language Models (LLMs) vulnerability to sycophancy and bias rationalization.

    Jupyter Notebook

  4. P2PMsg P2PMsg Public

    A censorship-resistant, serverless P2P mesh messenger. Built with Rust (libp2p) and Flutter, featuring DHT discovery, NAT traversal, and E2E encryption (in the future).

    Dart 1

  5. aws-microservices-rfp aws-microservices-rfp Public

    Cloud-Native Microservices Architecture on AWS. A scalable voting system implementing IaC (Terraform), FinOps (Infracost), CI/CD, and API Gateway patterns (Kong).

    C#

  6. custom-compiler-c custom-compiler-c Public

    A compiler built in C using Flex & Bison. Performs lexical/syntax analysis and generates Intermediate Code (Three-Address Code/Quadruples) using Backpatching logic.

    Yacc