Skip to content

πŸ—ΊοΈ Siyarix Documentation Map

Welcome to Siyarix

πŸ‘‹ Welcome to Siyarix! This is a personal passion project built by a single developer. It's currently under active development and growing fast. Expect rough edges, but lots of love! ❀️

Welcome to the Siyarix Documentation Map! This page serves as your master compass for navigating the extensive documentation we have built for the platform.

Whether you are a brand new user, a seasoned security operator, or a developer looking to contribute to the core engine, you can find exactly what you need here.


🧭 Quick Navigation

Not sure where to start? Pick the path that best describes you:

🌱 For New Users

Just getting started? We highly recommend following these guides in order: 1. Installation Guide β€” Get Siyarix running on your machine. 2. Onboarding Wizard β€” Let our interactive wizard help you set up your API keys and environment. 3. Setup & Configuration β€” A deeper dive into customizing your setup. 4. Your First Run β€” A gentle walkthrough of your very first Siyarix command.

πŸ›‘οΈ For Security Operators

Ready to put Siyarix to work? Dive into our operational guides: - Interactive Chat (REPL) β€” Learn how to use the powerful interactive terminal. - Security Workflows β€” Best practices for recon, vulnerability assessment, and incident response. - Cloud & IaC Scanning β€” How to secure your cloud environments and infrastructure code. - Compliance Frameworks β€” Map your scans to SOC 2, HIPAA, ISO 27001, and more.

πŸ’» For Developers & Contributors

Looking under the hood or wanting to write some code? Start here: - Contribution Guide β€” Our workflow, standards, and how you can help! - Codebase Overview β€” A comprehensive map of our 82+ source modules. - Testing Standards β€” How we ensure reliability with pytest and CI/CD. - Module Architecture β€” Component design and responsibilities.


πŸ“‚ The Complete Documentation Tree

If you prefer to browse the raw structure, here is a complete layout of the docs/ folder:

