> 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/q3-2026/55-code-coverage-for-github-siem-integrations-and-pentest-for-ai-capabilities.md).

# #55 - Code Coverage for Github, SIEM Integrations and Pentest for AI capabilities

8 Sep 2026

### Features

* [Code Coverage for GitHub](https://help.aikido.dev/code-quality/code-coverage) - Find out which parts of your code ship with zero tests behind them. One-step setup, no secrets to manage, instant visibility.
* [SIEM Integrations](https://help.aikido.dev/miscellaneous-integrations/siem-connectors) - Send your Aikido issues to any of 11 supported SIEMs. Correlate security findings with everything else within your organization.
* [Pentest for AI capabilities](https://help.aikido.dev/pentests/configure-a-pentest/testing-ai-capabilities) - Shipped an agent or an LLM feature? Launch a pentest targeted on AI capabilities to focus on the OWASP Agentic Top 10 coverage, from prompt injection to memory poisoning.

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

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

Some good news for once: [TeamPCP is in handcuffs](https://www.aikido.dev/blog/teampcp-arrested-supply-chain). Two men in their early 20s. And we pulled the numbers on what [all those npm worms actually did for security](https://www.aikido.dev/blog/shai-hulud-trusted-publishing), which is more than any advisory managed.

### Improvements

* Device Protection - [New Firewall to block malicious domains](https://help.aikido.dev/aikido-device-protection/using-aikido-endpoint/firewall)
* Custom Reports - [New datasources](https://help.aikido.dev/aikido-agent/custom-reports)
  * Deep review
  * Repo Configuration issues (lockfiles missing etc)
  * Users with roles and permissions
* Deep Review
  * Added [monthly billing limits](https://help.aikido.dev/deep-review/configure-deep-review#set-a-monthly-spending-limit)
  * [Talk to Deep Review on Gitlab](https://help.aikido.dev/deep-review/how-deep-review-works#reply-in-natural-language)
* Package Health - New ecosystem [Jetbrains](https://intel.aikido.dev/packages?ecosystem=jetbrains)
* IDE - New releases for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido) and [Jetbrains](https://plugins.jetbrains.com/plugin/24993-aikido-security/versions/stable)
* [Aikido Terraform provider](https://help.aikido.dev/miscellaneous-integrations/aikido-terraform-provider)
  * [new resource to manage default PR checks](https://registry.terraform.io/providers/AikidoTerraform/aikido/latest/docs/resources/default_pr_checks_settings)
  * [new resource to manage PR check settings](https://registry.terraform.io/providers/AikidoTerraform/aikido/latest/docs/resources/repo_pr_checks_settings)
* API - [Manage defaults PR checks for new repos](https://apidocs.aikido.dev/reference/savedefaultprchecksconfiguration)
* API - Report export for [PCI](https://apidocs.aikido.dev/reference/getpcicomplianceoverview) and [DORA](https://apidocs.aikido.dev/reference/getdoracomplianceoverview) compliance
* API - [Listing](https://apidocs.aikido.dev/reference/listuserrequests) & [handling](https://apidocs.aikido.dev/reference/reviewuserrequest) inbox requests


---

# 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/q3-2026/55-code-coverage-for-github-siem-integrations-and-pentest-for-ai-capabilities.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.
