# Inventory Collaborators Scan

The Inventory Scan may include an analysis of administrative users, contributors, and collaborators associated with the repository. This Collaborator analysis helps identify inactive or overprivileged users, tracing potential risks they introduce.

### Collaborators analysis

The collaborators analysis will categorize groups and users based on the following criteria:

* List all SCM user accounts with direct or inherited read, write, or manage permissions on the repository.
* Identify all SCM groups those user belong to.
* All git users not related to a SCM account but have commits on the git history. (any branch)

{% hint style="info" %}
By default, only user activity from the past 12 months is considered.
{% endhint %}

### Navigate to Collaborators activity <a href="#navigate_to_collaborators_activity" id="navigate_to_collaborators_activity"></a>

Collaborators analysis tab can be found in SLDC Inventory page:

{% hint style="info" %}
(Visit the [Collaborators Inventory](/xygeni-products/application-security-posture-management-aspm/inventory/collaborators.md) page)
{% endhint %}

<figure><img src="/files/76BYDNBq6r2quXgrSTOH" alt=""><figcaption></figcaption></figure>

### How to run a Collaborators analysis <a href="#how_to_run_collaborators_analysis" id="how_to_run_collaborators_analysis"></a>

Example:

```shell
xygeni inventory --dir DIR --format json --output INVENTORY.json --include-collaborators
```


---

# 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://docs.xygeni.io/xygeni-products/application-security-posture-management-aspm/inventory-scanner/inventory-collaborators-scan.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.
