avisynth-plugin-mvtools2-pinterf-bin

LOW
maintainer Hanuman 0 votes scanned 2026-09-15 17:20:16.402287
View on AUR
Why flagged

The package downloads a prebuilt binary from a GitHub release hosted under the maintainer's account, not the project's official repository; while the source is not directly from upstream, it is a legitimate build of an open-source project, and the binary is installed in the standard plugin directory without executing arbitrary code.

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 llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from a GitHub release hosted under the maintainer's account, not the project's official repository; while the source is not directly from upstream, it is a legitimate build of an open-source project, and the binary is installed in the standard plugin directory without executing arbitrary code.

PKGBUILD

1# Maintainer: Etienne Charland <mysteryx93 at protonmail dot com>
2# Upstream: pinterf — https://github.com/pinterf/mvtools
3# Distinct from classic Fizick MVTools and from vapoursynth-plugin-mvtools.
4
5pkgname=avisynth-plugin-mvtools2-pinterf-bin
6pkgver=2.7.47
7pkgrel=1
8pkgdesc="AviSynth+ MVTools2 (pinterf) — prebuilt"
9arch=('x86_64')
10url='https://github.com/pinterf/mvtools'
11license=('GPL-2.0-only')
12depends=('avisynthplus' 'fftw' 'gcc-libs' 'glibc')
13provides=("avisynth-plugin-mvtools2-pinterf=${pkgver}")
14conflicts=('avisynth-plugin-mvtools2-pinterf')
15options=('!strip')
16# Arch tarball from this repo's mvtools2-pinterf-v$pkgver Release (not Ubuntu).
17_tarball="avisynth-plugin-mvtools2-pinterf-${pkgver}-linux-x86_64-arch.tar.zst"
18source=("${_tarball}::https://github.com/mysteryx93/AviSynth-Plugins-AUR/releases/download/mvtools2-pinterf-v${pkgver}/${_tarball}")
19sha256sums=('c0d41742dd3c335cfc1d2de1221d9c82768fe35c00d7b381caca2acdd9dbfaa3')
20
21package() {
22 install -dm755 "${pkgdir}/usr/lib/avisynth"
23 cp -a "${srcdir}/bin/." "${pkgdir}/usr/lib/avisynth/"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 17:20:16 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