ytubic-9m2pju-bin
maintainer 9M2PJU
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary being unverifiable but from a trusted project source, not because of any active malicious behavior.
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 .deb from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary being unverifiable but from a trusted project source, not because of any active malicious behavior.
PKGBUILD
1
pkgname=ytubic-9m2pju-bin
2
_pkgname=YTubic
3
pkgver=0.4.3
4
pkgrel=1
5
pkgdesc="A YouTube Music client built with Flutter"
6
arch=('x86_64')
7
url="https://github.com/NUber-dev/YTubic"
8
license=('GPL3')
9
provides=("ytubic")
10
conflicts=("ytubic")
11
source=("${_pkgname}-${pkgver}.deb::https://github.com/NUber-dev/YTubic/releases/download/v${pkgver}/${_pkgname}_${pkgver}_Linux_x86_64.deb")
12
sha256sums=('17b5822d65b6090e6305c84257649bb5168084459ea1343e2cf9c10fde349be2')
13
14
prepare() {
15
tar -xf data.tar.gz
16
}
17
18
package() {
19
cp -dpr --no-preserve=ownership usr "${pkgdir}"/
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 15:21:23 | LOW | 2 |