clipgrab-kde
maintainer janosjonas
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate project tarball from the official download host of the software, which is not on the whitelist but is plausibly the project's own; building from official project sources is normal AUR packaging behavior and not inherently dangerous.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a legitimate project tarball from the official download host of the software, which is not on the whitelist but is plausibly the project's own; building from official project sources is normal AUR packaging behavior and not inherently dangerous.
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:16
source=(https://download.clipgrab.org/clipgrab-${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: kikadf <kikadf.01@gmail.com>
2
3
pkgname=clipgrab-kde
4
pkgver=3.8.14
5
_patchver=3.8.14
6
pkgrel=1
7
pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
8
arch=(x86_64)
9
url='https://clipgrab.org'
10
license=(GPL3)
11
depends=(qt5-webengine)
12
optdepends=('ffmpeg: for the conversion functionality')
13
makedepends=('qt5-tools')
14
conflicts=('clipgrab')
15
provides=('clipgrab')
16
source=(https://download.clipgrab.org/clipgrab-${pkgver}.tar.gz
17
clipgrab.desktop
18
https://gitlab.com/kikadf/clipgrab-qt5/raw/master/clipgrab-${_patchver}-close2tray.patch)
19
sha256sums=('cebf6b940133536abf8b0fa1f5913a614eadd0221e6003ad6d7752de253e63a4'
20
'840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f'
21
'54a3323588aa53bf90a42e219a9f9e686d6d61e24d29f89b0af6de3c1ab1e050')
22
23
prepare() {
24
cd clipgrab-${pkgver}
25
patch -p1 -i ../clipgrab-${_patchver}-close2tray.patch
26
lrelease clipgrab.pro
27
lupdate clipgrab.pro
28
}
29
30
build() {
31
cd clipgrab-${pkgver}
32
qmake \
33
QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
34
QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
35
QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
36
clipgrab.pro
37
make
38
}
39
40
package() {
41
cd clipgrab-${pkgver}
42
install -Dm755 clipgrab -t "$pkgdir"/usr/bin/
43
install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/clipgrab.png"
44
install -Dm644 "$srcdir"/clipgrab.desktop -t "$pkgdir"/usr/share/applications/
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 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 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |