Autonomous Gemini-Native White-Box AI Pentester
Zara Sentinel is the evolution of the open-source autonomous security agent paradigm, optimized specifically for the Gemini architecture. With unprecedented context awareness and precision, Zara Sentinel acts as your frontline security auditor for web applications and APIs.
Leveraging Gemini's massive 2.0M Token Context Window, Zara Sentinel doesn't just read an endpoint—it consumes entire monolithic codebases, PR histories, and deeply nested dependencies simultaneously to identify complex logic flaws that other LLMs miss.
The handshake between Antigravity and Zara Sentinel is designed for autonomous resilience.
sequenceDiagram
participant User
participant Antigravity
participant ZaraSentinel
participant Temporal
User->>Antigravity: Initiate Security Sweep
Antigravity->>ZaraSentinel: Delegate White-box Audit (Full Code Access)
ZaraSentinel->>Temporal: Register Audit Workflows
Temporal-->>ZaraSentinel: Acknowledge & Orchestrate
ZaraSentinel->>ZaraSentinel: Analyze Codebase (2.0M Tokens)
ZaraSentinel->>User: Output Vulnerability Report & Remediation Code
Zara Sentinel runs out of the box via Docker and Node.js.
-
Clone the Repository
git clone https://github.com/RJ-Flash/zara-sentinel.git cd zara-sentinel -
Configure Environment Copy the example config and add your API keys:
cp .env.example .env
-
Install Dependencies
npm install
-
Start the Sentinel (via CLI)
npx @archonai/zara-sentinel start
This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.
This repository is a Gemini-Native modification of the original Shannon project. Significant structural, logical, and branding modifications have been made to tailor the system strictly around Google Gemini models and the ArchonAI ecosystem.
Zara Sentinel is a sovereign fork of the Shannon Project originally authored by KeygraphHQ. We thank the original authors for their pioneering groundwork in autonomous pentesting workflows.
