From ac05c38142ad3813cec3e03df87ac945a2906ed6 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 12 Feb 2022 17:43:22 +0200 Subject: [PATCH] more --- docs/more/verification.md | 23 +++++++++++++++++++++++ docs/more/virustotal.md | 8 +++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/more/verification.md b/docs/more/verification.md index e69de29..174c68e 100644 --- a/docs/more/verification.md +++ b/docs/more/verification.md @@ -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. diff --git a/docs/more/virustotal.md b/docs/more/virustotal.md index de640a5..e51b4bf 100644 --- a/docs/more/virustotal.md +++ b/docs/more/virustotal.md @@ -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.