qoder-cli-cn-bin
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
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)
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# Maintainer: galak9 <alterk@qq.com>
pkgname=qoder-cli-cn-bin
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')
url="https://qoder.com.cn"
license=('LicenseRef-Qoder-Product-Service')
depends=('glibc')
provides=("qoder-cli-cn=${pkgver}")
conflicts=('qoder-cli-cn')
options=('!strip' '!debug')
source_x86_64=(
"qoderclicn-${pkgver}-linux-x64.tar.gz::https://static.qoder.com.cn/qoder-cli-cn/releases/${pkgver}/qoderclicn-linux-x64.tar.gz"
)
source_aarch64=(
"qoderclicn-${pkgver}-linux-arm64.tar.gz::https://static.qoder.com.cn/qoder-cli-cn/releases/${pkgver}/qoderclicn-linux-arm64.tar.gz"
)
source+=(
"LICENSE"
"qoderclicn.bash"
"qoderclicn.zsh"
"qoderclicn.fish"
)
sha256sums=('b3c2f69ca7701015b1a7a2f7fa335aba917e7658129bee10fa96d066ba305bda'
'563610c8624be209fa8353b8b64b6371532400dc43a4139895ec8dc445db7da1'
'35b2db9d976fd8ac3ec609d0ac4d13c5f47598c25d7a299a16ddd4a2d430cf31'
'acbcecde9ec8b3843b17f6a8b374babd62505bbc53277d50c2ec0399ec10809b')
sha256sums_x86_64=('08b0dea535801fd279b2004ccc799a21bc9eddd0c45f9577befc93dcfe0be82d')
sha256sums_aarch64=('4aa2d147abe90e378604680e7425b428698a9b66f330276fdfa21384e50c877c')
package() {
install -Dm755 "${srcdir}/qoderclicn" "${pkgdir}/usr/bin/qoderclicn"
install -Dm644 "${srcdir}/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${srcdir}/qoderclicn.bash" \
"${pkgdir}/usr/share/bash-completion/completions/qoderclicn"
install -Dm644 "${srcdir}/qoderclicn.zsh" \
"${pkgdir}/usr/share/zsh/site-functions/_qoderclicn"
install -Dm644 "${srcdir}/qoderclicn.fish" \
"${pkgdir}/usr/share/fish/vendor_completions.d/qoderclicn.fish"
}
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) | Severity | Rules |
|---|---|---|
| 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 |