Skip to content
View forgehk's full-sized avatar

Block or report forgehk

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

@forgehk

Computer Science · AI Engineer · Founder of DarkForge AI
Engineer · Founder, DarkForge AI

DarkForge AI Email


What I'm about

I'm an engineer and the founder of DarkForge AI, an AI-automation and full-stack web-development studio shipping platforms across wellness, e-commerce, real estate, and telehealth.

I ship AI-accelerated full-stack platforms 60–80% faster than traditional builds, write Python pipelines that replace manual work at 500× speed, and harden client infrastructure across DNS, SSL, and email deliverability.

Right now I'm leveling up my security engineering chops in public — building offensive, defensive, and AppSec tooling out in the open. Pinned repos below.


Currently building

Project What it is Stack Status
pipeline-armor Drop-in DevSecOps gate for GitHub Actions: SAST + SCA + secrets + container scan, with a deliberately vulnerable demo app the gate catches Python, GitHub Actions, Semgrep, Trivy, gitleaks 🚧 In progress
phish-forge AI-powered .eml analyzer — header forensics, URL reputation, attachment sandboxing, LLM verdict explainer Python, FastAPI, Next.js, Claude 🚧 In progress
darkforge-edr Lightweight endpoint detection agent — process / file / network telemetry with rule-based detections and a Next.js alert console Go, Next.js, SQLite 📐 Architecture

Toolkit

Languages    : Python · JavaScript · C++ · Java · SQL · Bash
Full-Stack   : React · Node.js · Next.js · Supabase · Netlify · REST APIs · Shopify
AI / Auto    : Claude Code · LLM Orchestration · Agent Workflows · PIL/Pillow · Apify
Security     : DNS (A/CNAME/MX/SPF/DKIM) · SSL/TLS · HTTP Headers · Env Isolation
              · SAST · SCA · Secrets Scanning · Honeypot Forms · Container Scanning
CS           : Data Structures · Algorithms · OS · Computer Architecture
              · Computer Security · Data Security & Privacy · OOP · Discrete Math
DevOps       : Git · Linux · Chrome DevTools · One-command Netlify deploys

Stats

GitHub stats Top languages


Open to

Software Engineer Internships · AppSec / DevSecOps · SOC / Blue Team · Red Team / Offensive Security · Full-Stack / AI Roles

Open to Summer 2026 / Fall 2026 opportunities — remote or hybrid.

📬 Reach me: info@darkforgeai.com

Pinned Loading

  1. ctf-toolkit ctf-toolkit Public

    Swiss-army CLI for CTF challenges: ciphers, encoders, hash ID, frequency analysis. Zero external deps.

    Python

  2. darkforge-edr darkforge-edr Public

    Lightweight endpoint detection agent in Go. Process telemetry, YAML rule engine with name/cmdline/regex matching, JSON-lines alerts.

    Go

  3. phish-forge phish-forge Public

    Phishing email analyzer with header forensics, URL scoring, and body heuristics. CLI + FastAPI service.

    Python

  4. pipeline-armor pipeline-armor Public

    Drop-in DevSecOps gate for GitHub Actions: secrets scanner, AST-based pattern scanner, YAML policy engine, vulnerable demo app.

    Python

  5. mips-emulator mips-emulator Public

    A small MIPS-32 instruction emulator in modern C++. Assembler + CPU + memory. Runs textbook MIPS programs end-to-end.

    C++

  6. nextjs-auth-armor nextjs-auth-armor Public

    Next.js 14 starter with Supabase auth, Row-Level Security, honeypot-protected forms, and security-header middleware.

    TypeScript