obs-plugin-shadertastic-bin
MEDIUM
maintainer orphaned
0 votes
scanned 2026-09-05 22:01:36.851925
Why flagged
The package installs a prebuilt binary .deb from GitHub releases without source compilation, creating a supply-chain risk if the release artifact is compromised.
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.
Medium
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary .deb from GitHub releases without source compilation, creating a supply-chain risk if the release artifact is compromised.
PKGBUILD
1
# shellcheck disable=SC2034,SC2148,SC2154
2
3
# Maintainer: Mylloon <aur@mylloon.fr>
4
5
_pkgname=obs-plugin-shadertastic
6
pkgname="${_pkgname}"-bin
7
pkgdesc="An OBS plugin to add amazing effects for your stream"
8
pkgver=1.2.0
9
pkgrel=1
10
11
arch=("x86_64")
12
url="https://github.com/xurei/shadertastic"
13
license=('GPL-2.0')
14
15
depends=('obs-studio')
16
17
provides=("${_pkgname}=${pkgver}")
18
19
source=("https://github.com/xurei/shadertastic/releases/download/$pkgver/shadertastic-$pkgver-x86_64-linux-gnu.deb")
20
sha256sums=('ee131d96294d5be3e37cc27bbbb7d2d42ff5b766144106dedf0d7085f547e850')
21
22
options=(!debug)
23
24
package() {
25
bsdtar -xf "${srcdir}"/data.tar.gz -C "${pkgdir}"/
26
cd "${pkgdir}"/usr/lib/ || exit
27
mv x86_64-linux-gnu/obs-plugins .
28
rm -r x86_64-linux-gnu
29
chown root:root -vR "${pkgdir}/"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 22:01:36 | Medium | 2 |