> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/changelog/q3-2026/52-dspm-aikido-libraries-and-repository-code-quality-scans.md).

# #52 - DSPM, Aikido Libraries and Repository Code Quality scans

### Features

* [Data Exposure Audit (DSPM)](https://help.aikido.dev/ai-code-analysis/what-is-dspm) - Track how sensitive data flows and where it gets exposed, read entirely from your code. No database connections, no data access to grant, just point it at your repo and fix the exposures at the source.
* [Aikido Libraries](https://help.aikido.dev/autofix-and-remediation/aikido-libraries-overview) - Fix open-source CVEs on the exact version you already run. No major-version bumps, no breaking changes, no refactor to schedule, only a PR you merge.
* [Code Quality Repository Scans](https://help.aikido.dev/code-quality/repository-scans) - Find code quality issues that already exist in your repositories. Use them to find and prioritize technical debt, then keep track of your results as your code evolves.

### **Aikido Intel - Malware & Vulnerability Database**

Our research team has discovered over [#298 new vulnerabilities](https://intel.aikido.dev) over the last two weeks!

We dug into [wp2shell](https://wp2shell.com/), the unauthenticated RCE in WordPress core, [read the story here](https://www.aikido.dev/blog/unauthenticated-rce-in-wordpress-wp2shell). Our Attack Surface scan detects it against your exposed assets automatically, so set it up to catch any unpatched WordPress in your estate

### Improvements

* General - [Aikido Inbox](https://help.aikido.dev/getting-started/core-functionalities/approval-inbox-for-ignored-issues): Admins can review ignore and snooze requests from their team
* Cloud - [Noise Reduction for Container Images](https://help.aikido.dev/container-image-scanning/cloud-provider-registries/noise-reduction-for-container-images)
* General - [Bitbucket server support for PR Checks](https://help.aikido.dev/pr-and-release-gating/bitbucket-pr-gating/bitbucket-ci-pr-gating-via-aikido-dashboard-with-a-workspace-access-token)
* Cloud - [K8s registry option for public image scanning](https://help.aikido.dev/container-image-scanning/container-image-scanning-overview)
* Pentest - Reduced [pricing](https://help.aikido.dev/pentests/pentest-pricing#pricing-guide) for tiny apps
* Code Quality - [PR/MR Gating by Severity](https://help.aikido.dev/code-quality/code-quality-setup)
* Code Quality - [Auto Resolve findings on GitHub](https://help.aikido.dev/code-quality/code-quality-overview)
* Code Quality - New rule: "Keep the diff minimal"
* Device Protection - [Support for Jetbrains](https://help.aikido.dev/aikido-device-protection/endpoint-protection)
* Zen Firewall - Agent releases for [PHP](https://github.com/AikidoSec/firewall-php/releases), [Ruby](https://github.com/AikidoSec/firewall-ruby/releases), [Golang](https://github.com/AikidoSec/firewall-go/releases) and [Node](https://github.com/AikidoSec/firewall-node/releases)
* IDE - New releases for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido), [Jetbrains](https://plugins.jetbrains.com/plugin/24993-aikido-security/versions/stable), and [Visual Studio](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido-visualstudio)
* Intel - [Health score for Maven ecosystem](https://intel.aikido.dev/packages?ecosystem=maven)
* Settings - [Bulk assignment of clouds to teams](https://help.aikido.dev/getting-started/manage-teams-and-applications/assigning-resources-to-teams#bulk-assignment)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/changelog/q3-2026/52-dspm-aikido-libraries-and-repository-code-quality-scans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
