bilibili-live-helper-bin

maintainer OriginCode · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged A prebuilt binary (Electron app zip) is downloaded from s2.danmaku.live, which is a personal/project CDN rather than an official distribution channel like GitHub releases. The binary is installed directly to /opt and symlinked into /usr/bin, meaning it executes with full user privileges. The sha512sums are present and fixed, which mitigates substitution risk somewhat, but the host is not a well-known, audited mirror — if the domain is compromised or the file is swapped before the checksum was recorded, users would run arbitrary code. This is a classic medium-severity supply-chain concern: executed binary from an unofficial host with no reproducible build.

Triggered rules

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:18 source=("http://s2.danmaku.live/$_srcname-linux-v$pkgver.zip" "$_entryname.desktop" "$_pkgname.ico")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt binary (Electron app zip) is downloaded from s2.danmaku.live, which is a personal/project CDN rather than an official distribution channel like GitHub releases. The binary is installed directly to /opt and symlinked into /usr/bin, meaning it executes with full user privileges. The sha512sums are present and fixed, which mitigates substitution risk somewhat, but the host is not a well-known, audited mirror — if the domain is compromised or the file is swapped before the checksum was recorded, users would run arbitrary code. This is a classic medium-severity supply-chain concern: executed binary from an unofficial host with no reproducible build.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: OriginCode <origincoder@yahoo.com>
2
3pkgname=bilibili-live-helper-bin
4_entryname="Bilibili Live Helper"
5_srcname="弹幕库"
6_pkgname=bilibili-live-helper
7pkgver=2.2.2
8pkgrel=1
9pkgdesc="A Helper for Bilibili Live Broadcasting."
10arch=('x86_64')
11url="http://bilibili.danmaku.live/"
12install=$_pkgname.install
13license=('custom')
14depends=('libxtst' 'gtk3' 'libxss' 'nss' 'alsa-lib')
15conflicts=('bilibili-live-helper-git')
16replaces=('bilibili-live-helper')
17provides=('bilibili-live-helper')
18source=("http://s2.danmaku.live/$_srcname-linux-v$pkgver.zip" "$_entryname.desktop" "$_pkgname.ico")
19sha512sums=('fd22e2e761955ade7d58b0a251f65706b97abfec97d7aa01b98e31783ed784286ad57565583b4e93ededcb2c36dce3d4fd427a0ca78124445465ec4add9b269a'
20 '3e6be3336af1edb333ca519ff01fd4b43920bb02c1197c6768b6bd95abed7e851b4711bcba018d29ce725c7aaf3a202f92427dfb6f9cf0db62fee084b24672a5'
21 'e9e2ca9da776ddcf8f259dad2deab208998f22238b2d4ff05d69955324729b71add6b6e628b4b7add354791b175e15525a9ec8371a7ece65a6a8ebe6e052c0e1')
22_dirname="$_srcname-linux-x64"
23
24build() {
25 cd "$srcdir/$_dirname"
26 mv "$_srcname" "$_pkgname"
27}
28
29package() {
30 mkdir -p "$pkgdir/opt/"
31 cp -r "$srcdir/$_dirname" "$pkgdir/opt/$_pkgname"
32 install -Dm755 ./"$_entryname.desktop" "$pkgdir/usr/share/applications/$_entryname.desktop"
33 install -Dm444 ./"$_pkgname.ico" "$pkgdir/usr/share/icons/hicolor/128x128/$_pkgname.ico"
34
35 mkdir -p "$pkgdir/usr/bin/"
36 ln -s ../../opt/bilibili-live-helper/bilibili-live-helper "$pkgdir/usr/bin/bilibili-live-helper"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion