Skip to content
View cibi-dev's full-sized avatar
  • Remote (Venezuela)

Block or report cibi-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
cibi-dev/README.md

Hi, I'm Juan De Andrade 👋

AI & Automation Engineer | Digital Forensics · DevSecOps & SRE · ML from Scratch | 100% Remote
Building deterministic multi-agent systems, hardened forensic engines, enterprise DevSecOps platforms, and neural algorithms from scratch — all production-grade, fully tested.

Live Demo: Hugging Face Bio Tests Coverage Security CI License


🌐 Flagship Interactive Demo — cibi-platform-hub

🚀 Live Interactive Demo: huggingface.co/spaces/jmtheone/cibi-platform-hub (Full Screen Direct Access: jmtheone-cibi-platform-hub.static.hf.space)

Unified, enterprise-grade multi-agent orchestration and digital forensics workbench consolidating 4 flagship engines into a single reactive dashboard:

  • 🔍 Forensic Lab: Multi-hypothesis LangGraph deduction DAG with AST SQL guardrails (#15) and ISO/IEC 27037 HMAC report sealing.
  • 🛡️ Adversarial Range: 25 realistic OWASP LLM probes (LLM01-LLM10) with real-time guardrail bypass evaluation.
  • SRE Mission Control: Google SRE multi-window error budget burn rate curves and interactive Human-in-the-Loop (HITL #16) runbook dispatching.
  • 🔬 DFIR Studio: Verifiable SHA-256 Merkle tree chain of custody & byte-level Shannon entropy inspection ($H \in [0, 8.0]$).

🏗️ Portfolio Architecture

🛡️ Heavy Suites

Repository Scope Modules Highlights
digital-forensics-suite Digital Forensics & DFIR 6 NetworkX crime graphs · Merkle-tree ISO/IEC 27037 custody · Shannon entropy file carving · Text-to-SQL forensic queries
devsecops-sre-toolkit DevSecOps & SRE 17 CIS Benchmark hardening · Multi-window SLO burn-rate · Chaos fault injection · LangGraph self-healing code · OpenTelemetry tracing
ml-from-scratch-engine ML Fundamentals 6 Autograd 34k evals/sec · Nano-Transformer · BPE 61k tokens/sec · HNSW VectorDB 982 QPS · MinHash 3.1k docs/sec
n8n-enterprise-automation-hub Workflow Automation 5 flows OSINT enrichment · DevSecOps audit bridge · Forensic triage · SRE sentinel · RAG knowledge sync

🌟 Autonomous AI — LangGraph Multi-Agent Systems

Repository Domain Graph Key Capabilities
langgraph-forensic-investigator Forensic AI 5 nodes Hypothesis planning · AST anti-SQLi Text-to-SQL · k-way alibi timeline · HMAC-SHA256 ISO reports
langgraph-sre-incident-commander SRE AI 4 nodes SLO burn-rate alerting · Log correlation · HITL remediation gates · Blameless postmortem generation
langgraph-adversarial-red-teamer Security AI 3 nodes OWASP LLM Top 10 attack mutations · Guardrail resistance evaluation · Deterministic evasion/block classification

🛡️ Engineering Standards

Every repository enforces a 6-gate CI/CD pipeline (GitHub Actions):

🔐 Gitleaks (0 leaks)  →  🛡️ Bandit SAST (0 findings)  →  🔍 MyPy strict
→  🧪 pytest ≥90% coverage  →  📦 SBOM CycloneDX  →  🚀 E2E demo / benchmarks
Metric Value
Integration tests passing 225 / 225 (100%)
Average coverage ≥ 95%
Bandit SAST findings 0
Gitleaks secrets detected 0
MyPy type errors 0
Repositories with CI 7 / 7
Total production packages 34

🔧 Core Stack

languages  = ["Python 3.11+"]
frameworks = ["LangGraph", "n8n", "Pydantic v2", "pytest", "NumPy"]
security   = ["Bandit", "Gitleaks", "CycloneDX SBOM", "HMAC-SHA256", "CIS Benchmarks"]
infra      = ["Docker", "GitHub Actions", "OpenTelemetry", "Prometheus", "SQLite"]
domains    = ["Digital Forensics (DFIR)", "DevSecOps", "SRE", "ML from Scratch", "AI Agents"]

🎓 Background

Bridging Criminal Investigation & Criminology with hardened software engineering — applying investigative rigor to system design: deterministic behavior, cryptographic evidence integrity, zero-tolerance for security drift, and auditability at every layer.


100% Remote · Open to opportunities in AI Engineering, DevSecOps, Forensic Engineering & SRE

Pinned Loading

  1. langgraph-adversarial-red-teamer langgraph-adversarial-red-teamer Public

    Deterministic adversarial evaluator generating OWASP LLM Top 10 mutations to audit and certify guardrail resilience

    Python

  2. langgraph-sre-incident-commander langgraph-sre-incident-commander Public

    Multi-agent SRE incident commander correlating multi-window SLO burn rates, log anomalies, and drafting blameless postmortems

    Python

  3. langgraph-forensic-investigator langgraph-forensic-investigator Public

    Multi-agent LangGraph system with HMAC-SHA256 evidence sealing, AST anti-SQLi guardrails, and HITL review gates

    Python

  4. n8n-enterprise-automation-hub n8n-enterprise-automation-hub Public

    n8n Enterprise Automation Hub — 5 production workflows: DevSecOps audits, OSINT enrichment, forensic triage, SRE sentinel & RAG sync

    Python

  5. ml-from-scratch-engine ml-from-scratch-engine Public

    Machine Learning From Scratch Engine — Autograd, Nano-Transformer, BPE Tokenizer, VectorDB, MinHash dedup & Guardrails | Pure Python

    Python

  6. devsecops-sre-toolkit devsecops-sre-toolkit Public

    Enterprise DevSecOps & SRE Toolkit — 17 production modules: CIS hardening, SLO burn-rate, chaos engineering, observability & self-healing | Python

    Python