Skip to content
View nevinshine's full-sized avatar
:octocat:
Building Sentinel
:octocat:
Building Sentinel

Block or report nevinshine

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nevinshine/README.md
nevin@fedora-lab:~/security-research$ ./identity_matrix.sh

============== [ SYSTEM IDENTITY LOADED ] ==============

! USER_ID:   Nevin Shine (uid=1000)
! CONTEXT:   Systems Security Researcher
! TARGET:    Cross-Layer Intent Enforcement & Zero-Trust Architecture

+ [0x01] CORE ARCHITECTURE
--------------------------------------------------------
  > Strategy: Deterministic, kernel-native defense
  > Tech Stack: eBPF, LLVM, Linux Security Modules (LSM), AMD-V
  > Objective: Closing the Semantic-to-Execution Gap
              from Ring -1 hardware to L7 MCP semantics

┌─────────────────────────────────────────────────────────────────┐
│  [0x02]  SENTINEL STACK                                         │
├──────────────┬──────────────────────────────────────────────────┤
│              │                                                  │
│   Ring -1    │  Sentinel VMI     AMD-V · NPT Guard              │
│   Ring  0    │  Sentinel-CC      Ed25519 · PCC Enforcement      │
│   Ring  0    │  Telos Runtime    LSM · Intent Correlation       │
│   Ring  0    │  Sentinel RT      Seccomp · HIDS                 │
│   Compile    │  Telos Language   Kernel-Aware Compiler          │
│   Wire       │  Hyperion XDP     NIC-Level · Zero-Copy          │
│   L7         │  TBD              MCP · Semantic Firewall        │
│              │                                                  │
├──────────────┴──────────────────────────────────────────────────┤
│                                                                 │
│  STATUS                                                         │
│  ──────                                                         │
│  Sentinel-CC      ██████████  verified   81.6% attack surface ↓ │
│  Hyperion XDP     ██████████  running    wire-speed XDP_DROP    │
│  Telos Runtime    ████████░░  loading    IFC · taint tracking   │
│  Telos Language   ███████░░░  building   Z3 · dual-target IR    │
│  Sentinel VMI     █████░░░░░  testing    Ring -1 introspection  │
│  Sentinel RT      ████░░░░░░  active     seccomp · io_uring     │
│  TBD              ███░░░░░░░  bridging   L7 → Ring 0 sync       │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

+ [0x03] ARSENAL
--------------------------------------------------------
  # LANGUAGES:   C | C++ | Rust | Go | Python | Assembly
  # COMPILER:    LLVM | inkwell | Dual-Target IR | goblin ELF
  # FORMAL:      Z3 SMT | Hoare Logic | IFC Lattice | BitVector
  # KERNEL:      eBPF | LSM | KVMi | AMD-V | Namespaces | cgroups
  # NETWORK:     TCP/IP | XDP | Protobuf | gRPC | MCP
  # FORENSICS:   GDB | bpftool | strace | pahole | objdump
  
! [0x04] UPLINK ESTABLISHED
--------------------------------------------------------
  @: nevinshine05@outlook.com
  L: Nürnberg, DE / Kottayam, IN
  W: nevinshine.github.io
  G: github.com/nevinshine
  
========================================================

Pinned Loading

  1. sentinel-runtime sentinel-runtime Public template

    Runtime Malware Analysis Engine using Linux ptrace & Isolation Forests.

    C 1

  2. hyperion-xdp hyperion-xdp Public

    High-performance stateful network defense using eBPF/XDP. The Network Satellite for the Sentinel Runtime research system.

    C 5 1

  3. sentinel-cc sentinel-cc Public

    Compiler-Kernel Co-Designed execution integrity enforcement using Policy-Carrying Code (PCC) and eBPF-LSM.

    C

  4. telos-runtime telos-runtime Public

    A closed-loop security runtime preventing "The Great Exfiltration" and Indirect Prompt Injection in Autonomous AI Agents.

    Python 2

  5. sentinel-vmi sentinel-vmi Public

    Ring -1 hypervisor introspection for the Sentinel Stack

    C

  6. telos-lang telos-lang Public

    A zero-trust systems programming language unifying business logic and kernel security policies through a dual-target LLVM BPF pipeline, Z3 formal verification, and Information Flow Control (IFC).

    Rust