Zion Boggan

Source · History · Diffs

Zion Boggan

Security Engineer / Detection & Trading Systems

Selected public projects. Security tooling, detection-as-code, CI/CD supply-chain hardening, and applied research. Browse the source, history, and diffs below.

Commit activity across all projects
238 commits 59 active days Mar 2026 to Jun 2026
MarAprMayJun No commits on Mar 8, 2026No commits on Mar 9, 20261 commit on Mar 10, 2026No commits on Mar 11, 2026No commits on Mar 12, 2026No commits on Mar 13, 2026No commits on Mar 14, 2026No commits on Mar 15, 20261 commit on Mar 16, 2026No commits on Mar 17, 2026No commits on Mar 18, 2026No commits on Mar 19, 2026No commits on Mar 20, 20261 commit on Mar 21, 2026No commits on Mar 22, 20261 commit on Mar 23, 2026No commits on Mar 24, 2026No commits on Mar 25, 2026No commits on Mar 26, 20261 commit on Mar 27, 2026No commits on Mar 28, 2026No commits on Mar 29, 20261 commit on Mar 30, 20261 commit on Mar 31, 2026No commits on Apr 1, 20261 commit on Apr 2, 20261 commit on Apr 3, 20261 commit on Apr 4, 20261 commit on Apr 5, 2026No commits on Apr 6, 2026No commits on Apr 7, 2026No commits on Apr 8, 2026No commits on Apr 9, 2026No commits on Apr 10, 2026No commits on Apr 11, 2026No commits on Apr 12, 2026No commits on Apr 13, 2026No commits on Apr 14, 20261 commit on Apr 15, 20262 commits on Apr 16, 20262 commits on Apr 17, 2026No commits on Apr 18, 20264 commits on Apr 19, 202618 commits on Apr 20, 20266 commits on Apr 21, 202611 commits on Apr 22, 20261 commit on Apr 23, 20261 commit on Apr 24, 20261 commit on Apr 25, 20262 commits on Apr 26, 2026No commits on Apr 27, 2026No commits on Apr 28, 20263 commits on Apr 29, 2026No commits on Apr 30, 20261 commit on May 1, 2026No commits on May 2, 2026No commits on May 3, 20263 commits on May 4, 2026No commits on May 5, 2026No commits on May 6, 202613 commits on May 7, 20263 commits on May 8, 20261 commit on May 9, 2026No commits on May 10, 20262 commits on May 11, 20261 commit on May 12, 2026No commits on May 13, 20261 commit on May 14, 20261 commit on May 15, 20261 commit on May 16, 20264 commits on May 17, 20264 commits on May 18, 20261 commit on May 19, 20262 commits on May 20, 20261 commit on May 21, 20261 commit on May 22, 20261 commit on May 23, 20262 commits on May 24, 20262 commits on May 25, 20261 commit on May 26, 20261 commit on May 27, 20267 commits on May 28, 202613 commits on May 29, 20268 commits on May 30, 20266 commits on May 31, 20262 commits on Jun 1, 2026No commits on Jun 2, 2026No commits on Jun 3, 2026No commits on Jun 4, 20261 commit on Jun 5, 2026No commits on Jun 6, 2026No commits on Jun 7, 2026No commits on Jun 8, 2026No commits on Jun 9, 2026No commits on Jun 10, 20262 commits on Jun 11, 202625 commits on Jun 12, 202626 commits on Jun 13, 2026No commits on Jun 14, 20264 commits on Jun 15, 20265 commits on Jun 16, 20261 commit on Jun 17, 202610 commits on Jun 18, 202612 commits on Jun 19, 20266 commits on Jun 20, 2026
LessMore

security-portfolio

Landing page for my security engineering projects.

HTML 19 commits Updated 3 weeks ago

detection-as-code

Detection rules kept the way code is kept: written once in Sigma, version-controlled, linted and tested in CI, and compiled to whatever SIEM is in front of me. I spend my day tuning rules in Sentinel and Splunk by hand; this is that work done as a pipeline instead of a console...

