> 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/48-ai-code-audit-aikido-mcp-and-servicenow-integration.md).

# #48 - AI Code Audit, Aikido MCP and ServiceNow Integration

### Features

* [**AI Code Audit**](https://www.aikido.dev/code/code-audit) - Pentest-grade reasoning on your source code. Catch logic flaws and other vulnerabilities that other scanners miss, just connect a repo.
* [**Aikido MCP**](https://help.aikido.dev/ai-and-dev-tools/aikido-mcp) - Search and fetch your Aikido issues straight from your AI coding assistant. Ask for critical findings, leaked secrets, or open vulnerabilities in any repo and act on them with your favorite AI.
* [**ServiceNow Integration**](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/servicenow) - Connect ServiceNow as a task tracker and Aikido turns security findings into tickets automatically, routing them into the workflow your teams already use.

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

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

Among them: [Google API keys keep working after you delete them](https://www.aikido.dev/blog/google-api-keys-deletion). Our testing found a deleted key can keep authenticating for up to 23 minutes, long enough for an attacker with a leaked key to reach your data and APIs, including Gemini.

### Improvements

* General - [Ask Aikido about CVE’s through chat](https://help.aikido.dev/ai-and-dev-tools/ask-aikido-contextual-ai-chat)
* Code - [Release gating: SLA Mode](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/aikido-cli-release-and-pr-gating)
* Cloud
  * [Added support for Oracle Cloud with +50 rules](https://help.aikido.dev/cloud-scanning/connect-your-cloud/oracle-cloud-scanning/connect-oracle-cloud)
  * [Onboard Entire Alibaba organization](https://help.aikido.dev/cloud-scanning/connect-your-cloud/alibaba-cloud-scanning/connect-alibaba-account)
  * VM Scanning - [Added GCP support](https://help.aikido.dev/virtual-machine-scanning/gcp-vm-scanning/gcp-virtual-machine-scanning-configuration)
* [Pentest](https://help.aikido.dev/pentests/aikido-pentest)
  * [Pause Pentest](https://help.aikido.dev/pentests/configure-a-pentest/safety-measures#pause-or-cancel-a-pentest)
  * [Monorepo support](https://help.aikido.dev/pentests/configure-a-pentest/leveraging-code-and-documentation#exclude-paths-from-a-repository)
* [Device Protection](https://help.aikido.dev/aikido-device-protection/endpoint-protection)
  * [Get Inbox notifications in Slack or Microsoft Teams](https://help.aikido.dev/aikido-device-protection/using-aikido-endpoint/reviewing-install-requests#notifications)
  * [Added Golang ecosystem support](https://help.aikido.dev/aikido-device-protection/miscellaneous-aikido-endpoint/supported-ecosystems)
  * [macOS silent install for MDM](https://help.aikido.dev/aikido-device-protection/deploying-aikido-endpoint#supported-mdm-solutions)
* Zen Firewall
  * Agent releases for [Dotnet](https://github.com/AikidoSec/firewall-dotnet/releases), [Java](https://github.com/AikidoSec/firewall-java/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)
  * [New view to check why an IP is getting blocked](https://help.aikido.dev/zen-firewall/zen-features/why-is-this-ip-blocked)
* 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)
  * [Added support for IaC scanning in Jetbrains](https://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/features/real-time-code-scanning-in-ide)
* API - [List Licenses](https://apidocs.aikido.dev/reference/listlicenses)
* API - [List Malware](https://apidocs.aikido.dev/reference/getmalwarepackages)
* API - [Get IDE/MCP usage statistics](https://apidocs.aikido.dev/reference/listideadoption)


---

# 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/48-ai-code-audit-aikido-mcp-and-servicenow-integration.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.
