attestator

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

README

pistasjis Attestator

An open-source tool that allows you to check how apps on your system respect your privacy and security.

Install

You can grab a binary from Releases. Make sure to verify the checksum before running.

Build

Building the app is very, very simple. All you need on your system is Go installed.

[!NOTE] pistasjis Attestator does not currently work on Linux or macOS. Support for Linux will be added in the future, Mac support is uncertain.

Something like this should work:

git clone https://github.com/pistasjis/attestator
cd attestator
go build .

and you'll have a binary ready.

Add app

Adding an app to the database is pretty easy. We use JSON and you can find the JSON at assets/apps.json.

For example, you can make an entry for KeePassXC with the reason "Open-source, local-only password manager with strict security" and verdict "good" like this:

{
    "displayName": "KeePassXC",
    "reason": "Open-source, local-only password manager with strict security.",
    "verdict": "good"
}

Some guidelines for what's good, "meh" and bad will be posted at some point in the future.

Privacy

The app only makes one request. The request is only for fetching the JSON (also referred to as "database") containing the list of apps from GitHub. If "raw.githubusercontent.com" is blocked on your network, the app will not work properly.

Documentation

Overview

attestator (pistasjis Attestator) is an open-source application which lets you evaluate how apps on your computer respect your privacy and security.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL