> For the complete documentation index, see [llms.txt](https://letodev.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://letodev.gitbook.io/getting-started/documentation/large-field-analyzer.md).

# Large Field Analyzer

The Large Field Analyzer is an automated malware detection tool for IPFS content. Access the analyzer at [Leto.gg ](https://leto.gg)by upgrading to a Business account!

Contact us at <admin@galaxyx.io> for questions or custom implementations.

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

## Getting Started

Create an account and login at [Leto.gg](https://leto.gg).

* Navigate to "Account Details" and upgrade from a free account to a Business plan.
* Input one CID and “Submit IPFS CID”. The CID will then be processed by the analyzer and given a risk score out of 10.
* Alternatively select "File" and upload a csv file with a list of IPFS CIDs or normal hyperlinks.
* Scores are returned in 30-45 minutes depending on the number of files submitted.
* Contact us at <admin@galaxyx.io> to access an API endpoint to ingest large lists of IPFS CIDs.&#x20;

Each CID is given a score from 0-10. View the scores for each file in the user portal. Users uploading lists by a csv file will receive a report by email.&#x20;

* A score of 5 or higher indicates a potentially malicious file (more to come on scoring).

Check out the [Large Field Analyzer](<https://github.com/noryev/LargeFieldDataAnalyzer >) on Github! Contact us to learn more at <admin@galaxyx.io> or @LetoDev (on X/twitter).

DISCLAIMER: This software is still a work in progress! The accuracy and information given from our analyzer will improve as our analyzer software codebase grows. <br>


---

# 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://letodev.gitbook.io/getting-started/documentation/large-field-analyzer.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.
