cyc-desktop-bin

maintainer noctulus · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged A prebuilt binary (Electron/desktop app) is downloaded from r2.cycback.org, which is a CDN/storage host operated by the upstream project (cycback.org appears to be the backend domain for cyc-anime.net). While this is the vendor's own infrastructure rather than a random personal host, it is still not a well-known, auditable release channel (e.g. GitHub Releases). The package installs an executed binary directly into /opt and /usr/bin. The integrity check uses only MD5, which is cryptographically weak and insufficient to guarantee authenticity. There is no GPG signature verification. This constitutes a genuine supply-chain concern: if r2.cycback.org is compromised or the artifact is silently replaced, users would execute arbitrary code. The risk is real but not evidence of active malice, keeping this at MEDIUM rather than HIGH.

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:14 "https://r2.cycback.org/Linux/${_pkgname}-${pkgver}.pacman"
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/desktop app) is downloaded from r2.cycback.org, which is a CDN/storage host operated by the upstream project (cycback.org appears to be the backend domain for cyc-anime.net). While this is the vendor's own infrastructure rather than a random personal host, it is still not a well-known, auditable release channel (e.g. GitHub Releases). The package installs an executed binary directly into /opt and /usr/bin. The integrity check uses only MD5, which is cryptographically weak and insufficient to guarantee authenticity. There is no GPG signature verification. This constitutes a genuine supply-chain concern: if r2.cycback.org is compromised or the artifact is silently replaced, users would execute arbitrary code. The risk is real but not evidence of active malice, keeping this at MEDIUM rather than HIGH.

PKGBUILD

1 offending line(s) highlighted
1# Maintainers: noctulus <fangyuhao0612@gmail.com>
2# Contributor: Cyc_developer <cycbot[at]outlook.jp>
3pkgname="cyc-desktop-bin"
4_pkgname="cyc-desktop"
5pkgver=1.0.8
6pkgrel=1
7pkgdesc="次元城动漫桌面端"
8arch=('x86_64')
9url="https://www.cyc-anime.net"
10license=('MIT')
11depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
12conflicts=('cycdm-bin')
13source=(
14 "https://r2.cycback.org/Linux/${_pkgname}-${pkgver}.pacman"
15)
16md5sums=('917da2496466df2c13525d527c5661f2')
17
18package() {
19 install -d "${pkgdir}/opt/${_pkgname}"
20 cp -r opt/${_pkgname}/* "${pkgdir}/opt/${_pkgname}"
21 mkdir -p "${pkgdir}"/usr/bin
22 ln -sf /opt/${_pkgname}/cyc-desktop "${pkgdir}"/usr/bin/cyc-desktop
23 install -Dm 644 usr/share/icons/hicolor/256x256/apps/cyc-desktop.png "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/cyc-desktop.png
24 install -Dm 644 usr/share/applications/cyc-desktop.desktop "${pkgdir}"/usr/share/applications/cyc-desktop.desktop
25}
26

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