> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/discover/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Research Open Source Risks

Open-source packages are invaluable as they not only reduce costs but also foster community-driven improvements, enabling users to customize solutions to fit specific needs.

By discovering these open-source frameworks, users can tap into a wealth of resources to enhance their projects, streamline workflows, and contribute to the broader open-source community.

Endor Labs Vulnerability Database is a comprehensive database of vulnerabilities in open-source packages. It is updated daily and provides a wealth of information on vulnerabilities.

The following sections provide information on how to discover open-source packages and vulnerabilities.

<CardGroup cols={3}>
  <Card title="Search for open source packages" icon="magnifying-glass" href="/discover/open-source-packages">
    Search for open source packages by their ecosystem.
  </Card>

  <Card title="Endor Labs Vulnerability Database" icon="bug" href="/discover/vulnerability-db">
    Search for vulnerabilities in open source packages.
  </Card>

  <Card title="Search for AI models" icon="brain" href="/secure-ai-coding/ai-model-discovery">
    Search and evaluate AI models from Hugging Face with security, activity, and quality scores.
  </Card>
</CardGroup>
