> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-products/application-security-posture-management-aspm/inventory-scanner/inventory-collaborators-scan.md).

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