monochrome-desktop-bin
LOW
maintainer shakakibara
0 votes
scanned 2026-09-22 03:36:46.988110
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the binary is not obfuscated or executed remotely, and the source is verifiable via checksum.
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 binary is not obfuscated or executed remotely, and the source is verifiable via checksum.
PKGBUILD
1
# Maintainer: Shakakibara <aryan.1843@disroot.org>
2
3
pkgname='monochrome-desktop-bin'
4
_pkgname='Monochrome.Desktop'
5
pkgver=2.0.14
6
pkgrel=2
7
pkgdesc='Stream and download millions of Hi-Res FLACs, all for free on Monochrome.'
8
arch=('x86_64')
9
url='https://github.com/monochrome-music/monochrome'
10
license=('Apache-2.0')
11
depends=('gtk3' 'webkit2gtk-4.1' 'libappindicator')
12
options=('!strip')
13
provides=("${pkgname}")
14
conflicts=("${pkgname}")
15
source=("https://github.com/monochrome-music/desktop-app/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
16
sha256sums=('24ddb66d2961e07fe997bc6836b7901f9225e2eaf369d4e22e65f72840a78e90')
17
18
package() {
19
# Extract
20
bsdtar -xf data.tar.* -C "$pkgdir/"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 03:36:46 | Low | 2 |