Skip to content
View adamsjack711-ux's full-sized avatar
😁
😁

Block or report adamsjack711-ux

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

Hi, I'm Jack Adams-Lovell

Security developer studying Cyber Security at Thompson Rivers University, based in British Columbia, Canada.

I build security tooling — things that watch networks, audit supply chains, and break applications on purpose so they can be fixed. Most of my work lives in the terminal.

jackadamslovell.com · adamsjack711@gmail.com


What I'm building

Project What it does
s-ide A security-testing IDE where any app or web app gets probed, broken down, and hardened inside a sealed sandbox — every flaw traced from symptom to root cause to fix
pkgxray Local CLI/MCP tool that audits AI-agent extensions and npm packages for supply-chain risk — static scan, OSV vuln precheck, sandboxed quarantine
stik-cli Passive network watcher that tells you in plain English what's on your network, and alerts when something new joins
agentwatch Unified live token-usage and cost dashboard for local AI coding agents — Claude Code, Codex CLI, aider
driftcheck Semantic diffing of config files across environments — typed drift detection with a CI exit-code gate
NimTui Reactive terminal UI framework for Nim — declarative macro DSL, signals, flex layout, zero-dependency binaries

Tools & languages

Go Python JavaScript Nim Linux Wireshark Git

Interests

  • Network security — passive monitoring, packet analysis, honeypots
  • Supply-chain security — auditing packages and AI-agent extensions before they bite
  • Developer tooling — TUIs, CLIs, and making security legible to humans

Stats

Jack's GitHub stats Top languages

Pinned Loading

  1. pkgxray pkgxray Public

    Supply-chain security for AI agents, npm packages, and MCP servers. Analyze packages before you install them — zero-dep Node, runs locally, never executes untrusted code.

    JavaScript 6 1

  2. Cernis Cernis Public

    Python 1

  3. s-ide s-ide Public

    A security-testing IDE where any application or web app gets probed, broken down, and hardened inside a sealed sandbox — every flaw traced from symptom to root cause to fix.

    Python 1

  4. stik-cli stik-cli Public

    Passive network watcher: tells you in plain English what's on your network, and alerts when something new joins. Go, gopacket, Bubble Tea.

    Go 1

  5. NimTui NimTui Public

    Reactive terminal UI framework for Nim — declarative macro DSL, signals, flex layout, zero-dependency binaries

    Nim

  6. driftcheck driftcheck Public

    Semantic diffing of config files (.env, JSON, YAML, TOML) across environments — typed drift detection with a CI exit-code gate

    Go