# What is Device Protection

Device Protection gives you visibility and control over the software packages installed on your team's devices. It covers browser extensions, code libraries, IDE plugins, and build dependencies, all in one place.

<figure><img src="/files/whleAZ0MqkBs6ZkC4EcI" alt=""><figcaption></figcaption></figure>

## Use-cases

* Stop malware before it gets installed: Aikido automatically identifies known malicious packages and blocks them.
* Get full visibility into your software supply chain: See every browser extension, code library, IDE plugin, and build dependency installed across your team's devices.
* Lock down specific ecosystems: Block all installs from sources like Chrome or NPM when your team doesn't need them.
* Require approval for new packages: Let team members request installs while keeping admins in control of what gets approved.

## Getting Started

Ready to start securing your devices from Malware and Malicious packages? Follow the steps below to deploy and configure Aikido Device for your environment.

{% stepper %}
{% step %}
**Deploy the Agent across your environment**

Deploy Aikido Device across your organization using MDM or a manual installation. If you need different configurations for different teams or devices, you can create multiple groups.

{% content-ref url="/pages/xXvoa6tkJFFwrtRRsc9Z" %}
[Deploying Aikido Device Protection](/aikido-device-protection/deploying-aikido-endpoint.md)
{% endcontent-ref %}
{% endstep %}

{% step %}
**Configure ecosystems**

Configure your package protection settings, including supported ecosystems, allowlists, blocklists, minimum package age, and group-specific exceptions.

{% content-ref url="/pages/zGykVnsI7QVXxz0u4Jdf" %}
[Configuring Installation Policies](/aikido-device-protection/using-aikido-endpoint/configuring-installation-policies.md)
{% endcontent-ref %}
{% endstep %}

{% step %}
**Learn more**

{% content-ref url="/pages/hnvKFlXHFNG2bipsytE2" %}
[Browsing Packages](/aikido-device-protection/using-aikido-endpoint/browsing-packages.md)
{% endcontent-ref %}

{% content-ref url="/pages/c8juUG0pkeoH5JbRzfbB" %}
[Approving Install Requests](/aikido-device-protection/using-aikido-endpoint/reviewing-install-requests.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

## Supported ecosystems

Device Protection monitors packages from the following sources:

* NPM
* PyPI (pip, poetry, uv, ..)
* VS Code
* Open VSX (Cursor, Windsurf, Kiro, ..)
* Maven
* NuGet
* Chrome extensions
* Skills.sh


---

# 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/aikido-device-protection/endpoint-protection.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.
