comty-desktop-bin
maintainer ragestudio
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-standard, non-whitelisted host (b2-cdn.ragestudio.net), which is not the project's official release infrastructure, creating a supply-chain risk if the host is compromised or malicious.
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:17
"https://b2-cdn.ragestudio.net/file/rs-static/comty-desktop/releases/linux/comty-desktop_${pkgver}_amd64.deb"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-standard, non-whitelisted host (b2-cdn.ragestudio.net), which is not the project's official release infrastructure, creating a supply-chain risk if the host is compromised or malicious.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: srgooglo <srgooglo@ragestudio.net>
2
pkgname=comty-desktop-bin
3
4
_electronversion=43
5
6
pkgver="0.12.0"
7
pkgrel=1
8
pkgdesc="Official Comty Desktop application bin"
9
arch=("x86_64")
10
url="https://github.com/ragestudio/comty"
11
license=("MIT")
12
13
depends=("electron$_electronversion")
14
source=(
15
"comty.sh"
16
"comty-desktop.desktop"
17
"https://b2-cdn.ragestudio.net/file/rs-static/comty-desktop/releases/linux/comty-desktop_${pkgver}_amd64.deb"
18
)
19
sha256sums=(
20
"02f24b7cd9558d0d308c3eb5fadb892faffc838162b536a0a713e02cf0c5f363"
21
"a47c8763f0a4a354ac724ab9c067508f07495ed543568f99f8a36ba33bd35a5d"
22
"c389d543f06365b3c9dc1c31a01aaa201c085843e317f26e5cd2ff0be5d38154"
23
)
24
25
prepare() {
26
mkdir -p data
27
tar xfC data.tar.xz data
28
29
sed -i "s/{ver}/$_electronversion/" comty.sh
30
}
31
32
package() {
33
install -Dm644 data/opt/Comty/resources/app.asar "$pkgdir/usr/lib/comty/app.asar"
34
install -Dm755 comty.sh "$pkgdir/usr/bin/comty"
35
36
install -Dm644 data/usr/share/icons/hicolor/512x512/apps/comty-desktop.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/comty.png"
37
install -Dm644 comty-desktop.desktop "$pkgdir/usr/share/applications/comty-desktop.desktop"
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-07-24 00:02+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ _electronversion=43 -pkgver="0.11.0"+pkgver="0.12.0" pkgrel=1 pkgdesc="Official Comty Desktop application bin" arch=("x86_64")@@ -19,7 +19,7 @@ sha256sums=( "02f24b7cd9558d0d308c3eb5fadb892faffc838162b536a0a713e02cf0c5f363" "a47c8763f0a4a354ac724ab9c067508f07495ed543568f99f8a36ba33bd35a5d"- "f16aac6e781aef05c1abaf7f6a666c4a0372e5c0140d2aa417ddc4f2039a6b06"+ "c389d543f06365b3c9dc1c31a01aaa201c085843e317f26e5cd2ff0be5d38154" ) prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 21:28:26 | MEDIUM | 2 |
| 2026-07-24 13:27:52 | 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 21:59:23 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |