vapoursynth-plugin-svpflow1

maintainer sl1pkn07 · 9 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a zip file from the official project domain (svp-team.com) hosting the plugin's own source code, which is then built locally; the non-whitelisted host is the project's own site, and the package installs only compiled binaries from that source, posing minimal supply-chain risk.

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 zip file from the official project domain (svp-team.com) hosting the plugin's own source code, which is then built locally; the non-whitelisted host is the project's own site, and the package installs only compiled binaries from that source, posing minimal supply-chain risk.

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:18 source=("svpflow1-src-${pkgver}.zip::http://www.svp-team.com/files/gpl/svpflow1-src.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
2
3_plug=svpflow1
4pkgname=vapoursynth-plugin-${_plug}
5pkgver=4.5.0.205
6pkgrel=1
7pkgdesc="Plugin for Vapoursynth: ${_plug}"
8arch=('x86_64')
9url='https://www.svp-team.com/wiki/Manual:SVPflow'
10license=('GPL')
11depends=('gcc-libs'
12 'glibc'
13 'vapoursynth'
14 )
15makedepends=('nasm'
16 'qt6-tools'
17 )
18source=("svpflow1-src-${pkgver}.zip::http://www.svp-team.com/files/gpl/svpflow1-src.zip")
19sha256sums=('c384b3b969d66f2e22003f87b644fa79ce9093a8af326f7fc79cc305239d05f3')
20options=('debug')
21
22prepare() {
23 sed -e 's|-msse2 -march=amdfam10|-msse2|g' \
24 -e 's|CONFIG += X64 VS|CONFIG += X64|g' \
25 -i "${srcdir}/svpflow1-src/plugins.pri"
26}
27
28build() {
29 cd "${srcdir}/svpflow1-src/jsoncpp"
30 qmake6
31 make
32 cd "${srcdir}/svpflow1-src/svpflow1"
33 qmake6 CONFIG+="VS"
34 make
35}
36
37package(){
38 cd svpflow1-src/release
39 install -Dm755 libsvpflow1.so.1.0.0 "${pkgdir}/usr/lib/vapoursynth/libsvpflow1.so.1.0.0"
40 cd "${pkgdir}/usr/lib/vapoursynth/"
41 ln -s libsvpflow1.so.1.0.0 libsvpflow1.so.1.0
42 ln -s libsvpflow1.so.1.0.0 libsvpflow1.so.1
43 ln -s libsvpflow1.so.1.0.0 libsvpflow1.so
44}
45

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion