AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
A secrets scanner with pattern matching, entropy analysis, and live validation
Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection
Terminal security analysis engine - homograph attacks, pipe-to-shell, ANSI injection
CLI interface for manually fetching and reading Prestige-parquet files
The Code Sin Judge - AST-powered secret scanner and security analyzer
AI Agent Egress Firewall - Default-deny egress control for AI agents
Fast, modular attack surface discovery — subdomains, ports, tech stack, secrets, hidden endpoints, cloud assets — part of the security research ecosystem
Scan checkpoint and resume for gossan — persists stage results to SQLite — part of the security research ecosystem
Cloud asset discovery scanner for gossan (S3, GCS, Azure Blob, DigitalOcean Spaces) — part of the security research ecosystem
Core types, traits, and shared networking utilities for the gossan attack-surface scanner — part of the security research ecosystem