> 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/49-visualize-threat-models-device-protection-for-windows-and-labels-on-repositories-and-containers.md).

# #49 - Visualize Threat models, Device Protection for Windows and Labels on Repositories & Containers

### Features

* [Threat models, visualized](https://help.aikido.dev/pentests/coverage-and-findings/threat-model) - Every AI pentest & code audit now ships a diagram of your app's architecture, roles, and trust boundaries, so you get the full picture at a glance.
* [Device Protection](https://www.aikido.dev/protect/device-protection) - Now available for Windows, with [MDM support](https://help.aikido.dev/aikido-device-protection/deploying-aikido-endpoint/device-protection-mdm-guides/windows) to roll it out across your fleet.
* [Labels](https://help.aikido.dev/getting-started/manage-teams-and-applications/add-labels-to-resources) - Attach any metadata you want to repositories and container images (business unit, PII, region, ... ) and filter you issue feed based on those labels.

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

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

The Miasma worm just moved its trigger out of `package.json` and into `binding.gyp`, a file almost no one reviews. [Learn how it works in our latest blog.](https://www.aikido.dev/blog/exploring-binding-gyp-npm-build-system)

### Improvements

* Code Audit - [Retest issues after fixing code](https://help.aikido.dev/code-audit/ai-code-audit-overview#can-i-retest-a-code-audit-finding)
* Endpoint - [Export device SBOM](https://help.aikido.dev/aikido-device-protection/using-aikido-endpoint/export-device-sbom)
* Zen Firewall - Agent releases for [Dotnet](https://github.com/AikidoSec/firewall-dotnet/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)
* Package Proxy - [Malware scanning for your Private Registries](https://help.aikido.dev/miscellaneous-integrations/private-registries)
* Report - [New CIS K8 Benchmark report](https://help.aikido.dev/compliance-and-reporting/reports/compliance-reporting)
* MCP - [Release 1.0.8 added new search repositories tool](https://help.aikido.dev/ai-and-dev-tools/aikido-mcp)
* Task Trackers - [Specify which repository tasks should be created for](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/jira-cloud#id-2-automated-task-creation) (applies to all task managers)
* API - [List Zen users](https://apidocs.aikido.dev/reference/listzenusers)
* API - [Add Exception](https://apidocs.aikido.dev/reference/addendpointprotectionexception), and List [Devices](https://apidocs.aikido.dev/reference/listendpointprotectiondevices), [Activity Logs](https://apidocs.aikido.dev/reference/listendpointprotectionactivitylogs), [Exceptions](https://apidocs.aikido.dev/reference/listendpointprotectionexceptions), [Permissions Groups](https://apidocs.aikido.dev/reference/listendpointprotectionpermissiongroups) for Device Protection
* API - [Export Single Repostiory report](https://apidocs.aikido.dev/reference/exportreportpdf)
* API - [List notes](https://apidocs.aikido.dev/reference/listnotesforissuegroup)
* API - [Support for multiple task trackers](https://apidocs.aikido.dev/reference/maprepostoproject)


---

# 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/49-visualize-threat-models-device-protection-for-windows-and-labels-on-repositories-and-containers.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.