docs/
β”œβ”€β”€ πŸš€ getting-started/       # Installation, onboarding, and configuration
β”‚   β”œβ”€β”€ installation.md       # Multi-platform install (pip, brew, winget, docker)
β”‚   β”œβ”€β”€ onboarding.md         # The interactive 11-step setup wizard
β”‚   β”œβ”€β”€ setup.md              # Managing API keys, credentials, and settings
β”‚   β”œβ”€β”€ first-run.md          # A walkthrough of your first session
β”‚   β”œβ”€β”€ configuration.md      # A deep-dive into advanced settings
β”‚   └── troubleshooting.md    # Common issues and how to fix them instantly
β”‚
β”œβ”€β”€ πŸ“– user/                  # Daily operations and workflows
β”‚   β”œβ”€β”€ cli-commands.md       # Reference for 50+ CLI commands across 12 groups
β”‚   β”œβ”€β”€ interactive-chat.md   # Mastering the AI REPL and 54+ slash commands
β”‚   β”œβ”€β”€ security-workflows.md # Recon, vulnerability assessment, incident response
β”‚   β”œβ”€β”€ cloud-scanning.md     # Multi-cloud security scanning (under development)
β”‚   β”œβ”€β”€ compliance.md         # Framework mapping (SOC 2, NIST, GDPR, PCI-DSS)
β”‚   β”œβ”€β”€ threat-intelligence.md# Integrations with OTX, NVD, and MITRE ATT&CK
β”‚   β”œβ”€β”€ playbooks.md          # Building automated YAML-based IR playbooks
β”‚   β”œβ”€β”€ workflow-files.md     # DAG workflow reference (programmatic API)
β”‚   β”œβ”€β”€ reporting.md          # Multi-format report generation
β”‚   β”œβ”€β”€ offline-registry.md   # Running without AI (Offline/Registry execution mode)
β”‚   └── ai-workflows.md       # Advanced AI-driven autonomous operations
β”‚
β”œβ”€β”€ πŸ’» developer/             # Building, testing, and extending Siyarix
β”‚   β”œβ”€β”€ codebase-overview.md  # Full module structure mapping
β”‚   β”œβ”€β”€ contribution-guide.md # How to submit PRs and our coding standards
β”‚   β”œβ”€β”€ module-architecture.md# Component design and responsibilities
β”‚   β”œβ”€β”€ testing.md            # Writing tests (pytest), coverage, and CI/CD
β”‚   └── building.md           # Packaging, distribution, and Docker builds
β”‚
β”œβ”€β”€ πŸ—οΈ architecture/          # System design and core internals
β”‚   β”œβ”€β”€ overview.md           # High-level data flow and layered orchestration
β”‚   β”œβ”€β”€ ai-agent-pipeline.md  # The AgentCore reasoning and execution pipeline
β”‚   β”œβ”€β”€ provider-abstraction.md# How we unify 26 different AI providers
β”‚   β”œβ”€β”€ execution-engine.md   # Plan-based step orchestration
β”‚   β”œβ”€β”€ memory-and-state.md   # Knowledge graph, session persistence, and learning
β”‚   β”œβ”€β”€ security-model.md     # The Permission Gate, DLP, audit logging, and OPSEC
β”‚   └── intent-routing.md     # Semantic intent classification and routing
β”‚
β”œβ”€β”€ 🧠 ai/                    # Deep dive into the AI provider & agent systems
β”‚   β”œβ”€β”€ routing.md            # Managing 26 providers, failovers, and circuit breakers
β”‚   β”œβ”€β”€ persona-system.md     # Overview of our 10 security personas
β”‚   β”œβ”€β”€ agent-reasoning.md    # The Observe-Reason-Act loop and tool call repair
β”‚   β”œβ”€β”€ tool-execution.md     # The tool registry, capability graph, and parsers
β”‚   β”œβ”€β”€ ensemble.md           # Parallel LLM voting strategies
β”‚   β”œβ”€β”€ multi-wave.md         # Iterative goal execution with context carry-over
β”‚   β”œβ”€β”€ prompt-architecture.md# System prompt design and management
β”‚   └── safety.md             # Our rigorous 8-layer hallucination mitigation system
β”‚
β”œβ”€β”€ πŸ›‘οΈ security/              # Safety, ethics, and threat models
β”‚   β”œβ”€β”€ reporting.md          # How to safely report vulnerabilities to us
β”‚   β”œβ”€β”€ threat-model.md       # System threat model and our mitigations
β”‚   β”œβ”€β”€ operational-security.md# TOR routing, stealth modes, and OPSEC controls
β”‚   β”œβ”€β”€ ethical-policy.md     # Mandatory rules of engagement for all users
β”‚   └── abuse-prevention.md   # How we prevent misuse of the AI engine
β”‚
└── βš–οΈ legal/                 # Licensing and governance
    β”œβ”€β”€ agpl-guide.md         # A plain-English overview of the AGPL-3.0-or-later license
    β”œβ”€β”€ why-agpl.md           # The philosophy behind our license choice
    β”œβ”€β”€ trademark-policy.md   # Branding and trademark guidelines
    β”œβ”€β”€ responsible-ai.md     # Our framework for ethical AI usage
    β”œβ”€β”€ disclaimer.md         # Important legal disclaimers
    └── plugin-exception.md   # The license exception for building custom plugins

πŸ“– Key Terminology

As you read through the documentation, you might encounter some specific terms. Here is a quick cheat sheet:

Term What It Means
Provider The backend AI engine powering Siyarix (e.g., OpenAI, Anthropic, Ollama).
Tool A traditional security executable installed on your system (e.g., nmap, nuclei).
Plan A step-by-step sequence of tool commands intelligently generated by the AI.
Workflow A hardcoded, predefined execution path (usually defined in YAML/JSON) that doesn't require AI generation.
Persona A specialized behavioral profile given to the AI (e.g., instructing it to act specifically as a "Network Recon Specialist").
Knowledge Graph Siyarix's internal memory where it stores findings (like IP addresses, open ports) to contextually inform future steps.

Need help finding something specific? Feel free to use the search bar at the top of the documentation site, or open a discussion on our GitHub!