qoder-cli-cn-bin

maintainer galak9 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from a project-owned domain (static.qoder.com.cn), which is not on standard whitelists but plausibly official; checksums are provided and match the architecture-specific binaries, reducing supply-chain risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from a project-owned domain (static.qoder.com.cn), which is not on standard whitelists but plausibly official; checksums are provided and match the architecture-specific binaries, reducing supply-chain risk.

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:15 "qoderclicn-${pkgver}-linux-x64.tar.gz::https://static.qoder.com.cn/qoder-cli-cn/releases/${pkgver}/qoderclicn-linux-x64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: galak9 <alterk@qq.com>
2pkgname=qoder-cli-cn-bin
3pkgver=1.1.9
4pkgrel=1
5pkgdesc="Qoder CLI (CN version) - An agentic AI coding tool built for command-line developers"
6arch=('x86_64' 'aarch64')
7url="https://qoder.com.cn"
8license=('LicenseRef-Qoder-Product-Service')
9depends=('glibc')
10provides=("qoder-cli-cn=${pkgver}")
11conflicts=('qoder-cli-cn')
12options=('!strip' '!debug')
13
14source_x86_64=(
15 "qoderclicn-${pkgver}-linux-x64.tar.gz::https://static.qoder.com.cn/qoder-cli-cn/releases/${pkgver}/qoderclicn-linux-x64.tar.gz"
16)
17source_aarch64=(
18 "qoderclicn-${pkgver}-linux-arm64.tar.gz::https://static.qoder.com.cn/qoder-cli-cn/releases/${pkgver}/qoderclicn-linux-arm64.tar.gz"
19)
20
21source+=(
22 "LICENSE"
23 "qoderclicn.bash"
24 "qoderclicn.zsh"
25 "qoderclicn.fish"
26)
27
28sha256sums=('b3c2f69ca7701015b1a7a2f7fa335aba917e7658129bee10fa96d066ba305bda'
29 '563610c8624be209fa8353b8b64b6371532400dc43a4139895ec8dc445db7da1'
30 '35b2db9d976fd8ac3ec609d0ac4d13c5f47598c25d7a299a16ddd4a2d430cf31'
31 'acbcecde9ec8b3843b17f6a8b374babd62505bbc53277d50c2ec0399ec10809b')
32sha256sums_x86_64=('c96bbc4d8e31d79ea6cdbf5f05bb6195a77d3f70f1753bc73c550feeca8cb11c')
33sha256sums_aarch64=('07c84128f86cabd7893092359586d4524cadcfe20da688aff3e64c3cb88c7f1f')
34
35package() {
36 install -Dm755 "${srcdir}/qoderclicn" "${pkgdir}/usr/bin/qoderclicn"
37
38 install -Dm644 "${srcdir}/LICENSE" \
39 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40
41 install -Dm644 "${srcdir}/qoderclicn.bash" \
42 "${pkgdir}/usr/share/bash-completion/completions/qoderclicn"
43 install -Dm644 "${srcdir}/qoderclicn.zsh" \
44 "${pkgdir}/usr/share/zsh/site-functions/_qoderclicn"
45 install -Dm644 "${srcdir}/qoderclicn.fish" \
46 "${pkgdir}/usr/share/fish/vendor_completions.d/qoderclicn.fish"
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: galak9 <alterk@qq.com>
pkgname=qoder-cli-cn-bin
-pkgver=1.1.8
+pkgver=1.1.9
pkgrel=1
pkgdesc="Qoder CLI (CN version) - An agentic AI coding tool built for command-line developers"
arch=('x86_64' 'aarch64')
@@ -29,8 +29,8 @@
'563610c8624be209fa8353b8b64b6371532400dc43a4139895ec8dc445db7da1'
'35b2db9d976fd8ac3ec609d0ac4d13c5f47598c25d7a299a16ddd4a2d430cf31'
'acbcecde9ec8b3843b17f6a8b374babd62505bbc53277d50c2ec0399ec10809b')
-sha256sums_x86_64=('fab47cc499415d06bdbc8c499bc179dd927eb4f256c4c1b7240600992291ef3d')
-sha256sums_aarch64=('e27e34123cc4961212b02149bbad629103efb6be89ccfb32f779a68855dee9fa')
+sha256sums_x86_64=('c96bbc4d8e31d79ea6cdbf5f05bb6195a77d3f70f1753bc73c550feeca8cb11c')
+sha256sums_aarch64=('07c84128f86cabd7893092359586d4524cadcfe20da688aff3e64c3cb88c7f1f')
package() {
install -Dm755 "${srcdir}/qoderclicn" "${pkgdir}/usr/bin/qoderclicn"

Scan history

Scanned at (UTC)SeverityRules
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 07:17:22 MEDIUM 1
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 15:12:02 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 15:35:03 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 13:20:28 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

Report a package

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

0 / 4000
Your suggestion