qoder-cli-cn-bin

LOW
maintainer galak9 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt binaries from a project-owned domain (static.qoder.com.cn), which is not on the whitelist but plausibly official; checksums are provided and match the architecture-specific tarballs, reducing supply-chain risk despite the non-standard host.

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 the whitelist but plausibly official; checksums are provided and match the architecture-specific tarballs, reducing supply-chain risk despite the non-standard host.

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.54
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=('08b0dea535801fd279b2004ccc799a21bc9eddd0c45f9577befc93dcfe0be82d')
33sha256sums_aarch64=('4aa2d147abe90e378604680e7425b428698a9b66f330276fdfa21384e50c877c')
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-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: galak9 <alterk@qq.com>
pkgname=qoder-cli-cn-bin
-pkgver=1.1.53
+pkgver=1.1.54
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=('c2b83a4b7ace6af5309613fe1b3a1961f2e20e84c7bfaca8b3524f307a044bc8')
-sha256sums_aarch64=('fba87a2db0ef1e7759d8791d0c8ee6fdc9f5a96a27d08eabe798c072d245b6f2')
+sha256sums_x86_64=('08b0dea535801fd279b2004ccc799a21bc9eddd0c45f9577befc93dcfe0be82d')
+sha256sums_aarch64=('4aa2d147abe90e378604680e7425b428698a9b66f330276fdfa21384e50c877c')
package() {
install -Dm755 "${srcdir}/qoderclicn" "${pkgdir}/usr/bin/qoderclicn"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 21:23:45 Medium 1
2026-09-16 00:03:17 Low 2
2026-09-15 21:20:38 Medium 1
2026-09-15 00:25:31 Low 2
2026-09-14 21:18:01 Medium 1
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 19:12:35 Medium 1
2026-09-12 00:25:17 Low 2
2026-09-11 21:24:02 Medium 1
2026-09-11 00:19:22 Low 2
2026-09-10 21:21:21 Medium 1
2026-09-10 00:22:44 Low 2
2026-09-09 21:20:09 Medium 1
2026-09-09 00:04:09 Low 2
2026-09-08 21:18:22 Medium 1
2026-09-08 00:18:08 Medium 2
2026-09-07 21:15:20 Medium 2
2026-09-07 00:30:15 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