> 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/q2-2026/47-aikido-device-protection-and-aikido-ai-chat.md).

# #47 - Aikido Device Protection and Aikido AI Chat

### Features

* [**Device Protection**](https://help.aikido.dev/aikido-device-protection/endpoint-protection)**:** Stop supply chain attacks at install time with Device Protection, a new agent that blocks malicious packages (npm, PyPI, Maven, NuGet, …) and risky IDE and browser extensions on your team's devices.
* **Aikido AI Chat** is now embedded in [AutoFix](https://help.aikido.dev/autofix-and-remediation/automation-and-merging/refine-autofixes-with-aikido-ai) & [Code Analysis Modal](https://help.aikido.dev/code-scanning/scanning-practices/sast-autotriage#ask-aikido). Use the chat to interact in natural language and understand a security issue. Want to make a small change to the AutoFix PR? Just describe the change, without leaving the product.

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

Our research team has discovered over [#70 new vulnerabilities](https://intel.aikido.dev) over the last two weeks! Intel flagged the latest [PyTorch Lightning PyPI compromise](https://www.aikido.dev/blog/pytorch-lightning-pypi-compromise-mini-shai-hulud), just the kind of threat Aikido Device Protection stops.

### Improvements

* Cloud - [Support for Supabase common configuration issues](https://help.aikido.dev/cloud-scanning/connect-your-cloud/supabase-cloud-scanning/connect-supabase-organization)
* AutoFix - [Add custom context to Autofix via `.aikido` files](https://help.aikido.dev/autofix-and-remediation/automation-and-merging/custom-context-for-autofixes)
* Integrations - [Automatically close Github issues on resolved issues](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/github-issues#automatically-close-issues-in-github)
* Aikido Infinite - [Support for Custom Frequencies (ex: every 6 weeks)](https://help.aikido.dev/pentests/continuous-pentesting#configure-the-frequency)
* Zen Firewall - Agent releases for [Dotnet](https://github.com/AikidoSec/firewall-dotnet/releases), [Python](https://github.com/AikidoSec/firewall-python/releases), [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)
  * [Ruby added support for Outbound Request Blocking](https://help.aikido.dev/zen-firewall/zen-features/monitor-outbound-domains)
* 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 [Eclipse](https://marketplace.eclipse.org/content/aikido-security)
* API - [List Cloud rules](https://apidocs.aikido.dev/reference/listcloudrules)
* API - [Get project / repository mapping](https://apidocs.aikido.dev/reference/getprojectmapping)
* API - Get [CIS](https://apidocs.aikido.dev/reference/getciscomplianceoverview) and [AWS CIS](https://apidocs.aikido.dev/reference/getcisawscomplianceoverview) report


---

# 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/q2-2026/47-aikido-device-protection-and-aikido-ai-chat.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.
