dart-simple-live-bin

maintainer Yueyuri · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt binary from a GitHub release without source availability, making it unverifiable; while the host is GitHub, the lack of inspectable source and use of a personal fork raises supply-chain concerns.

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 85%): The package installs a prebuilt binary from a GitHub release without source availability, making it unverifiable; while the host is GitHub, the lack of inspectable source and use of a personal fork raises supply-chain concerns.

PKGBUILD

1# Maintainer: Yueyuri <lxf74663@gmail.com>
2pkgname=dart-simple-live-bin
3pkgver=1.12.7
4pkgrel=1
5pkgdesc="A live streaming client. Forked from xiaoyaocz/dart_simple_live"
6arch=('x86_64')
7url="https://github.com/June6699/dart_simple_live"
8license=('GPL-3.0-only')
9depends=('gtk3' 'mpv' 'libx11' 'xz' 'glibc' 'gcc-libs')
10provides=('dart-simple-live' 'simple-live-app')
11conflicts=('dart-simple-live' 'simple-live-app' 'simple-live-app-bin')
12source=("${pkgname}-${pkgver}.zip::https://github.com/June6699/dart_simple_live/releases/download/v${pkgver}/SimpleLive-Linux-v${pkgver}.zip"
13 "dart-simple-live.desktop")
14sha256sums=('879f7acd7712889fd94189f737697817c53a2cde16b1e4c0186b7803780f1fb8'
15 '4db111d2c11aa2826f4806fd1d6eb920a0f41a5178772fce61ca2a273b2e2a99')
16
17package() {
18 install -d "${pkgdir}/opt/${pkgname%-bin}"
19
20 cp -r "${srcdir}/data" "${pkgdir}/opt/${pkgname%-bin}/"
21 cp -r "${srcdir}/lib" "${pkgdir}/opt/${pkgname%-bin}/"
22
23 install -Dm755 "${srcdir}/simple_live_app" "${pkgdir}/opt/${pkgname%-bin}/dart-simple-live"
24
25 install -d "${pkgdir}/usr/bin"
26 ln -s "/opt/${pkgname%-bin}/dart-simple-live" "${pkgdir}/usr/bin/dart-simple-live"
27
28 install -Dm644 "${srcdir}/dart-simple-live.desktop" "${pkgdir}/usr/share/applications/dart-simple-live.desktop"
29 install -Dm644 "${srcdir}/data/flutter_assets/assets/images/logo.png" "${pkgdir}/usr/share/pixmaps/dart-simple-live.png"
30}
31

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 19:16:23 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