# Cloud Data Disclosure

Anonymous portions of your scan are sent to Threatrix cloud environment to be matched with our cloud knowledge base. &#x20;

Data is transmitted to our server using 256bit encryption.

None of the data that's transmitted to our cloud is ever persisted. It's stored in memory during processing and immediately expunged from memory after use.&#x20;

Your scan results data are stored in your local, on premise, database for your Threatrix Hybrid deployment and only available to you. Threatrix does not have access to your scan results.&#x20;

The following data is sent to our cloud with every scan:

1. Software bill of materials for each supported dependency manager in your project. This data is used to build a dependency tree for declared dependencies and returns the associated licenses and vulnerabilities.
2. Random cryptographic hashes derived from portions of your source code. This data is used to determine what parts of your source code are open source and return the associated provenance and license data.
3. source file names
4. source file size


---

# 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.threatrix.io/hybrid/cloud-data-disclosure.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.
