Skip to content
View bgard68's full-sized avatar

Block or report bgard68

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.

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
bgard68/README.md

Burt Gardner

Full-stack .NET & Azure engineer — 18 years at Walmart Global Tech. I build LLM-assisted systems the way security tooling has to be built: the model gets a voice, never a vote.

Start here

DevSecOps Sentinel — a GitHub Actions supply-chain analyzer where deterministic rules decide what is true and a schema-constrained model explains it. Try it live — no signup, nothing to install.

The part I'd want you to look at: the test suite includes a workflow whose comments tell the model to invent a finding and suppress a real one — the prompt-injection case, since scanned content is attacker-controlled — plus a recorded reply where the model obeys. The reply is rejected anyway, because a rule id the scanner never produced cannot survive the containment gate. The gate is mutation-tested, the rules are scored against a golden corpus written independently of the code, and the whole eval runs offline on every push. Scanned against 564 workflows from 14 major OSS repositories: 100% parsed, 94% carried findings, zero false positives on the clean baseline.

WidgetWorks — an e-commerce store built to a production security posture: JWT with rotating refresh tokens, TOTP 2FA, Google sign-in, atomic stock reservation, server-side re-priced checkout, pluggable payments. Live store — demo accounts for all three roles are on the landing page.

Also on the shelf

  • ClaudeChessApp — chess fully client-side: Stockfish, clocks, 2,987 World Championship games, a SQLite library, no backend at all
  • Net10Sudoku — Blazor generator/solver, deployed
  • LotteryApp — Powerball & Mega Millions checking against 24 years of real drawings, .NET 10 + Dapper
  • ToDoApp — Clean Architecture + CQRS kanban with revocable JWT auth

Everything above is .NET 10 / C#, CI-gated with CodeQL, gitleaks and dependency review, deployed on Azure free tiers, and built in collaboration with AI agents under the constraint the flagship demonstrates: generated code ships only after deterministic checks say it may.

Pinned Loading

  1. DevSecOpsSentinel DevSecOpsSentinel Public

    AI-assisted DevSecOps workflow security analyzer that deterministically detects GitHub Actions security issues, provides validated remediation guidance, and optionally uses OpenAI to explain findin…

    C#

  2. WidgetWorks WidgetWorks Public

    End-to-end online widget store — portfolio showcase. .NET 10 / Dapper / PostgreSQL, JWT + 2FA + Google OIDC, mock+Stripe payments. Onion architecture.

    C#

  3. ClaudeChessApp ClaudeChessApp Public

    Offline-first chess in the browser: play Stockfish, watch it play itself, browse championship history, and solve a daily puzzle the engine composes on your device. React + TypeScript, clean archite…

    TypeScript

  4. LotteryApp LotteryApp Public

    Powerball & Mega Millions results, countdowns, and ticket checking - .NET 10 Clean Architecture + Angular

    C#