avisynth-plugin-rife-asdg-bin
LOW
maintainer Hanuman
0 votes
scanned 2026-09-15 17:20:16.402287
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
4
pkgname=avisynth-plugin-rife-asdg-bin
5
pkgver=1.4.1
6
pkgrel=1
7
pkgdesc="AviSynth+ RIFE frame interpolation (Asd-g, ncnn Vulkan) — prebuilt"
8
arch=('x86_64')
9
url='https://github.com/Asd-g/AviSynthPlus-RIFE'
10
license=('MIT')
11
depends=('avisynthplus' 'vulkan-icd-loader' 'gcc-libs' 'glibc')
12
provides=("avisynth-plugin-rife-asdg=${pkgver}")
13
conflicts=('avisynth-plugin-rife-asdg')
14
options=('!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"
17
source=("${_tarball}::https://github.com/mysteryx93/AviSynth-Plugins-AUR/releases/download/rife-asdg-v${pkgver}/${_tarball}")
18
sha256sums=('cf51ba1f0f9b542f8348a6a1a20825551b695c6d8ef1eb82018cee5d0bdc0b76')
19
20
package() {
21
install -dm755 "${pkgdir}/usr/lib/avisynth"
22
cp -a "${srcdir}/bin/." "${pkgdir}/usr/lib/avisynth/"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 2 |