bcm-convertor-uos
Triggered rules
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:12
"https://home-store-packages.uniontech.com/appstore/pool/appstore/b/bcm-convertor.yzf/bcm-convertor.yzf_${pkgver}_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from home-store-packages.uniontech.com, which is the official Deepin/UOS app store package repository operated by Uniontech (统信软件), the company behind UOS/Deepin Linux. This is not a random personal host — it is the canonical distribution channel for UOS applications, analogous to how some AUR packages pull from Ubuntu's Launchpad or Fedora's COPR. However, from an Arch packaging perspective, this is still a prebuilt closed-source binary (an Electron/Chromium-based app) extracted from a .deb and installed directly, with no source build. The sha512sum is pinned, which mitigates substitution risk. The concern is real but moderate: users are trusting Uniontech's binary distribution infrastructure to deliver an unmodified executable that will run on their system. This is a genuine supply-chain concern (prebuilt binary from a third-party vendor host, not built from source), but it is a well-known and common AUR pattern for proprietary software, and the host is the vendor's own official app store mirror rather than an unofficial or personal host. Severity remains medium due to the executed prebuilt binary nature, not because of any detected malicious behavior.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Integral <integral@member.fsf.org>
pkgname=bcm-convertor-uos
pkgver=1.3.0
pkgrel=1
pkgdesc="编程猫格式工厂 (A tool software to compile source code of codemao-kitten3-uos into applications)."
arch=('x86_64')
url="https://shequ.codemao.cn/"
license=('custom')
depends=('gtk3' 'nss' 'alsa-lib')
source=(
"https://home-store-packages.uniontech.com/appstore/pool/appstore/b/bcm-convertor.yzf/bcm-convertor.yzf_${pkgver}_amd64.deb"
)
sha512sums=('d2e8064f025f75e64b91698124a52def2d1dd165df0d1c239453af28a511631e95bbf36af17eec26da83177a00ebef87c9356cd7cd0b2f9a3a5c78885995e3ed')
package() {
echo " -> Extracting the data.tar.xz..."
bsdtar -xvf data.tar.xz -C "${pkgdir}/"
chmod -R 755 "${pkgdir}/"
echo " -> Installing..."
# Launcher
mkdir -p "${pkgdir}/usr/bin/"
ln -s "/opt/apps/bcm-convertor.yzf/files/bcm_convertor" "${pkgdir}/usr/bin/${pkgname}"
# Desktop Entry
install -Dm644 "${pkgdir}/opt/apps/bcm-convertor.yzf/entries/applications/bcm-convertor.yzf.desktop" -t "${pkgdir}/usr/share/applications/"
# Icon
cp -r "${pkgdir}/opt/apps/bcm-convertor.yzf/entries/icons" "${pkgdir}/usr/share/"
chmod -R 755 "${pkgdir}/usr/share/icons/"
# License
install -Dm644 "${pkgdir}/opt/apps/bcm-convertor.yzf/files/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 "${pkgdir}/opt/apps/bcm-convertor.yzf/files/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | 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 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 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |