Aigis

Aigis

the code review you can trust

A three-layer concentric code-review framework engineered to eliminate false positives — intent is documented first, every layer stays strictly in its lane, and style is never reported as an error.

L1 · CORE · Documentation L2 · PULSE · Code Review L3 · SHIELD · Cybersecurity
▾ SCROLL TO ENGAGE ▾
The Ocularis Schema

An Iris. A Shield. A Verdict that Pulses Outward.

Raw code enters the CORE. CORE emits a Context Contract; PULSE reviews functionality with it; SHIELD hardens security with it. Click any ring to inspect that layer.

SHIELD L3 · CYBERSECURITY PULSE L2 · CODE REVIEW CORE L1 · CONTEXT CONTRACT
LAYER 3 · OUTERMOST

SHIELD — Cybersecurity

Hardens against attacker-reachable vulnerabilities. Receives contract + PULSE verdict. Emits VULNERABILITY (CWE + severity) or ACCEPTED_RISK.

LAYER 2 · MIDDLE

PULSE — Code Review

Functionality & stability only. Does the code do what its documented FUNCTION says? Emits CONFIRMED_DEFECT or ADVISORY.

LAYER 1 · INNERMOST

CORE — Documentation

Documents, never judges. Captures Function / Connectivity / Inheritance / Dependencies into the authoritative Context Contract.

Process Flow

CORE → PULSE → SHIELD → VERDICT

The Code Review Circle

Code is processed innermost-out. Each stage hands its structured output forward; the final verdict pulses back out. Click any node to inspect it.

LAYER 1

CORE

Documents block intent into the Context Contract.

LAYER 2

PULSE

Verifies functionality & stability against the contract.

LAYER 3

SHIELD

Hardens security using contract + functionality verdict.

OUTPUT

VERDICT

Consolidated, false-positive-guarded findings pulse outward.

Shared Vocabulary

Five Finding Classes

One taxonomy used by every layer — so a documented intention can never be re-flagged as a defect.

INTENTIONAL

Matches the Context Contract. Not a finding — acknowledged so it is never re-raised.

CONFIRMED_DEFECT

Violates documented Function or will demonstrably fail. PULSE only.

VULNERABILITY

Attacker-reachable weakness with a plausible exploit path. SHIELD only. Carries CWE + severity.

ADVISORY

Optional, non-blocking improvement — all stylistic preferences live here. Any layer may emit.

ACCEPTED_RISK

Theoretical weakness whose input is fully trusted per the contract. Noted, not actioned.

Copied!