platinum
Triggered rules
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:24
source=("$pkgname-$pkgver.tar.xz::https://vue-slwyts.vercel.app/app.tar.xz")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt application archive (app.tar.xz) from a personal Vercel deployment (vue-slwyts.vercel.app) that is not the official project domain (platinum.flysoftbeta.cn). This is a personal/unofficial host with no verifiable connection to the upstream project's release infrastructure. The archive is extracted and its contents (the 'app' directory) are installed directly into /opt/platinum and executed via an Electron wrapper. While md5sums are present, MD5 is cryptographically weak and the hash itself could be updated alongside a malicious payload. The duplicate source= assignment (first line is overridden by the second) is sloppy but not itself a security issue. The core concern is a prebuilt binary blob from an unofficial personal hosting service being installed and executed — a genuine supply-chain risk warranting medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: slwyts <a3144390867@163.com>
# Author: Flysoft <flysoftbeta@hiflysoft.onmicrosoft.com>
pkgname='platinum'
_pkgname='platinum'
pkgver=1.0.0
pkgrel=1
epoch=2
pkgdesc="Platinum Web Browser"
arch=('any')
url="https://platinum.flysoftbeta.cn"
#license=('')
groups=()
depends=('electron' 'ffmpeg' 'aria2')
makedepends=('tar' 'xz')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.xz::https://vue-slwyts.vercel.app/app.tar.xz")
source=(platinum.png
${_pkgname}.desktop
${_pkgname}
$pkgname-$pkgver.tar.xz::https://vue-slwyts.vercel.app/app.tar.xz
)
md5sums=('81583bb58c11dc83ec6f872afb21a2ec' 'e648f8ef35a7527d35c01091bad025b4' '1e371bf1065ff136689ee8d290da0c63' '9c21ae3b075500411fc8282a551eb56d')
validpgpkeys=()
package() {
install -Dm644 -t "${pkgdir}/usr/share/applications" "${_pkgname}.desktop"
install -Dm644 "platinum.png" "$pkgdir/usr/share/icons/hicolor/0x0/apps/$_pkgname.png"
install -Dm755 "${_pkgname}" "${pkgdir}/opt/platinum/${_pkgname}"
cp -r "app" "${pkgdir}/opt/platinum/app"
#cp -r "engine" "${pkgdir}/opt/platinum/engine"
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
}
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 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 |