⌂ JASON.EXE
12:40

Open Source

code & research · in the open

The same instinct runs through the day job and the side projects: hand people the tools instead of the bill. What's here is free, documented, and built to be read, cloned, and reused. Most of it lives at the intersection I work in every day, cybersecurity, privacy, and AI governance. More lands on GitHub over time.

github.com/jasondmacleod Cybersecurity · Privacy · AI Governance
View profile →
aigp-study-kitHTML
Free, unofficial study tools for the IAPP AIGP certification.

341 original practice-exam questions across five full-length mock exams, 54 framework recall cards, and a 3-week study plan, each one cited against IAPP's AI Governance Professional Body of Knowledge v2.1 so a wrong answer traces straight back to the source. It covers the frameworks the exam expects cold, NIST AI RMF, ISO/IEC 42001 and 42005, and the EU AI Act, and stays current with moving law (the 2026 Digital Omnibus timelines, Colorado's repealed AI Act) where the textbook lags.

Every tool is a single self-contained HTML file: no build step, no account, no tracking. Progress is saved to your own browser and sent nowhere.

git clone https://github.com/jasondmacleod/aigp-study-kit
ai-governanceaigpiappexam-prepnist-ai-rmfiso-42001eu-ai-act
License CC BY-NC-SA 4.0  ·  Runs in any browser, offline once loaded

Independent study aid, not affiliated with or endorsed by IAPP. AIGP® and IAPP® are trademarks of IAPP.

offsec-toolkitShell
A layered offensive-security automation toolkit.

A set of shell tools, two small Flask reference apps, and a structured note vault that together cover a network engagement end to end, organized in three layers: a collection layer for recon and enumeration that fans out across targets, a decision layer that reads that output to rank what to do next and track live access, and an evidence and reporting layer that captures findings and rolls them up into report-ready material.

Every script honors a single working-tree variable, so the tools read and write one consistent layout across an engagement.

git clone https://github.com/jasondmacleod/offsec-toolkit
offensive-securitypenetration-testingreconautomationbashflask
License MIT  ·  For authorized security testing only