Skip to content
View CGFixIT's full-sized avatar

Highlights

  • Pro

Block or report CGFixIT

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

Website LinkedIn Email


What is this for — My Domain Clusters

My portfolio isn't a collection of random projects (well.. there is some) — it's a converging architecture.
The real differentiator lives at the intersections, not inside any single cluster.

Interactive domain map


> The diagram below is a quick visual for technical readers
           Security / Detection
               YARA rules · PS1 scanner
               onion-link detection · OWASP
                        │
            ── BRIDGE ──┤── BRIDGE ──
        YARA pre-restore │  YARA → prompt injection
        malware-aware DR │  pattern defense for LLMs
                        │
  Backup & DR ───────┼─────── Local LLM / RAG
  Veeam VBR             │        LangGraph · ChromaDB
  proxy lifecycle       │        BM25+RRF · Ollama
  health-check ops      │        offline-first
                        │
            ── BRIDGE ──┤── BRIDGE ──
    VBR telemetry → AI  │  topology = policy enforcement
    remediation agents  │  soul governance · SQLite
                        │
              AI Safety / Agent Governance
                  PsyClaw · soul drift detection
                  SHA-256 integrity · MCP server
                        │
              Automation / Sysadmin (substrate)
              PowerShell · SCCM · WinRM · VMware

Projects by Cluster

AI Agents & Safety

Repo What it does Stack
PsyClaw Offline-first RAG agent with LangGraph topology acting as enforceable security policy. Hybrid retrieval (ChromaDB + BM25+RRF), SHA-256 soul drift detection, OWASP-aligned prompt sanitization, and MCP server. Built for memory sovereignty and prompt injection resistance in air-gapped or privacy-sensitive environments. Python LangGraph ChromaDB FastAPI SQLite
AzureAI-CopilotStudio-PersonalAgent-Instructions Production-tested system instructions for enterprise AI agents. Tiered source hierarchy, anti-hallucination safeguards, and reference implementation patterns (including VeeamGPT). Designed to make agent behavior predictable and auditable at scale. Azure OpenAI Copilot Studio Prompt Engineering

Security / YARA Detection

Repo What it does Stack
Veeam-PS1-Scanner-Yara-Rule-Detection-Onion-Links YARA ruleset + PowerShell scanner that detects Tor .onion C2 infrastructure, BTC/XMR ransomware payment addresses, and common command-and-control patterns inside Veeam restore points. Outputs SIEM-ready JSON and integrates with Secure Restore workflows — turns blind restores into malware-aware, auditable operations. PowerShell YARA Veeam Forensics

Backup & DR Operations

Repo What it does Stack
sccm-veeam-proxy-patching Graceful Veeam proxy drain during SCCM patch windows. WinRM service management, pre/post task sequencing, and exit code 3010 handling. Prevents backup job failures and data protection gaps during routine maintenance windows. PowerShell SCCM VMware Veeam
Veeam-HealthCheck-Simplifier CSV/JSON Veeam health check analyzer that produces PowerShell remediation actions plus direct Salesforce/Slack/Teams notifications. Turns hours of manual review into automated, actionable alerts for operations teams. Python Veeam Analytics

Automation / Scripting

Repo What it does Stack
Scrape-n-Email Lightweight, reliable scraper for news + job digests (RealClearPolitics headlines + Atlanta Craigslist sysadmin roles). MIME-safe email delivery, formula-safe CSV handling, cross-platform logging, and offline testability. Keeps research and opportunity pipelines clean without manual busywork. Python BeautifulSoup SMTP

The Core Thesis

"Backups are operational memory and last-resort truth stores — backup infrastructure is a trustworthy-AI primitive."

This means:

  • Veeam is not just a backup tool — it's a ground-truth substrate for AI-assisted recovery decisions.
  • YARA is not just malware detection — it's the prompt injection defense layer for AI agents (see sanitizer.py in PsyClaw → next evolution: yara-prompt-guard).
  • PsyClaw is not just orchestration — it's security policy as code (LangGraph Topology = enforcement).

Stack at a Glance


Currently Building

  • PsyClaw v1.3 — LangGraph topology rewrite, MCP server, OPA/Rego policy enforcement layer (active development)

Atlanta, GA · Systems Engineer → Infrastructure Engineer → AI Agent Builder · Infrastructure / security engineering roles

Pinned Loading

  1. PsyClaw PsyClaw Public

    PsyClaw is a production-grade local AI agent built on three invariants: RAG-first retrieval, LangGraph topology as security policy - https://cgfixit.com/psyclaw

    Python

  2. sccm-veeam-proxy-patching sccm-veeam-proxy-patching Public

    Veeam-VBR PowerShell + SCCM: Prevent backup job failures during patch windows. SCCM-integrated or can be ran as standalone from VBR

    PowerShell

  3. AzureAI-CopilotStudio-PersonalAgent-Instructions AzureAI-CopilotStudio-PersonalAgent-Instructions Public template

    Azure OpenAI Copilot Studio Personal Agent - Production-tested system instructions for enterprise AI agents

    1 1

  4. Veeam-PS1-Scanner-Yara-Rule-Detection-Onion-Links Veeam-PS1-Scanner-Yara-Rule-Detection-Onion-Links Public

    Powershell Scanner for malware via a collection of YARA rules designed to detect Tor `.onion` links, ransomware payment portals, and C2 (command-and-control) configurations commonly found in ransom…

    PowerShell

  5. Veeam-HealthCheck-Simplifier Veeam-HealthCheck-Simplifier Public

    Veeam Backup & Replication Health Check analyzer — CSV/JSON input, PowerShell remediation output, Salesforce/Slack integration. Python 3.12+

    Python

  6. Scrape-n-Email Scrape-n-Email Public

    Lightweight Python scraper for RealClearPolitics headlines + Atlanta Craigslist sysadmin jobs. Emails clean daily digests with attachments. Robust parsing, formula-safe CSV handling, offline tests,…

    Python 1 1