aurelia-tui-bin
maintainer Drackrath
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice for AUR packages; the low severity is due to the binary being unverifiable but sourced from the legitimate project's release infrastructure.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
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 official GitHub releases, which is a normal and expected practice for AUR packages; the low severity is due to the binary being unverifiable but sourced from the legitimate project's release infrastructure.
PKGBUILD
1
# Maintainer: Alex Krieger <alex@ai-krieger.de>
2
pkgname=aurelia-tui-bin
3
pkgver=0.1.3
4
pkgrel=1
5
pkgdesc="Terminal UI for the Aurelia Steam CLI - browse, install, update, and launch Steam games (prebuilt binary)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/Drackrath/Aurelia-TUI"
8
license=('GPL-3.0-only')
9
depends=('gcc-libs' 'glibc' 'openssl' 'zlib' 'brotli' 'zstd' 'aurelia>=0.1.11')
10
provides=('aurelia-tui')
11
conflicts=('aurelia-tui')
12
source_x86_64=("aurelia-tui-$pkgver::$url/releases/download/v$pkgver/aurelia_tui_linux_x86_64")
13
source_aarch64=("aurelia-tui-$pkgver::$url/releases/download/v$pkgver/aurelia_tui_linux_arm64")
14
sha256sums_x86_64=('c24d6c11a3a039d29bf57090da3a9dee2f31445951c1c221e410eb1035e69882')
15
sha256sums_aarch64=('8784c6709236a20a99c494771af06e8bd0db0029b8f409c521fcff0abaf3e492')
16
17
package() {
18
install -Dm755 "$srcdir/aurelia-tui-$pkgver" "$pkgdir/usr/bin/aurelia-tui"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 23:19:22 | LOW | 2 |