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

# Security Dataset

> The Security Dataset provides tools for identifying vulnerabilities and CVEs in your components. Choose your approach based on your specific needs.

## What Do You Need?

```mermaid theme={null}
graph TD
SecurityStart[Security Dataset<br/>Identify Vulnerabilities & CVEs]

    SecurityStart --> Purpose[What do you need?]

    Purpose --> API[Direct API Queries]
    Purpose --> CLI[Command Line Scanning]
    Purpose --> Visual[Visual Analysis]

    subgraph SecurityTools["Available Tools"]
        direction LR
        SecurityAPI[SCANOSS API]
        SecurityPY[SCANOSS-PY]
        SecurityWorkbench[SBOM Workbench]
    end

    API --> SecurityAPI
    CLI --> SecurityPY
    Visual --> SecurityWorkbench

    style SecurityStart fill:#EF5350,stroke:#E53935,stroke-width:3px,color:#fff
    style Purpose fill:#E57373,stroke:#EF5350,stroke-width:2px,color:#fff
    style API fill:#EF9A9A,stroke:#E57373,stroke-width:2px,color:#fff
    style CLI fill:#EF9A9A,stroke:#E57373,stroke-width:2px,color:#fff
    style Visual fill:#EF9A9A,stroke:#E57373,stroke-width:2px,color:#fff

    style SecurityTools fill:#FFEBEE,stroke:#EF5350,stroke-width:2px,color:#000
    style SecurityAPI fill:#FFCDD2,stroke:#EF9A9A,stroke-width:2px,color:#000
    style SecurityPY fill:#FFCDD2,stroke:#EF9A9A,stroke-width:2px,color:#000
    style SecurityWorkbench fill:#FFCDD2,stroke:#EF9A9A,stroke-width:2px,color:#000
```

### [SCANOSS API](scanoss-api)

Direct API access for vulnerability detection.

### [SCANOSS-PY](scanoss-py)

Command-line tool for identifying vulnerabilities and CVEs.

### [SBOM Workbench](sbom-workbench)

Visual interface for comprehensive vulnerability analysis with detailed reporting and risk assessment.

Need help? [Contact our AI assistant](?assistant=open)
