# Aikido Security Checks

### Introduction <a href="#introduction" id="introduction"></a>

Aikido uses a robust array of security checks. We categorize these checks within specific overviews—Repository, Cloud, Container, and Domain—making it straightforward for you to access and understand the kind of security measures in place.

### Checks <a href="#checks" id="checks"></a>

* [**Repository Scanning checks**](https://app.aikido.dev/repositories/checks): Get insights into the checks for OSS, Secrets, Licences, SAST, IaC, Malware Detection and Mobile Issues
* [**Cloud Configuration Checks**](https://app.aikido.dev/clouds/checks)**:** You can filter on the type of cloud(s) you use for an easy overview.
* [**Container Scanning Checks**](https://app.aikido.dev/containers/checks): Open source dependency monitoring and end-of-life runtimes
* [**Domain Scanning Checks**](https://app.aikido.dev/domains/checks)**:** Checks for your domains and API's

### Other recommended views <a href="#other-recommended-views" id="other-recommended-views"></a>

* [**Overview of licenses and license groups**](https://app.aikido.dev/licenses)
* [**Malware Scanning**](https://app.aikido.dev/reports/malware/software-supply-chain-attacks)
* [**Runtimes and Frameworks**](https://app.aikido.dev/reports/runtimes)


---

# Agent Instructions: 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:

```
GET https://help.aikido.dev/getting-started/core-functionalities/aikido-security-checks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
