loago-bin
The package installs a prebuilt binary from the project's GitHub releases, which is a normal distribution method; while the host is not whitelisted, it is the project's official source, and there is no evidence of malicious behavior or code execution beyond standard packaging.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's GitHub releases, which is a normal distribution method; while the host is not whitelisted, it is the project's official source, and there is no evidence of malicious behavior or code execution beyond standard packaging.
PKGBUILD
# Maintainer: jackssrt <jack at jackssrt dot com>
pkgname="loago-bin"
pkgver=1.0.0
pkgrel=1
epoch=
pkgdesc="Track how long ago you last did a task"
arch=("x86_64")
url="https://github.com/Axlefublr/loago"
license=("MIT")
depends=(gcc-libs)
makedepends=()
checkdepends=()
optdepends=()
provides=("loago")
conflicts=("loago")
source=("$pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz::${url}/releases/download/$pkgver/loago-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=("2348194e5f0346979b1ff25aa9d60510ea82bf722f8fea5efbc561a557ba5084")
package() {
install -Dm0755 "$srcdir/loago" "$pkgdir/usr/bin/loago"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 15:12:17 | Low | 2 |