# V7. Dependency and Component

### Control Objective

Ensure that third-party components and dependencies are safely handled to reduce supply chain risk.

| #   | Requirement                                                                                                                                                       |  L1 |  L2 |  L3 |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-: | :-: | :-: |
| 7.1 | Utilize Software Composition Analysis (SCA) tools to identify and remediate known vulnerabilities within third-party components used in LLM-powered applications. |     |  ✓  |  ✓  |
| 7.2 | Ensure that all third-party LLM components are acquired from a trusted source.                                                                                    |  ✓  |  ✓  |  ✓  |
| 7.3 | Ensure a defined vulnerability and patch management process exists for third-party components.                                                                    |     |  ✓  |  ✓  |
| 7.4 | Ensure that a Software Bill of Materials (SBOM) exists cataloging third-party components, licenses, and versions.                                                 |     |  ✓  |  ✓  |
| 7.5 | Where unsafe PyTorch models are required, ensure the model is scanned for potentially dangerous Python imports.                                                   |     |  ✓  |  ✓  |
| 7.6 | When hosting LLM components within private package registries, ensure the setup is not susceptible to Dependency Confusion attacks.                               |     |  ✓  |  ✓  |


---

# 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://wiki.hackerium.io/owasp/llm-security-verification-standard-0.0.1/v7.-dependency-and-component.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.
