The Open-Source Baseline for M365 & Azure Security Posture Auditing
AuditSide Lite is a streamlined, CLI-based open-source edition of the acclaimed AuditSide Enterprise platform. Developed for security enthusiasts, sysadmins, and cybersecurity researchers, this tool provides a rapid, frictionless way to audit the security baseline of Microsoft 365 and Azure environments directly from your PowerShell terminal.
While the Enterprise edition features a fully autonomous WPF graphical interface, continuous drift detection, and automated C-Level reporting across 13 cybersecurity categories (including Forensics and Network), this Lite version empowers the community to execute core security assessments and generate actionable JSON/CSV findings for free.
Want the full power? Upgrade to [AuditSide Enterprise] for the 4-in-1 modular platform (Purview, Forensics, Network, Azure), C-Level HTML Interactive Dashboards, 1-Click Remediation, and completely obfuscated commercial-grade deployment.
Microsoft.Graph (installed automatically upon consent)git clone https://github.com/tu-usuario/AuditSide-Lite.git
cd AuditSide-Lite
.\Start-AuditLite.ps1
AuditSide was architected with a strict separation of concerns (SoC). It isolates the graph sessions to prevent cross-tenant data leaks and relies heavily on asynchronous data gathering to avoid UI/CLI blocks.
The Lite version strips down the advanced telemetry and UI runspaces to offer a pure, code-first auditing experience, allowing the open-source community to learn from its core mechanics.
We welcome contributions from the cybersecurity community! Whether itโs adding new assessment rules or improving performance, feel free to open a Pull Request.