# #37 - Safe Chain in CI/CD, Auto-link repositories to containers and Android studio support

### Features

* [**Safe Chain in CI/CD**](https://help.aikido.dev/code-scanning/aikido-malware-scanning/malware-scanning-with-safe-chain-in-ci-cd-environments): Run Aikido Safe Chain directly in your development pipelines to block malicious packages during dependency installs, keeping supply chain threats out of your builds.
* [**Auto-link repositories to containers**](https://help.aikido.dev/container-image-scanning/configuration/container-autolink): Aikido now suggests automatic links between your containers and matching code repositories. Use this to get containers connected to teams instantly and enable faster container AutoFix.
* [**Android Studio**](https://plugins.jetbrains.com/plugin/24993-aikido-security): Get inline vulnerability, secret, and dependency checks directly in Android Studio, with real-time feedback as you code.

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

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

### Improvements

* Bitbucket PR Checks - [Support for workspace access tokens. Comments will be placed in ‘Aikido’ name.](https://help.aikido.dev/pr-and-release-gating/bitbucket-pr-gating/bitbucket-server-ci-pr-gating-via-aikido-dashboard-with-a-workspace-access-token)
* GitLab - now possible to [scan release MRs](https://help.aikido.dev/pr-and-release-gating/gitlab-mr-gating/gitlab-ci-mr-gating-via-aikido-dashboard), but without code quality
* Autofix - [Added Endless Lifecycle Support support for Python](https://help.aikido.dev/aikido-autofix/autofix-for-open-source-deps-extended-lifecycle-support#availability)
* [Autofix for Containers](https://help.aikido.dev/aikido-autofix/ai-autofix-for-containers): Support private base images from Google Artifact Registry
* Autofix - uv.lock supported added
* Codequality - [Support NOAIKIDO, NO-AIKIDO (case insensitive) comments](https://help.aikido.dev/code-quality/ignoring-specific-lines) to prevent AI comments on the line and line below
* Codequality - Apex (Salesforce) support for default rules
* Containers - [Launching support for custom OCI container registries](https://help.aikido.dev/container-image-scanning/standalone-registries/generic-oci-compatible-registry) (for example [Zot](https://zotregistry.dev/v2.1.8/))
* Domains & API’s - Attack surface added new rules for Wordpress
* Zen Firewall - [Assign teams and give Team only users access to specific Zen apps](https://help.aikido.dev/getting-started/manage-teams-and-applications/managing-user-access-with-teams)
* Zen Firewall - Agent releases for [Java](https://github.com/AikidoSec/firewall-java/releases), [Python](https://github.com/AikidoSec/firewall-python/releases), [PHP](https://github.com/AikidoSec/firewall-php/releases) and [Node](https://github.com/AikidoSec/firewall-node/releases)
* IDE - New release for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido)
* Safe chain - [New release 1.0.23 with CI/CD support](https://help.aikido.dev/code-scanning/aikido-malware-scanning/malware-scanning-with-safe-chain-in-ci-cd-environments)
* Selfscan - [New release 1.0.106](https://help.aikido.dev/code-scanning/local-code-scanning)
* VM Scanner - [New release 1.1.7](https://help.aikido.dev/virtual-machine-scanning/local-vm-scanning)
* API - [Added endpoint to get container registry details](https://apidocs.aikido.dev/reference/getcontainerregistry)
* API - [Added endpoint to update Zen blocking mode](https://apidocs.aikido.dev/reference/updateblocking)
* API - [Added endpoint to control if development dependencies should be scanned](https://apidocs.aikido.dev/reference/updatecoderepodevdepscan)
* API - [Added endpoint to control repository sensitivity](https://apidocs.aikido.dev/reference/updatecodereposensitivity)


---

# Agent Instructions: 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:

```
GET https://help.aikido.dev/changelog/q4-2025/37-safe-chain-in-ci-cd-auto-link-repositories-to-containers-and-android-studio-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
