> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View Hugging Face organization models

> View, filter, and explore AI models discovered in your Hugging Face organization.

After a scan runs, Endor Labs groups discovered models by organization and scores each one for security, activity, popularity, and quality. You can explore models across all connected organizations, inspect individual model metadata, and use filters to identify models that need attention.

1. Select **Inventory** from the left sidebar.

2. Select **HuggingFace Orgs**.

3. You can view a list of models including their organization name, URL, and total model count.

   <img src="https://mintcdn.com/endorlabs-b4795f4f/_0Dor7cg7Ah00DxC/images/secure-ai-coding/hf-org-scan/hf-orgs-ui.webp?fit=max&auto=format&n=_0Dor7cg7Ah00DxC&q=85&s=302acfaabd076d70f3f4c5430f78487e" alt="Hugging Face organizations UI" width="2606" height="636" data-path="images/secure-ai-coding/hf-org-scan/hf-orgs-ui.webp" />

4. Select a model row to view the model details.

   The model details include the following information:

   * **Model**: The model name in `author/model-name` format.
   * **Visibility**: Whether the model is public or private.
   * **License**: The model's declared license.
   * **Scores**: Endor scores for security, activity, popularity, and quality. See [AI model scores](/secure-ai-coding/ai-model-scores) to learn how Endor Labs calculates each score.

   <img src="https://mintcdn.com/endorlabs-b4795f4f/_0Dor7cg7Ah00DxC/images/secure-ai-coding/hf-org-scan/hf-orgs-models.webp?fit=max&auto=format&n=_0Dor7cg7Ah00DxC&q=85&s=2af0e75187a0d44ca7b9aab603a8d134" alt="Hugging Face model details" width="2584" height="1388" data-path="images/secure-ai-coding/hf-org-scan/hf-orgs-models.webp" />

5. Select a model to open the detail drawer. The drawer has two tabs:

   * **Overview**: Shows model metadata including URL, license, author, created and last modified dates, authentication requirements, gated status, downloads, likes, spaces using the model, tags, datasets, model lineage, and importing projects.

     <img src="https://mintcdn.com/endorlabs-b4795f4f/_0Dor7cg7Ah00DxC/images/secure-ai-coding/hf-org-scan/hf-orgs-overview.webp?fit=max&auto=format&n=_0Dor7cg7Ah00DxC&q=85&s=275eabd3397862d30f691d95e7934611" alt="Hugging Face model overview" style={{width: '60%'}} width="942" height="1632" data-path="images/secure-ai-coding/hf-org-scan/hf-orgs-overview.webp" />

   * **OSS Scores**: Shows the overall Endor score out of 10, broken down by Security, Activity, Popularity, and Operational scores, along with the individual score factors.

     <img src="https://mintcdn.com/endorlabs-b4795f4f/_0Dor7cg7Ah00DxC/images/secure-ai-coding/hf-org-scan/hf-orgs-scores.webp?fit=max&auto=format&n=_0Dor7cg7Ah00DxC&q=85&s=b793ebf907365a9108b21540a4216328" alt="Hugging Face model scores" style={{width: '60%'}} width="940" height="1532" data-path="images/secure-ai-coding/hf-org-scan/hf-orgs-scores.webp" />

6. Click on **View details** to open the model details in a new tab.

   <img src="https://mintcdn.com/endorlabs-b4795f4f/_0Dor7cg7Ah00DxC/images/secure-ai-coding/hf-org-scan/hf-orgs-view-details.webp?fit=max&auto=format&n=_0Dor7cg7Ah00DxC&q=85&s=e7447ecfa657e6de99a11579be7550a9" alt="Hugging Face view details" width="2458" height="1456" data-path="images/secure-ai-coding/hf-org-scan/hf-orgs-view-details.webp" />

## Filter and search models

The filter bar at the top of the **HuggingFace Orgs** applies across all Hugging Face organizations and their models.

Enter a term in the **Search models by name** field to filter models by name across all organizations. Organization rows with no matching models are hidden during search.

Use the following filters to narrow results:

* **Visibility**: Filter by public or private access status. Select one or more visibility options from the dropdown.
* **Task**: Filter by the pipeline task associated with the model, such as `text-generation` or `image-classification`. Select one or more tasks from the dropdown.
* **Framework**: Filter by the ML framework associated with the model, such as PyTorch or TensorFlow. Select one or more frameworks from the dropdown.
* **License**: Filter by the model's declared license, such as MIT or Apache 2.0. Select one or more licenses from the dropdown.

Select **Clear Filters** to remove all active filters.
