# Seal Vendor Apps

**Seal Vendor Apps** remediates vulnerabilities in vendor-supplied container images you run, such as a Kafka image, a database image, or any third-party application that ships as a container.

## What it covers

Inside the vendor's container image:

* OS-level packages.
* Language runtimes.
* Open-source dependencies bundled as standalone artifacts (typically JAR files and Python wheels).

Seal Vendor Apps does not modify the vendor's own application code.

## How it is delivered

Seal Vendor Apps runs in place inside the vendor's container in your environment, similar to [Seal OS](/new-documentation/new-docs/product-family/seal-os.md). The Seal CLI applies fixes to the open-source packages, runtime, and embedded artifacts where they live in the image; the vendor's code is untouched.

## Related

* [Setting up Seal Vendor Apps](https://github.com/seal-community/gitbook/blob/main/new-docs/setup-images-containers/seal-vendor-apps/README.md): day-1 setup.
* [Working with Seal Vendor Apps](https://github.com/seal-community/gitbook/blob/main/new-docs/using-platform/working-with-seal-vendor-apps.md): the day-to-day workflow.


---

# 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.sealsecurity.io/new-documentation/new-docs/product-family/seal-vendor-apps.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.
