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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/releasenotes/february-2026/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# February 2026

We are excited to introduce the latest features and enhancements in Endor Labs.

### Container reachability

<Badge icon="flask" color="blue" shape="pill">Beta</Badge> <Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports container reachability, which determines which OS packages in a container image are used at runtime and marks them as **Reachable**, **Potentially Reachable**, or **Unreachable**. This helps you prioritize remediation for dependencies that are actually exercised during execution.

Endor Labs supports two container reachability modes based on how your workload runs and its runtime dependencies.

* **Basic reachability**: Profiles the container locally during the scan. Use when the application has no external dependencies.
* **Instrumented reachability**: Runs the image in your real environment with an embedded sensor to capture runtime behavior. Use when the workload requires databases, queues, or other external services.

For more information, see [Container reachability](/scan/containers/container-reachability) and [Instrumented container reachability](/scan/containers/instrumented-reachability).

### Bazel Bzlmod support

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports Bzlmod when you use Bazel aspects. Currently, only Go and Java rulesets support Bzlmod. For more information, see [Bazel](/scan/bazel) and [Bazel aspects](/scan/bazel/bazel-aspects).

For more information, see [Bazel Bzlmod support](/scan/bazel/bazel-aspects#bazel-bzlmod-support).

### Bazel aspects support

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports Bazel aspects to improve dependency resolution accuracy in Bazel workspaces. Endor Labs automatically discovers and applies the appropriate rules for your project, and also supports custom aspects for projects with custom build rules.

For more information, see [Bazel aspects](/scan/bazel/bazel-aspects).

### AI-powered SAST analysis

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports AI-powered analysis for SAST findings to automatically classify them as true positives or false positives. The AI agent analyzes code context, traces data flows, and evaluates security controls to reduce false positives, helping security teams and developers focus on genuine security vulnerabilities. AI SAST analysis features require a Code Pro license.

For more information, see [SAST scan with AI analysis](/scan/sast/run-a-sast-scan#sast-scan-with-ai-analysis).

### Bitbucket Cloud App PR scans

<Badge icon="flask" color="blue" shape="pill">Beta</Badge> <Badge icon="star" color="green" shape="pill">New</Badge>

The Endor Labs Bitbucket Cloud App now supports automated pull request scanning for security vulnerabilities, policy violations, and exposed secrets. You can also configure PR comments directly on your pull requests when issues are detected, helping developers address security concerns before merging code.

For more information, see [Bitbucket Cloud App PR scans](/setup-deployment/scm-integrations/bitbucket-cloud/bitbucket-cloud-pr-scans).

### Search and filter notifications

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

You can now use search for notifications using the policy name or Jira issue key, and also apply filters to narrow down notifications by time range, projects, notification channels, or error status. This helps you quickly locate specific notifications, identify patterns across your security events, and efficiently manage notification workflows.

For more information, see [Notifications](/inventory-insights/notifications).

### Updated Endor Labs user interface

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

Endor Labs now features a redesigned interface with updated navigation, layout, and workflows, making it easier to find and manage your security data. For more information, see [Endor Labs user interface](/introduction/endor-labs-ui).

DroidGPT has been removed from the product. For AI-powered help with findings and scan errors, use the [Endor AI Chat](/secure-ai-coding/agentic-ui) in the application.

### API documentation updates

Some API services are now designated as internal. As a result, they are no longer visible in the public [API documentation](/api-reference/).
