avisynth-plugin-rife-asdg-bin

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

The package installs a prebuilt binary from a GitHub release by the same maintainer, which is a common but unverifiable practice; however, it is not inherently malicious as it does not execute remote code or exfiltrate data.

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 installs a prebuilt binary from a GitHub release by the same maintainer, which is a common but unverifiable practice; however, it is not inherently malicious as it does not execute remote code or exfiltrate data.

PKGBUILD

1# Maintainer: Etienne Charland <mysteryx93 at protonmail dot com>
2# Upstream: Asd-g — https://github.com/Asd-g/AviSynthPlus-RIFE
3
4pkgname=avisynth-plugin-rife-asdg-bin
5pkgver=1.4.1
6pkgrel=1
7pkgdesc="AviSynth+ RIFE frame interpolation (Asd-g, ncnn Vulkan) — prebuilt"
8arch=('x86_64')
9url='https://github.com/Asd-g/AviSynthPlus-RIFE'
10license=('MIT')
11depends=('avisynthplus' 'vulkan-icd-loader' 'gcc-libs' 'glibc')
12provides=("avisynth-plugin-rife-asdg=${pkgver}")
13conflicts=('avisynth-plugin-rife-asdg')
14options=('!strip')
15# Arch tarball from this repo's rife-asdg-v$pkgver Release (not Ubuntu).
16_tarball="avisynth-plugin-rife-asdg-${pkgver}-linux-x86_64-arch.tar.zst"
17source=("${_tarball}::https://github.com/mysteryx93/AviSynth-Plugins-AUR/releases/download/rife-asdg-v${pkgver}/${_tarball}")
18sha256sums=('cf51ba1f0f9b542f8348a6a1a20825551b695c6d8ef1eb82018cee5d0bdc0b76')
19
20package() {
21 install -dm755 "${pkgdir}/usr/lib/avisynth"
22 cp -a "${srcdir}/bin/." "${pkgdir}/usr/lib/avisynth/"
23}
24

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