phizclip-studio-dev

MEDIUM
maintainer zaeyee 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

A prebuilt AppImage binary is downloaded from a personal/unofficial host (pan-dev.xyue.zip:8443, a Nextcloud-style share link) and installed as an executable. This is not the project's official release infrastructure — it is a personal cloud storage share on a non-standard port. While a sha256sum is provided, the trust anchor is only as strong as the host owner's integrity; if the share link is swapped or the host is compromised, users execute arbitrary code. The AppImage is installed with mode 755 under /opt and run directly by users, making this a genuine supply-chain concern. The cheaper model's MEDIUM rating is correct.

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:11 "${pkgname}-${pkgver}-${pkgrel}.AppImage"::"https://pan-dev.xyue.zip:8443/s/do2q2GNYitsAqTj/download/PhizClip%20Studio-1.2.5-dev.AppImage"
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): A prebuilt AppImage binary is downloaded from a personal/unofficial host (pan-dev.xyue.zip:8443, a Nextcloud-style share link) and installed as an executable. This is not the project's official release infrastructure — it is a personal cloud storage share on a non-standard port. While a sha256sum is provided, the trust anchor is only as strong as the host owner's integrity; if the share link is swapped or the host is compromised, users execute arbitrary code. The AppImage is installed with mode 755 under /opt and run directly by users, making this a genuine supply-chain concern. The cheaper model's MEDIUM rating is correct.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: zaeyee <zaeyee@163.com>
2pkgname="phizclip-studio-dev"
3pkgver="1.2.5"
4pkgrel=2
5pkgdesc="Developer tools for PhizClip-dev"
6arch=("x86_64")
7url="https://open-dev.xyue.zip:9443/"
8license=('custom')
9depends=()
10source=(
11 "${pkgname}-${pkgver}-${pkgrel}.AppImage"::"https://pan-dev.xyue.zip:8443/s/do2q2GNYitsAqTj/download/PhizClip%20Studio-1.2.5-dev.AppImage"
12 "${pkgname}.desktop"
13 "${pkgname}.png")
14sha256sums=('3e64ccf67047702315037dbcbd2996c241b111b68a0287a09bcd74804e0fbd90'
15 'bba2a0ba094fb922adb791b224fe32554588ab78f72f3d9630011cc4eb5fea27'
16 '53239505b912d9cb80a1f3e22ead56edb56a4a0d8b6b99536a6ab46a1ae8e9a1')
17options=(!strip)
18
19package() {
20 install -Dm755 "${srcdir}/${pkgname}-${pkgver}-${pkgrel}.AppImage" "${pkgdir}/opt/PhizClip-Studio-dev/PhizClip-Studio.AppImage"
21 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
22 install -Dm644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/icons/PhizClip-Studio-dev.png"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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