Skip to content
View Dee66's full-sized avatar
:shipit:
:shipit:

Block or report Dee66

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Dee66/README.md

ComputeScan Demo


Dee Prinsloo

Senior Software Engineer | GenAI (AWS) | AI Platform & Infrastructure Engineering

I specialize in building secure, deterministic, and cost-efficient AI infrastructure on AWS.
My focus is on reproducible pipelines, GPU FinOps, Terraform governance, and secure RAG architectures. Tools that make AI systems safer, cheaper, and easier to operate in real production environments.


⚙️ GuardSuite: AI Infrastructure Governance Tools

Design philosophy: deterministic outputs, security-by-default, offline execution, zero-IAM assumptions.

I build open-source scanners that surface high-impact risks in AI and GPU workloads -before they reach production.


VectorScan (Open-Source Security Scanner)

High-signal analysis for vector databases and RAG pipelines.
Detects unsafe retrieval patterns, embedding leakage, and configuration drift.
👉 https://github.com/Dee66/VectorScan

ComputeScan (Open-Source GPU Governance Scanner)

GPU cost-governance and utilization analysis.
Identifies cost drift, underutilization, scaling anomalies, and waste patterns.
👉 https://github.com/Dee66/ComputeScan


🧩 Governance Blueprints (Optional, Enterprise-Facing Extensions)

These modules provide enforceable policies and exportable audit results for teams that need stronger governance signals.
All scanners remain fully open source.

VectorGuard Blueprint

Zero-Trust RAG governance with reproducible OPA policies and audit-ready compliance outputs.

ComputeGuard Blueprint

GPU FinOps governance with utilization insights, drift analysis, and reproducible cost reports.


📘 Terraform Demo Repository

A set of real Terraform plans demonstrating vector security flaws, GPU drift, and misconfiguration scenarios validated by GuardSuite scanners.


🧰 Selected Projects

ShieldCraft AI

AWS-native reference architecture demonstrating secure GenAI patterns, reproducible MLOps pipelines, and cost-aware infrastructure.
👉 https://github.com/ShieldCraft-AI/ShieldCraft-AI

CodeCraft AI

Minimal AWS-native framework for RAG pipelines, PEFT fine-tuning workflows, and secure MLOps deployment.
👉 https://github.com/Dee66/CodeCraft-AI


🔍 Technical Focus Areas

  • Deterministic engineering & reproducible pipelines
  • Terraform plan parsing & governance
  • OPA/Rego policy engines
  • Vector DB & RAG security
  • GPU FinOps, rightsizing, and drift detection
  • AWS-native AI (Bedrock, SageMaker, Lambda, CDK)
  • Secure MLOps: CI/CD, tagging, environment-aware configs
  • Offline-first, audit-friendly infrastructure tooling

🛠️ What I'm Working On

  • Expanding ComputeScan with GPU drift autopsy reports
  • Adding new RAG security checks to VectorScan
  • Growing the GuardSuite blueprint ecosystem for broader AI governance

📫 Contact

Email: support@shieldcraft-ai.com
LinkedIn: https://www.linkedin.com/in/dee-prinsloo
Website (coming soon): shieldcraft-ai.com

Pinned Loading

  1. CodeCraft-AI CodeCraft-AI Public

    AWS-native platform with Retrieval-Augmented Generation (RAG), parameter-efficient fine-tuning (PEFT), built with full MLOps and IaC. Features FastAPI, Docker, AWS CDK, ECS Fargate, SageMaker, S3, …

    Python

  2. ComputeScan ComputeScan Public

    ComputeScan analyzes tfplan.json to catch GPU oversizing, autoscaling misconfigurations, tag drift, and high-risk idle patterns. Instantly, offline, and with zero setup. Designed for AI/ML infra te…

    Python

  3. VectorScan VectorScan Public

    Free security scanner for vector databases and RAG systems. Checks access exposure, drift, misconfigurations, and data leakage risks.

    Python

  4. GuardSuite-Zero-Trust-Demo-Repo GuardSuite-Zero-Trust-Demo-Repo Public

    Failing Terraform plan examples for GuardSuite. Includes real tfplan.json files that trigger VectorScan (RAG security) and ComputeScan (GPU cost drift) issues. Provides raw CLI output, explain mode…