Python 4 commits Updated 3 weeks ago

secure-cicd-pipeline

A GitHub Actions pipeline that gates every push and pull request on four security checks before code is allowed to merge, then reports the run back to a SOC for visibility. The sample app is a small Flask task API; the point of the repo is the pipeline around it.

Python 7 commits Updated 2 months ago

cicd-supply-chain-security

This picks up where the secure CI/CD pipeline leaves off. That repo proves the *source* is clean. This one proves the *artifact* is - that the container image a cluster is about to run was built by my pipeline, hasn't been tampered with since, and ships with a verifiable bill ...

Shell 6 commits Updated 1 month ago

cti-detection-automation

Pulls indicators from live threat-intel feeds, deduplicates them, extracts the MITRE ATT&CK techniques behind them, turns the result into Wazuh detection rules and CDB lists, and emails an analyst for sign-off before anything goes live. No rule reaches the SIEM without a human...

Python 10 commits Updated 3 weeks ago

soc-automation-lab

A working security operations lab that ties endpoint telemetry, alert triage, and automated case handling into a single pipeline. Wazuh handles detection, Shuffle runs the SOAR playbooks, and TheHive is the analyst workspace where cases land already enriched.

Shell 10 commits Updated 3 weeks ago

purple-team-lab

Emulate adversary techniques, then prove the detections fire. This is the validation half of detection-as-code: I run ATT&CK techniques against an instrumented Ubuntu endpoint enrolled in my SOC automation lab, and confirm each one raises the alert it's supposed to - mapped to...

Shell 2 commits Updated 3 weeks ago

perseus-ai-platform

Perseus is an AI orchestration platform that routes natural language commands to specialized agents across a self-hosted Proxmox homelab. It integrates multiple LLM providers (Grok/xAI, OpenAI, and local Ollama) with runtime model switching, SSH-based infrastructure management...

Python 1 commits Updated 3 months ago

jwt-differential-fuzzer

Differential JWT verification harness. Feeds the same (token, key, alg-allowlist) triple into N JWT libraries simultaneously and surfaces any disagreement in the valid field. Disagreements at the verification boundary are auth-bypass primitives.

Python 1 commits Updated 1 month ago

prediction-market-bot-postmortem

A post-mortem and the supporting evaluation framework for a Kalshi weather-market trading bot that lost money over its first two months of live trading, then was halted, audited, and retired.

Python 4 commits Updated 1 month ago

treetrace

Catch every time your AI coding agent touches auth, secrets, or skips a test, then turn the correction you made into a local regression eval. Local-first, deterministic, no LLM judge.

JavaScript 90 commits Updated 1 day ago

oversight

Co-authored by Zion Boggan, Claude Opus 4.6/4.7 (Anthropic), and Codex (GPT-5.4, OpenAI).

Python 78 commits Updated 4 days ago

claude-dispatch

HMAC-signed, file-system-mediated job dispatch between two agent sessions on different hosts. Built around the use case of two Claude Code sessions running on separate machines and needing to hand work to each other without either one having to drive the other interactively.

Python 1 commits Updated 2 months ago

gpu-cpu-mutex

Two tiny shell tools that let multiple independent processes share one GPU and a bounded CPU/RAM budget without colliding - using nothing but flock. No daemon, no scheduler, no root, no software to install. If you run two (or more) long-lived agent loops, cron jobs, or termina...

Shell 1 commits Updated 2 weeks ago

pitch-tracker-cv

A real-time computer-vision aim-assist for offline, single-player MLB The Show 26. Built as an accessibility aid for players with motor disabilities who cannot reliably execute the small left-stick corrections that the game's Zone hitting interface demands, or the precise gest...

Python 3 commits Updated 2 months ago

mullvad-ios-killswitch

Generate iOS .mobileconfig configuration profiles from WireGuard .conf files with a true kill switch and OnDemand auto-connect baked in.

Python 1 commits Updated 1 month ago