grabit-bin
maintainer creations
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-standard, non-whitelisted host (heliopolis.live) which could be swapped by an unrelated party, posing a supply-chain risk despite the project appearing self-hosted.
Triggered rules
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:32
source=("LICENSE-${pkgver}::https://heliopolis.live/creations/grabit/raw/tag/${pkgver}/LICENSE")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary from a non-standard, non-whitelisted host (heliopolis.live) which could be swapped by an unrelated party, posing a supply-chain risk despite the project appearing self-hosted.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: creations <creations@creations.works>
2
pkgname=grabit-bin
3
pkgver=0.6.0
4
pkgrel=1
5
pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors (prebuilt binary)"
6
arch=('x86_64')
7
url="https://heliopolis.live/creations/grabit"
8
license=('AGPL-3.0-or-later')
9
depends=(
10
'cairo'
11
'curl'
12
'dbus'
13
'file'
14
'json-c'
15
'libxkbcommon'
16
'wayland'
17
)
18
optdepends=(
19
'ffmpeg: --record support'
20
'tesseract: --tesseract (OCR) support'
21
'tesseract-data-eng: english OCR data'
22
'translate-shell: --translate (OCR -> translated text) support'
23
'libjpeg-turbo: JPEG output (--format jpeg)'
24
'libwebp: WebP output (--format webp)'
25
'pipewire: pw-play (default shutter-sound player)'
26
'libpulse: paplay (alternative sound player)'
27
'alsa-utils: aplay (alternative sound player)'
28
'sox: play (alternative sound player)'
29
)
30
provides=("grabit=${pkgver}")
31
conflicts=('grabit' 'grabit-git')
32
source=("LICENSE-${pkgver}::https://heliopolis.live/creations/grabit/raw/tag/${pkgver}/LICENSE")
33
source_x86_64=("grabit-${pkgver}-x86_64::https://heliopolis.live/creations/grabit/releases/download/${pkgver}/grabit-x86_64-linux")
34
sha256sums=('0d96a4ff68ad6d4b6f1f30f713b18d5184912ba8dd389f86aa7710db079abcb0')
35
sha256sums_x86_64=('7bdaad2dca03124283b2d731a0bc82394d779ef046ddd982ee82e13520857b98')
36
37
package() {
38
install -Dm755 "grabit-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/grabit"
39
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40
}
41
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: creations <creations@creations.works> pkgname=grabit-bin-pkgver=0.5.1+pkgver=0.6.0 pkgrel=1 pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors (prebuilt binary)" arch=('x86_64')@@ -32,7 +32,7 @@ source=("LICENSE-${pkgver}::https://heliopolis.live/creations/grabit/raw/tag/${pkgver}/LICENSE") source_x86_64=("grabit-${pkgver}-x86_64::https://heliopolis.live/creations/grabit/releases/download/${pkgver}/grabit-x86_64-linux") sha256sums=('0d96a4ff68ad6d4b6f1f30f713b18d5184912ba8dd389f86aa7710db079abcb0')-sha256sums_x86_64=('273a177efa6592005b010e96b4116540773048916df24bc6781f0ada3bcf0815')+sha256sums_x86_64=('7bdaad2dca03124283b2d731a0bc82394d779ef046ddd982ee82e13520857b98') package() { install -Dm755 "grabit-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/grabit"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 03:13:55 | 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 00:02:28 | MEDIUM | 2 |
| 2026-07-23 03:22:31 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 11:57:30 | MEDIUM | 1 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |