Skip to content
View omobolajiadeyan's full-sized avatar

Block or report omobolajiadeyan

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

What I Stand For

Security work should be practical enough for engineers to adopt, precise enough for reviewers to trust, and clear enough for leaders to act on.

I build tools and contribute to open-source security projects where the output has to survive real scrutiny: phishing analysis, vulnerability triage, CI/CD hardening, SARIF reporting, policy mapping, and evidence trails that show how a finding was produced.

Signal What It Shows
PhishGuard AI on GitHub Marketplace I can take a security idea from implementation to packaged, reusable developer workflow
OWASP, Prowler, SecOps-NG, RamenDR work I contribute inside established security communities and respond to maintainer standards
Security+, AWS Academy Cloud Foundations, BS Information Technology I connect hands-on engineering with governance, auditability, and risk language

Signature Project

PhishGuard AI is an explainable offline phishing detection engine for URLs and email. It is designed for local analysis, CI workflows, GitHub Code Scanning, and security education where black-box scoring is not enough.

- uses: omobolajiadeyan/phishguard-ai@v0.5.1
Explainable Detection
URL, email, redirect, typosquatting, and authentication-signal analysis with readable reasoning.
Automation Ready
JSON and SARIF 2.1.0 output for GitHub Code Scanning, CI workflows, and downstream tooling.
Trust Boundaries
SPF, DKIM, and DMARC are treated as supporting evidence, not magic proof of safety.

Recent work includes benchmark recall improvements, a stable Python API guide, SARIF validation, REST API server mode, third-party adoption templates, expanded parser trust-boundary tests, and an unpacked Chrome/Edge extension prototype for current-page URL checks.

PhishGuard AI CLI output comparing a safe input against a phishing input

Real CLI output on two public-safe inputs (example.com and the TEST-NET-1 documentation range), refreshed July 28, 2026 — see PROJECT_EVIDENCE.md for the exact commands and reproducible benchmark evidence.


Portfolio

Offline phishing analysis with explainable scoring, SARIF output, Code Scanning support, and Marketplace packaging.

Python core JavaScript browser demo SARIF Code Scanning Last commit

CI-friendly credential scanner with redacted JSON/SARIF output, reusable GitHub Action support, and a browser report viewer for safe evidence review.

Python core JavaScript report viewer SARIF export GitHub Action Last commit

Threat detection with MITRE ATT&CK mappings, structured JSON/SARIF output, and a browser report viewer for exported evidence.

Python core JavaScript report viewer MITRE ATT&CK mapping SARIF output Last commit

Behavioral anomaly detection for user and IP risk scoring, including UEBA-style insider-threat patterns and a TypeScript report viewer for exported JSON.

Python engine TypeScript report viewer MITRE hints Last commit

CVE analysis with NVD data, deterministic triage, optional AI-assisted narrative, and a TypeScript report viewer for reviewer-friendly output.

Python engine TypeScript report viewer NVD CVE triage Last commit

Real-time and offline CVE intelligence using NVD data, severity aggregation, JSON evidence export, and a browser report viewer for reviewer-friendly triage.

Python data pipeline JavaScript report viewer CVE intelligence dashboard NVD live data Last commit

Private pre-launch: AppSec Compliance Bridge converts application-security scan findings into traceable NIST SP 800-53 control mappings and POA&M evidence, with a React/TypeScript demo shell now in progress.


Product Readiness Evidence

Product Recent Upgrade Evidence
PhishGuard AI Added an unpacked Chrome/Edge browser extension prototype so users can check the current tab or paste a URL without using the CLI Extension commit, Extension guide
Log Analyzer Added JSON summary evidence, evaluator docs, an evidence graphic, and a JavaScript browser report viewer for exported log findings Upgrade commit, Evidence guide
Secrets Scanner Added redacted summary evidence, evaluator docs, an evidence graphic, a clearer README evidence path, and a JavaScript browser report viewer for exported secret findings Upgrade commit, Evidence guide
CVE Dashboard Added offline JSON input, summary exports, evaluator docs, an evidence graphic, a saved viewer screenshot, and a JavaScript report viewer for CVE triage evidence Upgrade commit, Evidence guide
BehaviorSense Added evaluator docs, a TypeScript browser report viewer, project evidence, and a richer sample report for exported anomaly JSON Evidence commit, Evidence guide
VulnGPT Added evaluator docs, a TypeScript browser report viewer, project evidence, and a richer sample report for CVE triage JSON Evidence commit, Evidence guide
AppSec Compliance Bridge Added public-safe demo docs and a React/TypeScript frontend shell for the upload-to-POA&M workflow Demo docs, React shell
GitHub profile Replaced raw language-percentage badges with product stack badges that show Python, TypeScript, JavaScript, SARIF, and GitHub Actions roles Profile commit

Open-Source Proof

Area Selected Evidence
Application security automation OWASP Agent Security Regression Harness PR #150, OWASP cve-lite-cli PR #602
Cloud and compliance security Prowler PR #11098, SecOps-NG PR #281
Supply-chain hardening RamenDR ramenctl PR #466
API and vulnerability tooling PhishGuard API/server work, SARIF validation, Code Scanning hygiene

Full dated record: OPEN_SOURCE_LOG.md


Writing


Working Stack

Python, JavaScript, TypeScript, Node.js, React, SQLite, Docker, and GitHub Actions

SARIF 2.1.0 CodeQL MITRE ATT&CK NIST SP 800-53 GitHub Actions


Contact

I am open to senior security engineering roles, application-security tooling collaboration, technical advisory work, and community projects around practical security automation.

Website - LinkedIn - Writing - HackerOne - Email

Pinned Loading

  1. frenimi-checkers frenimi-checkers Public

    Cross-platform checkers game with minimax AI, realtime multiplayer, SQLite ratings, and PWA support.

    HTML

  2. phishguard-ai phishguard-ai Public

    Explainable offline phishing detection for URLs and email. Zero dependencies. SARIF 2.1.0 output. Reusable GitHub Action.

    Python 5

  3. secrets-scanner secrets-scanner Public

    CI-friendly secret scanner with redacted JSON/SARIF output and reusable GitHub Action support.

    Python

  4. behaviorsense behaviorsense Public

    Behavioral anomaly detection engine for user and IP risk scoring. UEBA patterns for insider threat detection.

    Python

  5. cve-dashboard cve-dashboard Public

    Real-time CVE intelligence dashboard pulling live data from the NVD API.

    Python 1

  6. vulngpt vulngpt Public

    CVE analysis with NVD data and AI-assisted remediation guidance.

    Python