wh1sky02 Field Notes · Vol. 01 Singapore, 2026

Offensive Security and Agentic AI:
Field Notes, 2026

Abstract.

These notes document the work of Sein Linn, a cybersecurity engineer based in Singapore. The practice spans offensive security research, including three published CVEs and a seventh-place finish at the Magnet Virtual Summit 2026 in digital forensics, and applied AI work spanning browser-only language clients and Burmese natural language benchmarks. A consistent thread runs through both: building the tools the work itself requires, and publishing them openly.

01 Work

Eight entries from the public repository, drawn from the work itself rather than from a résumé.

copy-fail-python CVE-2026-31431

A zero-dependency Python proof-of-concept for Copy Fail, a Linux kernel local privilege escalation through AF_ALG and splice page-cache corruption. Runs on Python 3.7+, nothing to compile.

security research · python · lpe poc

RavenGPT live demo

An AI chat client that runs entirely in the browser. The user brings an OpenRouter key; nothing is logged or proxied. Four modes: chat, visible-reasoning, web search, and vision.

next.js · typescript · openrouter

BurmeseGLUE

A shared benchmark for Burmese natural language understanding: four tasks, fixed splits, reproducible baselines, so results across papers and projects are comparable.

nlp · benchmark · low-resource

PortSwigger Cheat Sheets

Payloads and working notes from completing the PortSwigger Web Security Academy: thirty topics covering SQL injection, XXE, request smuggling, template injection, and more.

web security · payloads · owasp

KeyForge

Bulk OpenAI API key validation behind a terminal-styled interface: paste or upload keys, watch them validate in real time, export the results.

flask · api tooling · concept stage

CogniVault RAG Engine

A Next.js retrieval-augmented generation pipeline: documents go in, answers come out with the retrieved chunks attached, so the search can be checked.

rag · vector search · embeddings

GetVideo

A Firefox build of Video DownloadHelper with the premium features enabled. The downloader engine is upstream code; only the paywall checks changed.

firefox extension · repack

pafish mirror

A mirror of a0rtega/pafish, the tool malware uses to detect virtual machines and analysis environments, kept open so analysts can study anti-analysis techniques.

malware analysis · sandbox detection

02 Credentials and evidence

Certifications held

  • CEH Certified Ethical Hacker
  • CySA+ CompTIA Cybersecurity Analyst
  • BTL1 Blue Team Level 1
  • eCTHP eLearnSecurity Certified Threat Hunting Professional
  • CRTA Certified Red Team Associate

Evidence of work

  1. Three published CVEs.
  2. Ranked #7 at the Magnet Virtual Summit 2026, in digital forensics and incident investigation.
  3. Offensive security and agentic AI focus; national-level competitions including the NCSA Thailand AI CTF.

03 Current work