alphai-tui-bin
maintainer mmakeev
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package downloads prebuilt binaries from the project's official GitHub releases; while the source is not built locally, the binaries are from a legitimate project host and checksums are provided, making the risk low.
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%): Package downloads prebuilt binaries from the project's official GitHub releases; while the source is not built locally, the binaries are from a legitimate project host and checksums are provided, making the risk low.
PKGBUILD
1
# Maintainer: Mikhail Makeev <mihail.makeev@gmail.com>
2
3
pkgname=alphai-tui-bin
4
_pkgname=alphai-tui
5
pkgver=0.11.0
6
pkgrel=1
7
pkgdesc="Terminal stock dashboard with live charts, AI-scored news and SEC Form 4 trades"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/makeev/alphai-tui"
10
license=('MIT')
11
depends=('gcc-libs' 'glibc')
12
provides=("$_pkgname=$pkgver")
13
conflicts=("$_pkgname")
14
options=('!debug')
15
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.xz::$url/releases/download/v$pkgver/$_pkgname-x86_64-unknown-linux-gnu.tar.xz")
16
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.xz::$url/releases/download/v$pkgver/$_pkgname-aarch64-unknown-linux-gnu.tar.xz")
17
sha256sums_x86_64=('44261dafdc0cfd745faeee05d7d4bc0b58bfbbb7eb3172885cc856b9decb7c3e')
18
sha256sums_aarch64=('d92e602c4bf0d7c1d61e9c9ae313976db0726546c0b216dcd92bd3468a2f6714')
19
20
package() {
21
local _dir="$_pkgname-$CARCH-unknown-linux-gnu"
22
23
install -Dm755 "$_dir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
24
install -Dm644 "$_dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25
install -Dm644 "$_dir/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname=alphai-tui-bin _pkgname=alphai-tui-pkgver=0.10.1+pkgver=0.11.0 pkgrel=1 pkgdesc="Terminal stock dashboard with live charts, AI-scored news and SEC Form 4 trades" arch=('x86_64' 'aarch64')@@ -14,8 +14,8 @@ options=('!debug') source_x86_64=("$_pkgname-$pkgver-x86_64.tar.xz::$url/releases/download/v$pkgver/$_pkgname-x86_64-unknown-linux-gnu.tar.xz") source_aarch64=("$_pkgname-$pkgver-aarch64.tar.xz::$url/releases/download/v$pkgver/$_pkgname-aarch64-unknown-linux-gnu.tar.xz")-sha256sums_x86_64=('832fb5a53e18f6f6695ec4413c9b0c1d8ecb0a76996be9f5f6b77a194ca35d08')-sha256sums_aarch64=('149cdf3b67a644ea918b5457afd2b8ca99797bf1fe1b41a13e6377ab26dc58ba')+sha256sums_x86_64=('44261dafdc0cfd745faeee05d7d4bc0b58bfbbb7eb3172885cc856b9decb7c3e')+sha256sums_aarch64=('d92e602c4bf0d7c1d61e9c9ae313976db0726546c0b216dcd92bd3468a2f6714') package() { local _dir="$_pkgname-$CARCH-unknown-linux-gnu"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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 07:31:44 | LOW | 2 |
| 2026-07-26 00:07:32 | CLEAN | 2 |
| 2026-07-25 19:30:43 | LOW | 1 |