vapoursynth-plugin-julek-git
The package builds from source using git repositories hosted on official and well-known development platforms (GitHub, skia.googlesource.com); the non-standard host flag is a false positive as these are legitimate project sources, not untrusted or swappable binary downloads.
Triggered rules
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 source using git repositories hosted on official and well-known development platforms (GitHub, skia.googlesource.com); the non-standard host flag is a false positive as these are legitimate project sources, not untrusted or swappable binary downloads.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
git+https://skia.googlesource.com/skcms.git
PKGBUILD
1 offending line(s) highlighted# Maintainer: Damian Höster <damian.hoester@posteo.de>
_plug=julek
pkgname=vapoursynth-plugin-$_plug-git
pkgver=r3.r3.7674578
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=(x86_64)
url=https://github.com/dnjulek/vapoursynth-julek-plugin
license=(MIT)
depends=(
vapoursynth
brotli
gperftools
)
makedepends=(
git
cmake
clang
lld
ninja
python
asciidoc
)
provides=(
vapoursynth-plugin-$_plug
)
conflicts=(
vapoursynth-plugin-$_plug
)
source=(
$_plug::git+$url.git
git+https://github.com/libjxl/libjxl.git
git+https://github.com/google/highway.git
git+https://skia.googlesource.com/skcms.git
)
sha256sums=(
SKIP
SKIP
SKIP
SKIP
)
pkgver() {
git -C $_plug describe --long --tags |
sed -E 's/^v//; s/-([^-]*)-g([^-]*)$/.r\1.\2/; s/-/./g'
}
prepare() {
cd $_plug
git submodule init thirdparty/libjxl
git config submodule.thirdparty/libjxl.url "$srcdir/libjxl"
git -c protocol.file.allow=always submodule update
mkdir -p thirdparty/libjxl_build
cd thirdparty/libjxl
git submodule init third_party/{highway,skcms}
git config submodule.third_party/highway.url "$srcdir/highway"
git config submodule.third_party/skcms.url "$srcdir/skcms"
git -c protocol.file.allow=always submodule update
}
build() {
export CC=clang CXX=clang++
export LDFLAGS+=' -fuse-ld=lld'
cmake \
-S $_plug/thirdparty/libjxl \
-B $_plug/thirdparty/libjxl_build \
-C $_plug/thirdparty/libjxl_cache.cmake \
-DJPEGXL_ENABLE_DOXYGEN=OFF \
-DJPEGXL_ENABLE_JPEGLI=OFF \
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
-G Ninja
cmake --build $_plug/thirdparty/libjxl_build -- $NINJAFLAGS
cmake --install $_plug/thirdparty/libjxl_build
cmake \
-S $_plug \
-B build \
-DCMAKE_BUILD_TYPE=Release \
-G Ninja
cmake --build build -- $NINJAFLAGS
}
package() {
DESTDIR="$pkgdir" cmake --install build
install -Dm644 $_plug/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |
| 2026-08-29 00:29:17 | Low | 2 |