home-assistant-tui-bin
maintainer timmo001
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a GitHub release without verifiable source code or build process, and uses 'SKIP' for local file checksums, creating a supply-chain risk if the release artifact is compromised.
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.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release without verifiable source code or build process, and uses 'SKIP' for local file checksums, creating a supply-chain risk if the release artifact is compromised.
PKGBUILD
1
#!/bin/sh
2
# Maintainer: Aidan Timson (Timmo) <aidan@timmo.dev>
3
pkgname=home-assistant-tui-bin
4
pkgver=20260725.0
5
pkgrel=1
6
pkgdesc="Terminal UI for Home Assistant (prebuilt binary)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/timmo001/home-assistant-tui"
9
license=('Apache-2.0')
10
depends=('glibc')
11
provides=('home-assistant-tui')
12
conflicts=('home-assistant-tui' 'home-assistant-tui-git')
13
options=('!strip' '!debug')
14
source=('home-assistant-tui.bash' 'home-assistant-tui.fish' '_home-assistant-tui' 'LICENSE')
15
source_x86_64=("home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz::$url/releases/download/${pkgver}/home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz")
16
source_aarch64=("home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz::$url/releases/download/${pkgver}/home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz")
17
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
18
sha256sums_x86_64=('15c2db1f8d1ac308ad935cc41bb56217308e2af9f3d12c52b17ce2adb2f0b06e')
19
sha256sums_aarch64=('b80b0dbd7bd894b5c7e2ac321a724740777e23ef230f0838b975d8af721ea366')
20
21
package() {
22
install -Dm755 home-assistant-tui "$pkgdir/usr/bin/home-assistant-tui"
23
install -Dm644 home-assistant-tui.bash "$pkgdir/usr/share/bash-completion/completions/home-assistant-tui"
24
install -Dm644 home-assistant-tui.fish "$pkgdir/usr/share/fish/vendor_completions.d/home-assistant-tui.fish"
25
install -Dm644 _home-assistant-tui "$pkgdir/usr/share/zsh/site-functions/_home-assistant-tui"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-25 00:13+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ #!/bin/sh # Maintainer: Aidan Timson (Timmo) <aidan@timmo.dev> pkgname=home-assistant-tui-bin-pkgver=20260724.0+pkgver=20260725.0 pkgrel=1 pkgdesc="Terminal UI for Home Assistant (prebuilt binary)" arch=('x86_64' 'aarch64')@@ -15,8 +15,8 @@ source_x86_64=("home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz::$url/releases/download/${pkgver}/home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz") source_aarch64=("home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz::$url/releases/download/${pkgver}/home-assistant-tui-${pkgver}-linux-${CARCH}.tar.gz") sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')-sha256sums_x86_64=('91e01100d8e994179a3a7b2fef3e85b7c1b2739e484a8cfb655fd833b1ca0181')-sha256sums_aarch64=('e9e292a4145f54869aec982faee47cc27270473a55448ec4f79fdaae37693653')+sha256sums_x86_64=('15c2db1f8d1ac308ad935cc41bb56217308e2af9f3d12c52b17ce2adb2f0b06e')+sha256sums_aarch64=('b80b0dbd7bd894b5c7e2ac321a724740777e23ef230f0838b975d8af721ea366') package() { install -Dm755 home-assistant-tui "$pkgdir/usr/bin/home-assistant-tui"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 11:29:47 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 21:28:26 | MEDIUM | 2 |