irys-bin

MEDIUM
maintainer lcaohoanq 0 votes scanned 2026-09-12 15:12:25.546860
View on AUR
Why flagged

The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk despite plausible project ownership.

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 .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk despite plausible project ownership.

PKGBUILD

1# Maintainer: lcaohoanq
2
3pkgname=irys-bin
4pkgver=0.1.3
5pkgrel=1
6pkgdesc="Quiet 30-30-30 eye-break reminder that lives in the system tray"
7arch=('x86_64')
8url="https://github.com/the-khiem7/IRYS-desktop"
9license=('MIT')
10depends=(
11 'gtk3'
12 'hicolor-icon-theme'
13 'webkit2gtk-4.1'
14 'libayatana-appindicator'
15)
16optdepends=(
17 'waybar: StatusNotifier tray host for Hyprland and other wlroots compositors'
18 'gnome-shell-extension-appindicator: tray icon support under GNOME Shell'
19)
20provides=("irys=${pkgver}")
21conflicts=('irys')
22options=('!strip' '!debug')
23source=(
24 "LICENSE-${pkgver}::${url}/raw/v${pkgver}/LICENSE"
25)
26source_x86_64=(
27 "IRYS_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/IRYS_${pkgver}_amd64.deb"
28)
29noextract=("IRYS_${pkgver}_amd64.deb")
30sha256sums=(
31 'e6f45c852b887823997f4438bf52f989d02ec6060d8dd2185473ec76764f83c8'
32)
33sha256sums_x86_64=(
34 '76f5fcae5c37e71f2058ebf5204179e2b754a3911aa15ca488eeb446807b34e7'
35)
36
37package() {
38 bsdtar -xOf "$srcdir/IRYS_${pkgver}_amd64.deb" data.tar.gz |
39 bsdtar -xf - -C "$pkgdir"
40
41 install -Dm644 "$srcdir/LICENSE-${pkgver}" \
42 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 15:12:25 Medium 2

Report a package

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

0 / 4000
Your suggestion