This commit is contained in:
BarsTiger
2022-02-12 17:43:22 +02:00
parent ea8b75f89d
commit ac05c38142
2 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
---
sidebar_position: 2
---
# Verified apps
In horsy you can see verified apps.
You can distinguish verified apps from unverified ones by name, you will see `✅` next to app name.
## How we verify apps
We choose app and check if it has source code. If it has, we check if it is not infected.
Then, we install app on our virtual machine and check its functionality. If it works and usefull, we mark it as verified.
## What it means for users
If app is verified, it means that app was downloaded by creators of horsy and checked how it works.
This doesn't mean that app is safe, it may contain malicious code, because developer can update app without your knowledge.
## For developers - how to get your app verified
If you want to get your app verified, you need to add source code to your app.
We check apps in random order in our database, so how fast you can get verified app is not guaranteed, but if you are lucky and your app name and description are catchy, you will get verified app.

View File

@@ -36,4 +36,10 @@ horsy --vt disable
```
## Functionality
// TODO in docs
While installing app, horsy will upload file to VirusTotal and give you scan results.
If main file is infected, horsy will say you about it.
If dependencies are infected, horsy will say you about it and pause installation.
If you use CLI or TUI, you can just press `Enter` to resume installation.
If you use GUI, you can't install apps with malicious dependencies.