> 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/53-deep-review-android-pentests-custom-reports-and-free-credits.md).

# #53 - Deep Review, Android Pentests, Custom Reports and Free Credits

### Features

* [**Deep Review**](https://help.aikido.dev/deep-review/how-deep-review-works) - Agentic PR review that goes beyond the diff, diving into the surrounding code and linked repositories to catch business logic mistakes, cross-service security issues and more
* [**Android Pentest**](https://help.aikido.dev/pentests/configure-a-pentest/android-pentesting) - Aikido Pentest now covers native and hybrid Android apps, including those with biometric login
* [**Custom Reports**](https://help.aikido.dev/aikido-agent/custom-reports) - Describe the report you want in plain language, Aikido Agent builds it from your findings, and you share it with your workspace in a click

### Free Credits!

Need credits for Deep Review, Security Audit? Pro and Advanced plans now get 100–200 free Aikido Credits every month! Keep using them and they keep coming. [More details](https://help.aikido.dev/miscellaneous-info/wallet-and-credits) in our docs.

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

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

**Shai-Hulud: Part Three**, a compromised `keyv` maintainer account seeded a self-replicating worm that hit 444+ npm packages and 2 billion monthly installs. Aikido pulled it apart, payload and IOCs included. [Read the breakdown](https://www.aikido.dev/blog/keyv-and-friends-compromised-in-npm-supply-chain-attack)

<figure><img src="/files/oZwo6u6amlAfcAPhVToA" alt="" width="375"><figcaption></figcaption></figure>

### Improvements

* Reports - [Custom Reports](https://help.aikido.dev/aikido-agent/custom-reports)
* Package Health - Added support for [PyPI](https://intel.aikido.dev/packages?ecosystem=pypi) and [Nuget](https://intel.aikido.dev/packages?ecosystem=nuget)
* Cloud - [Kubernetes team annotations are now surfaced as container labels](https://help.aikido.dev/cloud-scanning/kubernetes-cluster-scanning/kubernetes-in-cluster-image-scanning)
* Cloud - [Kubernetes agents now have FIPS variants](https://help.aikido.dev/cloud-scanning/kubernetes-cluster-scanning#fips-compliant-images)
* Integrations - [Aikido Terraform provider](https://registry.terraform.io/providers/AikidoTerraform/aikido/latest/docs)
* Integrations - [Gitlab now supports resolving of issues](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/gitlab-issues)
* Integrations - [Bypass PR checks per repository in Training mode](https://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality#failure-threshold)
* Reports - [Repository filter for trends over time](https://help.aikido.dev/compliance-and-reporting/reports/trends-over-time-report)
* Zen Firewall - Agent releases for [PHP](https://github.com/AikidoSec/firewall-php/releases), and [Ruby](https://github.com/AikidoSec/firewall-ruby/releases)
* IDE - New releases for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido), and [Visual Studio](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido-visualstudio)
* API - [Read](https://apidocs.aikido.dev/reference/getdependencyautofixsettings) and [update](https://apidocs.aikido.dev/reference/updatedependencyautofixsettings) AutoFix settings


---

# 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/53-deep-review-android-pentests-custom-reports-and-free-credits.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.
