# Responsible Disclosure

Virusis should be documented in a way that allows responsible vulnerability disclosure.

## Reporting channel

No verified public security address is currently published in this help center. If the product is being published, the responsible disclosure channel and response expectations should be defined separately.

## What a report should include

* vulnerability description
* reproduction steps
* impact analysis
* sample payload or screenshot when possible

## Safe testing principles

* do not access data without authorization
* do not disrupt service continuity
* do not download or alter real user data
* do not publish the issue publicly before remediation begins

## Why it matters

Virusis handles access, analysis, reporting, and sharing workflows. A clear disclosure process should therefore be part of the product's operating model.


---

# 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.virusis.com/legal/responsible-disclosure.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.
