vapoursynth-plugin-vctrans
maintainer sl1pkn07
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source archives from a personal domain (vcmohan), which is not on a standard forge but is plausibly the project maintainer's official site; the sources are built from scratch, not prebuilt binaries, and the content is documentation and C++ code for a Vapoursynth plugin, posing low risk of malicious execution.
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 package downloads source archives from a personal domain (vcmohan), which is not on a standard forge but is plausibly the project maintainer's official site; the sources are built from scratch, not prebuilt binaries, and the content is documentation and C++ code for a Vapoursynth plugin, posing low risk of malicious execution.
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:12
source=("${_plug}-${pkgver}.7z::http://www.avisynth.nl/users/vcmohan/${_plug}/${_plug}_src.7z"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
2
3
_plug=vctrans
4
pkgname=vapoursynth-plugin-${_plug}
5
pkgver=20210717
6
pkgrel=2
7
pkgdesc="Plugin for Vapoursynth: ${_plug}"
8
arch=('x86_64')
9
url='https://forum.doom9.org/showthread.php?t=172594'
10
license=('GPL')
11
depends=('vapoursynth')
12
source=("${_plug}-${pkgver}.7z::http://www.avisynth.nl/users/vcmohan/${_plug}/${_plug}_src.7z"
13
"${_plug}_doc-${pkgver}.7z::http://www.avisynth.nl/users/vcmohan/${_plug}/${_plug}.7z"
14
)
15
sha256sums=('631ebb3a2071b48f53d10ce8f3f5a1a830fe141d265eb559699cc7116de20e50'
16
'e152fc1f272e5da936d9639f0b486de1f28ebb5a7018ac42822fe93015a0046b'
17
)
18
options=('debug')
19
20
prepare(){
21
rm -fr VSHelper.h VapourSynth.h
22
23
sed -e 's|vapoursynth.h|VapourSynth.h|g' \
24
-e 's|vshelper.h|VSHelper.h|g' \
25
-e 's|"VapourSynth.h"|<VapourSynth.h>|g' \
26
-e 's|"VSHelper.h"|<VSHelper.h>|g' \
27
-i *.{cpp,h}
28
29
echo "all:
30
g++ -c -fPIC ${CXXFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags vapoursynth) -o vctrans.o vctrans.cpp
31
g++ -shared -fPIC ${LDFLAGS} -o lib${_plug}.so vctrans.o" > Makefile
32
}
33
34
build() {
35
make
36
}
37
38
package() {
39
install -Dm755 "lib${_plug}.so" "${pkgdir}/usr/lib/vapoursynth/lib${_plug}.so"
40
for i in *.html; do
41
install -Dm644 "$i" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/$i"
42
done
43
}
44
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 |