trayscale-bin
maintainer Felitendo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a third-party GitHub release (not the original project's releases), which creates a supply-chain risk if the source is compromised or swapped.
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 third-party GitHub release (not the original project's releases), which creates a supply-chain risk if the source is compromised or swapped.
PKGBUILD
1
# Maintainer: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=trayscale-bin
6
pkgver=0.18.9
7
pkgrel=1
8
pkgdesc="Unofficial GUI wrapper for the Tailscale CLI client (prebuilt)"
9
arch=('x86_64')
10
url="https://github.com/DeedleFake/trayscale"
11
license=('MIT')
12
depends=('gtk4' 'libadwaita' 'hicolor-icon-theme')
13
optdepends=('tailscale: provides the daemon that manages the connection')
14
provides=('trayscale')
15
conflicts=('trayscale')
16
source=("https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst")
17
sha256sums=('1b24f332a64a682e972e94fecfc11a7d719a1c74c5fd897c45c08cbd17d0ae93')
18
19
package() {
20
cp -a "$srcdir/usr" "$pkgdir/"
21
}
22
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 00:13:44 | MEDIUM | 2 |
| 2026-07-24 11:27:50 | MEDIUM | 2 |
| 2026-07-24 07:27:58 | MEDIUM | 2 |