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
3
pkgname=tui-game-station-bin
4
pkgver=1.1.0
5
pkgrel=1
6
pkgdesc="Sleek terminal-based gaming launcher and emulator dashboard (Pre-compiled)"
7
arch=('x86_64')
8
url="https://github.com/CarlosEvCode/tui_game_station"
9
license=('MIT')
10
depends=('openssl' 'sqlite')
11
provides=('tui-game-station')
12
conflicts=('tui-game-station')
13
14
source=(
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
)
17
sha256sums=('92ccbe18b47d05f0ce8fdd2a0b5db44b48406912fc1d414926377a82591d8cb3')
18
19
package() {
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) | 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 05:17:13 | LOW | 2 |
| 2026-07-31 01:17:03 | LOW | 2 |