lib32-lsfg-vk-git

LOW
maintainer PancakeTAS 0 votes scanned 2026-08-28 17:39:13.633855
View on AUR
Why flagged

Clones and builds the project's own source from its self-hosted git server (git.lsfg-vk.dev), which is plausibly the project's own infrastructure; SKIP'd checksum on a git source is normal AUR practice, and no prebuilt binaries or obfuscated payloads are involved.

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 (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 75%): Clones and builds the project's own source from its self-hosted git server (git.lsfg-vk.dev), which is plausibly the project's own infrastructure; SKIP'd checksum on a git source is normal AUR practice, and no prebuilt binaries or obfuscated payloads are involved.

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:25 source=('git+https://git.lsfg-vk.dev/lsfg-vk.git#branch=master')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: PancakeTAS <pancake@mgnet.work>
2
3pkgname=lib32-lsfg-vk-git
4_pkgname=lsfg-vk
5pkgver=2.0.0.rc1.r0.gf715073
6pkgrel=1
7pkgdesc="Lossless Scaling Frame Generation on Linux"
8arch=('i686' 'x86_64')
9url="https://lsfg-vk.dev"
10license=('CC-BY-NC-ND-4.0')
11depends=(
12 'gcc-libs'
13 'vulkan-icd-loader'
14 'lsfg-vk-git'
15)
16makedepends=(
17 'clang'
18 'llvm'
19 'cmake'
20 'ninja'
21 'git'
22)
23provides=("${pkgname%-git}=${pkgver}")
24conflicts=("${pkgname%-git}")
25source=('git+https://git.lsfg-vk.dev/lsfg-vk.git#branch=master')
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "$srcdir/$_pkgname"
30
31 tag=$(git describe --tags --abbrev=0)
32 commits=$(git rev-list --count "${tag}..HEAD")
33 sha=$(git rev-parse --short=7 HEAD)
34 printf '%s.r%d.g%s' "${tag//-/.}" "$commits" "$sha"
35}
36
37build() {
38 cd "$srcdir/$_pkgname"
39
40 cmake -B build -G Ninja \
41 -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \
42 -DCMAKE_BUILD_TYPE=Release \
43 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
44 -DCMAKE_CXX_COMPILER=clang++ \
45 -DCMAKE_CXX_FLAGS=-m32 \
46 -DLSFGVK_LAYER_LIBRARY_PATH=liblsfg-vk-layer.x86.so \
47 -DLSFGVK_LAYER_MULTILIB_X86=ON \
48 -DLSFGVK_BUILD_LAYER=ON \
49 -DLSFGVK_BUILD_UI=OFF \
50 -DLSFGVK_BUILD_CLI=OFF \
51 -DLSFGVK_MANAGED=ON \
52 -DLSFGVK_INSTALL_LIBRARIES=OFF
53 cmake --build build
54}
55
56package() {
57 cd "$srcdir/$_pkgname"
58
59 cmake --install build
60
61 install -Dm644 LICENSE.txt \
62 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
63}
64

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 17:39:13 Low 3
2026-08-28 17:36:11 Medium 2

Report a package

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

0 / 4000
Your suggestion