# Plugin Artifacts

The Plugin Artifacts page displays the artifact status of all the plugins available in the application.&#x20;

* The panel at the top displays the total number of plugin artifacts in the application, and the risk status of the plugins.&#x20;
* The following risk status are displayed:
  * **Critical Risk** - The plugins that are of critical risk.&#x20;
  * **High Risk** - The plugins that are of high risk.&#x20;
  * **Medium Risk** - The plugins that are of medium risk.&#x20;
  * **Low Risk** - The plugins that are of low risk.

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

The panel below displays the details of the plugins:

<figure><img src="/files/72Dqe1NhOTTWKYplZXbU" alt=""><figcaption></figcaption></figure>

* **Plugin** - Displays the name of the plugin.&#x20;
* **Plugin Version** - Displays the version of the plugin&#x20;
* **Risk Status** - Displays the risk status of the plugin.&#x20;
* **Vulnerability** - Displays the number of vulnerabilities identified for the given plugin. On clicking it, the [Vulnerabilities Management](https://docs.opsmx.com/opsmx-delivery-shield-platform/user-guide/vulnerability-management) details page is displayed.&#x20;
* **Security Issues** - Displays the number of open security issues (alerts) identified for the given plugin.&#x20;
* **Created on** - Displays the date when the plugin was created.
* **SBOM** - On clicking View, the SBOM page for the related plugin is displayed.&#x20;
* **DBOM** - On clicking View, the DBOM page for the related plugin is displayed.&#x20;
* **View Reports** - On clicking the three dots, you can view the list of scans run on the plugin as shown below:

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

You can download the scan results by clicking on it.&#x20;

### View SBOM

The SBOM for the artifacts can be viewed by clicking the **View SBOM** option displayed in the page.&#x20;

<figure><img src="/files/0NF5pDl8YfOlaMEwB29a" alt=""><figcaption></figcaption></figure>

On clicking **View SBOM**, the SBOM page is displayed.&#x20;

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

It displays the various components and related details of the components as shown below:

* **Component** - Displays the components of the artifact.
* **Version** - Displays the components version.&#x20;
* **Package URL** - Displays the package URL of the component.
* **License** - Displays the list of licenses that are available for the component.&#x20;
* **Vulnerabilities** - Displays the count of vulnerabilities related to the component.&#x20;
* **EOL Risk** - Displays the score of how close the OSS packages used in their project are towards End-of-Life (EOL).
* **Dependency** -&#x20;
* **OSS Risk** - By clicking **View**, you can view the artifact details of the component.&#x20;
* **Actions** - By clicking **Edit License**, you can edit the license type.

{% hint style="info" %}

* You can view the vulnerabilities of the components by clicking the **Vulnerabilities** column.&#x20;
  {% endhint %}

### View Report&#x20;

The SBOM details can be downloaded in PDF format.

* Navigate to the top right corner and click **Report**.&#x20;

<figure><img src="/files/9b5WyYTpk9uCaLbbBPja" alt=""><figcaption></figcaption></figure>

* The page details is consolidated as a report and downloaded in PDF format as shown below:

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

{% hint style="info" %}
You can also download the SBOM details in Json or .CSV file format by clicking the **Download** button.&#x20;
{% endhint %}


---

# 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://docs.opsmx.com/ssd/security-risk-and-prioritization/user-guide/artifact-security/plugin-artifacts.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.
