tui-game-station-bin

maintainer evcode · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a precompiled binary from the maintainer's GitHub release, which is a common and generally safe practice for AUR packages; the low severity reflects the unverifiable origin of the binary, but there is no evidence of malicious intent or active exploitation.

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 precompiled binary from the maintainer's GitHub release, which is a common and generally safe practice for AUR packages; the low severity reflects the unverifiable origin of the binary, but there is no evidence of malicious intent or active exploitation.

PKGBUILD

1# Maintainer: CarlosEvCode <programer.cm12@gmail.com>
2
3pkgname=tui-game-station-bin
4pkgver=1.1.0
5pkgrel=1
6pkgdesc="Sleek terminal-based gaming launcher and emulator dashboard (Pre-compiled)"
7arch=('x86_64')
8url="https://github.com/CarlosEvCode/tui_game_station"
9license=('MIT')
10depends=('openssl' 'sqlite')
11provides=('tui-game-station')
12conflicts=('tui-game-station')
13
14source=(
15 "${pkgname}-${pkgver}.tar.gz::https://github.com/CarlosEvCode/tui_game_station/releases/download/v${pkgver}/tui_game_station-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz"
16)
17sha256sums=('92ccbe18b47d05f0ce8fdd2a0b5db44b48406912fc1d414926377a82591d8cb3')
18
19package() {
20 # Install binary to /usr/bin/tui-game-station
21 install -Dm755 "$srcdir/tui_game_station-v${pkgver}-x86_64-unknown-linux-gnu/tui-game-station" "$pkgdir/usr/bin/tui-game-station"
22
23 # Install documentation and license
24 install -Dm644 "$srcdir/tui_game_station-v${pkgver}-x86_64-unknown-linux-gnu/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
25 install -Dm644 "$srcdir/tui_game_station-v${pkgver}-x86_64-unknown-linux-gnu/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
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 05:17:13 LOW 2
2026-07-31 01:17:03 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion