grabit-git
maintainer creations
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a git source hosted on a personal domain, which is not whitelisted but plausibly the project's own; this is normal for AUR packages and does not constitute a real security risk, especially since no prebuilt binaries are involved and the source is openly available.
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 downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a git source hosted on a personal domain, which is not whitelisted but plausibly the project's own; this is normal for AUR packages and does not constitute a real security risk, especially since no prebuilt binaries are involved and the source is openly available.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:36
source=("grabit::git+https://heliopolis.live/creations/grabit.git#branch=main")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: creations <creations@creations.works>
2
pkgname=grabit-git
3
pkgver=0.5.1.r219.gb287e4a
4
pkgrel=1
5
pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors (git)"
6
arch=('x86_64' 'aarch64')
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
makedepends=(
19
'git'
20
'wayland-protocols'
21
)
22
optdepends=(
23
'ffmpeg: --record support'
24
'tesseract: --tesseract (OCR) support'
25
'tesseract-data-eng: english OCR data'
26
'translate-shell: --translate (OCR -> translated text) support'
27
'libjpeg-turbo: JPEG output (--format jpeg)'
28
'libwebp: WebP output (--format webp)'
29
'pipewire: pw-play (default shutter-sound player)'
30
'libpulse: paplay (alternative sound player)'
31
'alsa-utils: aplay (alternative sound player)'
32
'sox: play (alternative sound player)'
33
)
34
provides=("grabit=${pkgver%%.r*}")
35
conflicts=('grabit' 'grabit-bin')
36
source=("grabit::git+https://heliopolis.live/creations/grabit.git#branch=main")
37
sha256sums=('SKIP')
38
39
pkgver() {
40
cd "${srcdir}/grabit"
41
printf "%s.r%s.g%s" \
42
"$(awk '/^VERSION/ {print $3; exit}' Makefile)" \
43
"$(git rev-list --count HEAD)" \
44
"$(git rev-parse --short HEAD)"
45
}
46
47
build() {
48
cd "${srcdir}/grabit"
49
make all VERSION="${pkgver%.r*}"
50
}
51
52
package() {
53
cd "${srcdir}/grabit"
54
make install DESTDIR="${pkgdir}" PREFIX="/usr"
55
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
57
install -Dm644 OPTIONS.md "${pkgdir}/usr/share/doc/${pkgname}/OPTIONS.md"
58
install -Dm644 PLUGINS.md "${pkgdir}/usr/share/doc/${pkgname}/PLUGINS.md"
59
}
60
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: creations <creations@creations.works> pkgname=grabit-git-pkgver=0.5.1.r181.g6d9fe54+pkgver=0.5.1.r219.gb287e4a pkgrel=1 pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors (git)" arch=('x86_64' 'aarch64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 03:13:55 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 17:12:22 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 03:24:12 | LOW | 3 |
| 2026-07-23 03:22:31 | MEDIUM | 2 |