Skip to content
View stacknil's full-sized avatar
🫠
Working from home
🫠
Working from home

Block or report stacknil

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

stacknil

Systems, telemetry, defensive tooling, and reviewable security artifacts.

I build small public repositories that are intentionally narrow, reproducible, and easy for a reviewer to inspect without guessing at hidden scope.

Current direction:

  • systems foundations that make later telemetry and security work legible
  • monitoring and detection-oriented tooling
  • deterministic local workflows over black-box demos
  • public-safe security writing with explicit boundaries

Portfolio Map

Repo Primary signal Start here
LogLens C++20 defensive log analysis for Linux auth evidence, with parser coverage telemetry and deterministic reports README · reviewer brief
telemetry-lab reviewable telemetry and detection demos: windowing, dedup, bounded AI-assisted case drafting, and config-change investigation README · reviewer brief
repo-sentinel-lite deterministic repository hygiene and lightweight secret-adjacent scanning with baselines and pre-commit integration README · reviewer brief
scientific-computing-toolkit scientific and supply-chain review infrastructure, currently led by sbom-diff-and-risk README · reviewer brief
systems-foundations Linux auth and networking state mini-labs with deterministic normalization and report artifacts README · reviewer brief
sec-writeups-public sanitized security notes and reviewer-friendly publication governance README · reviewer brief

What Ties These Repos Together

  • systems -> telemetry -> security is the main technical arc
  • outputs should be inspectable by a human, not just runnable once
  • documentation is part of the artifact, not cleanup after the artifact
  • defensive scope and explicit boundaries matter more than inflated claims

Publishing Discipline

Public repositories are treated as reviewable artifacts: sanitized inputs, explicit boundaries, deterministic outputs, tests where useful, and documentation that separates tool behavior from release or data claims.

AI assistance may be used for implementation and documentation drafting, but public artifacts are reviewed through tests, deterministic outputs, explicit scope boundaries, and human-maintained release notes.

Reviewer Shortcut

If you only have 5 minutes:

  1. telemetry-lab - detection workflow and bounded AI-assisted analyst drafting.
  2. LogLens - C++20 Linux authentication log analysis with parser observability.
  3. repo-sentinel-lite - PyPI-published repository hygiene CLI with baselines and pre-commit support.
  4. scientific-computing-toolkit - SBOM/dependency risk review plus supporting scientific-data diagnostics.

Writing

Contact

Pinned Loading

  1. LogLens LogLens Public

    C++20 defensive log analysis CLI for Linux auth logs, with parser coverage telemetry, configurable detections, CI, and CodeQL.

    C++

  2. telemetry-lab telemetry-lab Public

    Small prototypes for telemetry analytics, monitoring, and detection-oriented signal processing.

    Python

  3. repo-sentinel-lite repo-sentinel-lite Public

    Deterministic Python CLI for repository hygiene checks and pre-commit secret scanning.

    Python

  4. scientific-computing-toolkit scientific-computing-toolkit Public

    Scientific-computing and supply-chain-security toolkit; flagship deterministic SBOM/dependency diff CLI with provenance-aware reporting.

    Python 1

  5. sec-writeups-public sec-writeups-public Public

    Public, sanitized security write-ups from authorized labs, focused on methodology, reusable patterns, and safe publishing.

    Python

  6. systems-foundations systems-foundations Public

    Deterministic mini-labs for Linux and systems foundations.

    Python