# #38 - Kubernetes misconfiguration scanning, PR feedback in Code Quality & Bun support for Safe Chain

### Features

* [**Kubernetes Misconfiguration**](https://help.aikido.dev/cloud-scanning/kubernetes-cluster-scanning): Aikido now supports full Kubernetes cluster scanning, giving you visibility into misconfigurations, exposed secrets, and vulnerable workloads across your entire cluster. Quickly spot and fix security risks before they impact your cloud.
* **Code Quality**: [Add code context directly from your GitHub PR by commenting to **@AikidoSec**](https://help.aikido.dev/code-quality/add-extra-code-context#add-context-directly-from-github), making it easier to improve future code reviews.
* [**Safe-chain 1.1.0**](https://github.com/AikidoSec/safe-chain) **adds Bun support** - Safe Chain now supports all node major package managers through a local proxy, adds Bun support, and scans child dependencies for complete supply chain coverage.

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

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

### Improvements

* Code - [Support for Unity's packages-lock.json](https://help.aikido.dev/code-scanning/scanning-practices/support-for-dependency-scanning-by-language) with malware and outdated libraries detection
* Code - [Ignore by path](https://help.aikido.dev/getting-started/core-functionalities/ignore-issues-to-remove-issues-from-main-feed#check-out-all-auto--ignored-issues) can now be viewed and configured on repository settings page
* Clouds - [Additional advanced 47 rules for AWS and 30 additional for GCP](https://app.aikido.dev/clouds/checks?cloudCheckType=advanced)
* Teams - [Automatically sync Github Teams and link repositories, containers, clouds, and more.](https://help.aikido.dev/container-image-scanning/configuration/automatically-link-repository-to-container-via-smart-suggestions)
* IDE - New releases for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido)
* Zen Firewall - Agent releases for [Java](https://github.com/AikidoSec/firewall-java/releases), [Python](https://github.com/AikidoSec/firewall-python/releases), and [PHP](https://github.com/AikidoSec/firewall-php/releases)
* VM - [Local scanner v1.2.1](https://github.com/AikidoSec/agent-vm-scanner/releases/tag/v1.2.1)
  * [SBOM filtering](https://help.aikido.dev/virtual-machine-scanning/local-vm-scanning/setting-up-the-local-vm-scanner-linux#cli-parameters)
  * [Passing configuration as CLI parameters](https://help.aikido.dev/virtual-machine-scanning/local-vm-scanning/setting-up-the-local-vm-scanner-linux#cli-parameters)
  * [Specifying a different hostname than the current one on the machine](https://help.aikido.dev/virtual-machine-scanning/local-vm-scanning/setting-up-the-local-vm-scanner-linux#hostname-change)
* API - [Fetch a Zen event](https://apidocs.aikido.dev/reference/getevent)
* API - [Add a new GCP cloud](https://apidocs.aikido.dev/reference/connectgcpcloud)
* API - [Fetch container detail](https://apidocs.aikido.dev/reference/getcontainerrepo)
* API - [Link](https://apidocs.aikido.dev/reference/linkresourcetoteam) and [unlink](https://apidocs.aikido.dev/reference/unlinkresourcefromteam) Zen Apps to Teams
* API Webhook - [Zen attack, outbound domain and attack wave detection](https://apidocs.aikido.dev/reference/webhooks)
* API Webhook - [Issues that go out of SLA](https://apidocs.aikido.dev/reference/webhooks)


---

# 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/38-kubernetes-misconfiguration-scanning-pr-feedback-in-code-quality-and-bun-support-for-safe-chain.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.
