speedcat-bin
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:18
"${_source_archive}::https://dl.pbb.dexi009.com/apps/sc/scapp-linux-lite.zip"
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 binary (a .deb containing an Electron/ClashMeta-based proxy client) from dl.pbb.dexi009.com, which is a non-standard, unofficial host with no verifiable relationship to a well-known upstream vendor. The sha256sum provides integrity at the moment of packaging, but does not protect against the host owner silently replacing the file in the future (the hash would then mismatch, but the risk is that the maintainer could update the hash without scrutiny). The binary is extracted and installed directly into the system without any source build, meaning users are trusting an opaque prebuilt executable from an obscure CDN. The domain 'dexi009.com' has no obvious association with the stated upstream 'speedcat.me', raising the question of whether this is an official distribution channel. This is a classic supply-chain medium risk: executed binary from an unofficial/personal host, not clearly malicious but not verifiably safe either.
PKGBUILD
1 offending line(s) highlighted# Maintainer: heyeuuu <2829004293@qq.com>
pkgname=speedcat-bin
pkgver=3.0.3.2026043013
pkgrel=1
pkgdesc="Prebuilt SpeedCat desktop proxy client based on ClashMeta"
arch=('x86_64')
url="https://speedcat.me/"
license=('custom:unknown')
depends=('gtk3' 'libayatana-appindicator' 'hicolor-icon-theme')
optdepends=('xdg-utils: open external links from the application')
provides=("speedcat=${pkgver}")
conflicts=('speedcat')
options=('!strip' '!debug')
noextract=('scapp-linux-lite.zip')
_source_archive='scapp-linux-lite.zip'
_upstream_deb='dist/SpeedCat-3.0.3-linux-amd64.deb'
source=(
"${_source_archive}::https://dl.pbb.dexi009.com/apps/sc/scapp-linux-lite.zip"
)
sha256sums=(
'1e151010e1aaef5b75881c2604a553c7134653ff5c00d2d51dd04b17d91e3976'
)
package() {
cd "${srcdir}"
local debfile="${srcdir}/SpeedCat-linux-amd64.deb"
bsdtar -xOf "${_source_archive}" "${_upstream_deb}" > "${debfile}"
bsdtar -xOf "${debfile}" data.tar.zst | bsdtar -x -C "${pkgdir}"
install -dm755 "${pkgdir}/usr/bin"
ln -s ../share/SpeedCat/SpeedCat "${pkgdir}/usr/bin/SpeedCat"
ln -s SpeedCat "${pkgdir}/usr/bin/speedcat"
}
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 |