csky-cpu-wujian100-open-sdk

LOW
maintainer taotieren 0 votes base csky-cpu-wujian100-open scanned 2026-09-17 00:27:14.276658
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
3pkgbase=csky-cpu-wujian100-open
4pkgname=($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 )
5pkgver=1.0.0
6pkgrel=1
7arch=('x86_64')
8url='https://github.com/T-head-Semi/wujian100_open'
9license=('MIT')
10provides=()
11#conflicts=()
12depends=("iverilog" "verilator" "gtkwave")
13makedepends=("git")
14optdepends=("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")
17source=("${pkgbase}::git+https://hub.fastgit.org/T-head-Semi/wujian100_open.git")
18
19sha256sums=('SKIP')
20
21noextract=()
22
23package_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
28package_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
34package_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
40package_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
46package_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
53package_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
59package_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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion