alisase
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
"${pkgname}-${pkgver}.deb::https://sase-app.oss-cn-hangzhou.aliyuncs.com/linux/sase-app-latest.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary .deb from oss-cn-hangzhou.aliyuncs.com (Alibaba Cloud OSS), which is plausibly the official Aliyun SASE client distribution channel. However, the URL uses a 'latest' path component (sase-app-latest.deb) rather than a versioned artifact path, meaning the actual file served could change at any time on the server side — the sha256sum only protects against network tampering at download time but does not guarantee the file matches the declared pkgver=3.4.2. The package installs a closed-source VPN/network-access client binary plus a systemd service that runs at boot, giving it persistent elevated network access. The combination of: (1) a prebuilt closed-source binary, (2) a mutable 'latest' URL that could serve a different binary than what was checksummed, and (3) a systemd service granting persistent system-level network access constitutes a genuine supply-chain concern. The sha256sum mitigates the risk somewhat but the mutable URL pattern is a real weakness. This is a legitimate medium-severity concern, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: witt <1989161762 at qq dot com>
pkgname=alisase
pkgver=3.4.2
pkgrel=4
pkgdesc="Aliyun sase client."
arch=(
'x86_64'
)
url="https://www.aliyun.com/product/security/csas"
license=('custom')
conflicts=("${pkgname}" "${pkgname}-bin")
provides=("${pkgname}-bin" "${pkgname}")
options=(
'!strip'
)
install="${pkgname}.install";
source=(
"${pkgname}-${pkgver}.deb::https://sase-app.oss-cn-hangzhou.aliyuncs.com/linux/sase-app-latest.deb"
"alisase.service"
)
sha256sums=('34032a08479ca6f41e5e0574bad5a0740245a3d4a28706c7b9b3c0e659d0e53d'
'a1df4fed3d17a4f52394037129410de342fcc8eb4eab9131b3dece4ba2ebaea4')
build() {
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.deb"
bsdtar -xf "${srcdir}/data."*
}
package() {
install -Dm755 "${srcdir}/usr/local/bin/${pkgname}" -t "${pkgdir}/usr/local/bin/"
install -Dm755 "${srcdir}/alisase.service" -t "${pkgdir}/usr/lib/systemd/system/"
cp -r "${srcdir}/usr/local/bin/${pkgname}-bin" "${pkgdir}/usr/local/bin/"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
}
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 |