# Information Security Notes

Virusis treats information security not just as a policy document, but as part of product behavior.

## Notable technical measures

* access controls for protected product areas
* safeguards around sensitive result access
* protections against abuse and misuse
* secure handling of reporting and sharing features
* product monitoring and reliability controls

## Expected governance topics

* access control
* logging and traceability
* incident response
* key and secret management
* secure development across the lifecycle

## User responsibility

Users should also:

* upload only data they are authorized to submit
* avoid distributing share links without control
* report suspicious behavior

No verified security disclosure address is currently published in this help center. If a responsible disclosure program is going live, its official channel should be defined separately.


---

# 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/information-security-policy.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.
