MODULE: OVERVIEW
Documentation Portal Overview
Central technical documentation for Saket Choudhary's defensive security software, AI triage engines, and Rust systems.
Technical Documentation Hub
Welcome to the official developer documentation portal maintained by Saket Kumar Choudhary. This hub provides architecture guides, installation quickstarts, and technical specifications for open-source security tools and memory-safe software engines.
Software Guides & Quick Links
1. VulnSightAI Recon Engine
Attack surface discovery and AI vulnerability triage framework built in Go (1.22+) and TypeScript.
2. Atlas System Intelligence TUI
Offline-first, zero-telemetry Linux diagnostic console engineered in Rust (2021).
Security & Architectural Principles
- Zero Telemetry: All CLI utilities run 100% offline without network egress or analytics beacons.
- Memory Safety: Systems tools written in Rust and Go eliminate buffer corruption and memory leak vectors.
- Cryptographic Verification: Release artifacts are signed with GPG keys (
CF8E 0D3C 6116 FDD3 81A6 2DC0 22DE CA1F B41A 81F8) and SHA-256 manifests.
Quickstart Terminal Installation
# Verify system environment and Go/Rust compilers
go version
rustc --version
# Clone and test software suites
git clone https://github.com/pingsaketchoudhary/VulnSightAI.git
git clone https://github.com/pingsaketchoudhary/Atlas.git
Documentation Index
| Module | Language | Focus Area | Status |
|---|---|---|---|
| VulnSightAI | Go 1.22+ / TypeScript | AI Recon & Vulnerability Triage | Active |
| Atlas | Rust 2021 (Ratatui TUI) | Zero-Telemetry Introspection | Active |
| IRA Guardian | Windows / Linux Binaries | Endpoint Release Engineering | Verified |
