csky-cpu-wujian100-open-fpga
maintainer taotieren
· 0 votes
· base
csky-cpu-wujian100-open
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git checkout from a forked repository hosted on a non-standard proxy (fastgit.org), but it clones from a legitimate project's official upstream (T-head-Semi/wujian100_open), which is normal for AUR packages; the SKIP'd checksum is a quality issue but does not imply malicious content since the source is openly verifiable and consists of design/simulation files, not prebuilt binaries.
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 source is a git checkout from a forked repository hosted on a non-standard proxy (fastgit.org), but it clones from a legitimate project's official upstream (T-head-Semi/wujian100_open), which is normal for AUR packages; the SKIP'd checksum is a quality issue but does not imply malicious content since the source is openly verifiable and consists of design/simulation files, not prebuilt binaries.
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:17
source=("${pkgbase}::git+https://hub.fastgit.org/T-head-Semi/wujian100_open.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: taotieren <admin@taotieren.com>
2
3
pkgbase=csky-cpu-wujian100-open
4
pkgname=($pkgbase csky-cpu-wujian100-open-doc csky-cpu-wujian100-open-fpga csky-cpu-wujian100-open-sdk csky-cpu-wujian100-open-soc csky-cpu-wujian100-open-test csky-cpu-wujian100-open-simulation )
5
pkgver=1.0.0
6
pkgrel=1
7
arch=('x86_64')
8
url='https://github.com/T-head-Semi/wujian100_open'
9
license=('MIT')
10
provides=()
11
#conflicts=()
12
depends=("iverilog" "verilator" "gtkwave")
13
makedepends=("git")
14
optdepends=("csky-debugserver-bin: C-Sky Debugger Server"
15
"csky-toolchain-900-series-bin: C-Sky toolchain 900 series (RISC-V)"
16
"vivado: FPGA/CPLD design suite for Xilinx devices")
17
source=("${pkgbase}::git+https://hub.fastgit.org/T-head-Semi/wujian100_open.git")
18
19
sha256sums=('SKIP')
20
21
noextract=()
22
23
package_csky-cpu-wujian100-open() {
24
pkgdesc="C-Sky CPU wujian100 open (ALL). IC design and development should be faster,simpler and more reliable."
25
depends=(csky-cpu-wujian100-open-doc csky-cpu-wujian100-open-fpga csky-cpu-wujian100-open-sdk csky-cpu-wujian100-open-soc csky-cpu-wujian100-open-test csky-cpu-wujian100-open-simulation)
26
}
27
28
package_csky-cpu-wujian100-open-doc() {
29
pkgdesc="C-Sky CPU wujian100 open doc. IC design and development should be faster,simpler and more reliable."
30
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
31
cp -r "${srcdir}"/${pkgbase}/{doc,README.md} "${pkgdir}/opt/t-head/${pkgbase}"
32
}
33
34
package_csky-cpu-wujian100-open-fpga() {
35
pkgdesc="C-Sky CPU wujian100 open FPGA. IC design and development should be faster,simpler and more reliable."
36
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
37
cp -r "${srcdir}/${pkgbase}/fpga" "${pkgdir}/opt/t-head/${pkgbase}"
38
}
39
40
package_csky-cpu-wujian100-open-sdk() {
41
pkgdesc="C-Sky CPU wujian100 open SDK. IC design and development should be faster,simpler and more reliable."
42
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
43
cp -r "${srcdir}/${pkgbase}/sdk" "${pkgdir}/opt/t-head/${pkgbase}"
44
}
45
46
package_csky-cpu-wujian100-open-soc() {
47
pkgdesc="C-Sky CPU wujian100 open SoC. IC design and development should be faster,simpler and more reliable."
48
depends=(csky-cpu-wujian100-open-sdk-test csky-cpu-wujian100-open-simulation)
49
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
50
cp -r "${srcdir}/${pkgbase}/soc" "${pkgdir}/opt/t-head/${pkgbase}"
51
}
52
53
package_csky-cpu-wujian100-open-test() {
54
pkgdesc="C-Sky CPU wujian100 open test bench. IC design and development should be faster,simpler and more reliable."
55
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
56
cp -r "${srcdir}"/${pkgbase}/{tb,regress} "${pkgdir}/opt/t-head/${pkgbase}"
57
}
58
59
package_csky-cpu-wujian100-open-simulation() {
60
pkgdesc="C-Sky CPU wujian100 open simulation. IC design and development should be faster,simpler and more reliable."
61
install -dm0755 "${pkgdir}/opt/t-head/${pkgbase}"
62
cp -r "${srcdir}"/${pkgbase}/{case,lib,tools,workdir} "${pkgdir}/opt/t-head/${pkgbase}"
63
}
64
# vim: ts=4 sw=4 et
65
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 |