> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BLSA: Business Logic Security Analysis

> Discover our AI-driven, holistic approach to identifying insecure-by-design flaws in your application.

Traditional scanners (SAST, IAC, SCA) excel at finding known patterns or misconfigurations. **Business Logic Security Analysis (BLSA)** goes a step further, using **AI agents** to interpret your application's overall architecture, highlighting **insecure-by-design** issues that can't be detected by standard rule-based tools.

<Frame>
  <img src="https://mintcdn.com/cybedefend/aDLcTBG2HfZKnk8v/images/get-started/relevant-functionalities/blsa-overview.png?fit=max&auto=format&n=aDLcTBG2HfZKnk8v&q=85&s=7fd6aa3b393072fbc8b8080bcd77e1bc" alt="BLSA Overview" style={{ borderRadius: '0.5rem' }} width="1475" height="1235" data-path="images/get-started/relevant-functionalities/blsa-overview.png" />
</Frame>

## Why BLSA?

1. **Contextual Understanding**\
   AI doesn't just read lines of code—it <strong>understands</strong> how different parts interact, spotting vulnerabilities when business flows are implemented incorrectly (e.g., logic around payment processing or user account privileges).

2. **Agent-Based Analysis**\
   Each AI "agent" focuses on a segment of your code, forming an overall "mental model." This is especially valuable for complex monoliths or microservices that standard scanners struggle to piece together.

3. **Split Prompting & Intelligent Correlation**\
   We split large codebases into chunks (split prompting) so our AI system can analyze the entire repository in detail, then reassemble findings into a single, cohesive report.

<Warning>
  While BLSA is <strong>in development</strong>, we aim to release early previews to select users. Keep an eye on our [Roadmap](https://cybedefend.featurebase.app/roadmap) for updates!
</Warning>

***

## Potential Impact

* **Uncover Hidden Flaws**: Identify logic breaks that hackers can exploit, such as bypassing payment checks or manipulating workflow states.
* **Reduce Manual Audits**: BLSA can flag suspicious flows that might otherwise require specialized security consultants.
* **Enhance DevSecOps**: Integrating BLSA results alongside SAST, IAC, and SCA ensures a complete coverage of technical and logical vulnerabilities.

<Tip>
  Although we can't share the complete <strong>technical architecture</strong> (to protect our IP), we're excited to show <strong>practical demos</strong> once BLSA hits beta!
</Tip>

***

**Related:** [Cybe Analysis](/latest/plateform-overview/key-features/cybe-analysis) · [Security Champion](/latest/plateform-overview/key-features/cybe-security-champion) · [Roadmap](https://cybedefend.featurebase.app/roadmap)
