grabit

LOW
maintainer creations 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a git checkout from the project's own domain, which is normal for AUR packages; building from a non-whitelisted host is not inherently dangerous when it's the upstream project's own repository.

Triggered rules

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 source is a git checkout from the project's own domain, which is normal for AUR packages; building from a non-whitelisted host is not inherently dangerous when it's the upstream project's own repository.

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:35 source=("grabit-${pkgver}::git+https://heliopolis.live/creations/grabit.git#tag=${pkgver}")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: creations <creations@creations.works>
2pkgname=grabit
3pkgver=0.7.0
4pkgrel=1
5pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors"
6arch=('x86_64' 'aarch64')
7url="https://heliopolis.live/creations/grabit"
8license=('AGPL-3.0-or-later')
9depends=(
10 'cairo'
11 'curl'
12 'dbus'
13 'file'
14 'json-c'
15 'libxkbcommon'
16 'wayland'
17)
18makedepends=(
19 'git'
20 'wayland-protocols'
21)
22optdepends=(
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)
34conflicts=('grabit-bin' 'grabit-git')
35source=("grabit-${pkgver}::git+https://heliopolis.live/creations/grabit.git#tag=${pkgver}")
36sha256sums=('SKIP')
37
38build() {
39 cd "${srcdir}/grabit-${pkgver}"
40 make all VERSION="${pkgver}"
41}
42
43package() {
44 cd "${srcdir}/grabit-${pkgver}"
45 make install DESTDIR="${pkgdir}" PREFIX="/usr"
46 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
48 install -Dm644 OPTIONS.md "${pkgdir}/usr/share/doc/${pkgname}/OPTIONS.md"
49 install -Dm644 PLUGINS.md "${pkgdir}/usr/share/doc/${pkgname}/PLUGINS.md"
50}
51

Changes since previous scan

--- PKGBUILD @ 2026-09-03 00:15
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: creations <creations@creations.works>
pkgname=grabit
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="Screenshot, screen-recording, OCR, and uploader for wlroots and KDE Plasma 6 Wayland compositors"
arch=('x86_64' 'aarch64')

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 19:54:21 Medium 1
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2

Report a package

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

0 / 4000
Your suggestion