csky-cpu-c910-simulation-platform
maintainer taotieren
· 0 votes
· base
csky-cpu-c910-csi-rtos-sdk
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads SDK and simulation platform files from Alibaba Cloud OSS, which is a legitimate hosting service; the sources are official development tools for C-Sky CPU, and the installed content consists of binaries and documentation, with no evidence of malicious behavior or unverifiable prebuilt executables being executed in a risky manner.
Triggered rules
LOW
AI review downgraded a static finding
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 SDK and simulation platform files from Alibaba Cloud OSS, which is a legitimate hosting service; the sources are official development tools for C-Sky CPU, and the installed content consists of binaries and documentation, with no evidence of malicious behavior or unverifiable prebuilt executables being executed in a risky manner.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
"csky-cpu-c910-csi-rtos-sdk-${pkgver}.zip::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/null/1609222628333/smarth-C910-RV64-1.7.3.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: taotieren <admin@taotieren.com>
2
3
pkgbase=csky-cpu-c910-csi-rtos-sdk
4
pkgname=($pkgbase csky-cpu-c910-simulation-platform)
5
pkgver=1.7.3
6
pkgrel=1
7
arch=('x86_64')
8
url='https://occ.t-head.cn/community/download?id=581565156799021056'
9
license=('unkown')
10
provides=()
11
#conflicts=()
12
depends=()
13
makedepends=('libarchive' 'unarchiver')
14
15
source=(
16
"csky-cpu-c910-csi-rtos-sdk-${pkgver}.zip::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/null/1609222628333/smarth-C910-RV64-1.7.3.zip"
17
"csky-cpu-c910-simulation-platform-${pkgver}.zip::https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/cop-image-prod/resource/420257228264570880/1573490152581/%E7%8E%84%E9%93%81910%E4%BB%BF%E7%9C%9F%E5%B9%B3%E5%8F%B0-%E4%BD%BF%E7%94%A8%E8%A7%86%E9%A2%91-%E6%8C%87%E5%AF%BC%E6%89%8B%E5%86%8C.zip"
18
)
19
20
sha256sums=('71c24394020e3324d456bc533269fdaf307a65813bcaa56eac73f8fcc4ec4fea'
21
'a1826f05409d47e37d2b241bf9aa0976e1f9b668ea5d37bd44c24e732fb313a1')
22
23
noextract=(csky-cpu-ck910f-csi-rtos-sdk-${pkgver}.zip csky-cpu-c910-simulation-platform-${pkgver}.zip)
24
25
package_csky-cpu-c910-csi-rtos-sdk() {
26
pkgdesc="C-Sky CPU C910 CSI-RTOS SDK"
27
install -dm0755 "${pkgdir}/opt/t-head/cpu/${pkgname}"
28
bsdtar xf "${srcdir}/${pkgname}-${pkgver}.zip" --strip-components=1 -C "${pkgdir}/opt/t-head/cpu/${pkgname}"
29
}
30
31
package_csky-cpu-c910-simulation-platform() {
32
export LC_CTYPE="zh_CN.UTF-8"
33
pkgdesc="C-Sky CPU C910 simulation platform"
34
install -dm0755 "${pkgdir}/opt/t-head/cpu/${pkgname}"
35
unar -e GBK "${srcdir}/${pkgname}-${pkgver}.zip"
36
bsdtar xf "${srcdir}/${pkgname}-${pkgver}/玄铁910仿真平台.tar.gz" --strip-components=1 -C "${pkgdir}/opt/t-head/cpu/${pkgname}"
37
unar -e GBK "${srcdir}/${pkgname}-${pkgver}/玄铁910仿真平台使用视频.zip" -o "${pkgdir}/opt/t-head/cpu/${pkgname}"
38
cp -r "${srcdir}/${pkgname}-${pkgver}/玄铁910仿真平台指导手册.pdf" "${pkgdir}/opt/t-head/cpu/${pkgname}"
39
install -Dm0755 /dev/stdin "${pkgdir}/usr/bin/csky-cpu-c910-run-case" << EOF
40
#!/bin/env bash
41
exec /opt/t-head/cpu/${pkgname}/tools/run_case "\$@"
42
43
EOF
44
install -Dm0755 /dev/stdin "${pkgdir}/usr/bin/csky-cpu-c910-srec2vmem" << EOF
45
#!/bin/env bash
46
exec /opt/t-head/cpu/${pkgname}/tools/Srec2vmem "\$@"
47
48
EOF
49
}
50
# vim: ts=4 sw=4 et
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |