csky-qemu-bin
The package downloads a prebuilt binary and documentation from Alibaba Cloud OSS, but the source is plausibly the official C-Sky/thead release infrastructure, and the binary is installed in a standard way without executing remote code or exfiltrating data.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary and documentation from Alibaba Cloud OSS, but the source is plausibly the official C-Sky/thead release infrastructure, and the binary is installed in a standard way without executing remote code or exfiltrating data.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
"${pkgname}-${pkgver}.tar.gz::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/1356021/1612269502091/${pkgname%-bin}-${arch}-Ubuntu-16.04-20210202-1445.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: taotieren <admin@taotieren.com>
pkgname=csky-qemu-bin
pkgver=3.2.0
pkgrel=1
epoch=
pkgdesc="C-Sky Qemu"
arch=('x86_64')
url="https://occ.t-head.cn/community/download?id=636946310057951232"
license=('GPL2' 'LGPL2.1' 'custom')
groups=()
depends=('bash')
makedepends=("tar")
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=('!strip')
install=
changelog=
source=(
"${pkgname}-${pkgver}.tar.gz::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/1356021/1612269502091/${pkgname%-bin}-${arch}-Ubuntu-16.04-20210202-1445.tar.gz"
"C-SKY QEMU User Guide.pdf::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/1355977/1593743011800/C-SKY_QEMU_User_Guide.pdf"
"C-SKY CPF User Guide.pdf::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/cop-image-prod/resource/420257228264570880/1577083422668/C-SKY+CPF+User+Guide.pdf")
noextract=(${pkgname}-${pkgver}.tar.gz)
sha256sums=('a13735079ab89d84a43794810b8941bffee8a95bef89a6aa05ccb2c4fa46b2f7'
'1eb8b7f77dc85b066154d87899d4ee9d792f0c64aa6a51e0a063e8ea41eb3b82'
'26e2a6d7980339ea538f3dba3950e92d03a33ab8b70b68223f809ad1f285b4d3')
#validpgpkeys=()
package() {
install -dm0755 "${pkgdir}/opt/t-head/${pkgname%-bin}"
tar -xf "${srcdir}/${pkgname}-${pkgver}.tar.gz" --no-same-owner --no-same-permissions -C "${pkgdir}/opt/t-head/${pkgname%-bin}"
cp -r "${srcdir}"/*.pdf "${pkgdir}/opt/t-head/${pkgname%-bin}"
install -Dm0755 /dev/stdin "${pkgdir}/etc/profile.d/${pkgname%-bin}.sh" << EOF
#!/bin/sh
[ -d /opt/t-head/${pkgname%-bin}/bin ] && append_path '/opt/t-head/${pkgname%-bin}/bin'
export PATH
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |