bouffalo-lab-dev-cube

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

The package downloads a source archive from a project-owned domain (dev.bouffalolab.com) for building the official tool; the host is not whitelisted but is plausibly legitimate, and the content is not executed remotely or obfuscated.

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 package downloads a source archive from a project-owned domain (dev.bouffalolab.com) for building the official tool; the host is not whitelisted but is plausibly legitimate, and the content is not executed remotely or obfuscated.

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:18 source=("https://dev.bouffalolab.com/media/upload/download/${_pkgname}-v${pkgver}.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: yjun <jerrysteve1101 at gmail dot com>
2
3pkgname=bouffalo-lab-dev-cube
4_pkgname=BouffaloLabDevCube
5pkgver=1.8.5
6pkgrel=2
7pkgdesc="A chip integrated development tool provided by Bouffalolab, which includes three major functions: IOT program download, MCU program download and RF performance test."
8arch=('x86_64')
9url="https://bouffalolab.oschina.io/bl_mcu_sdk/get_started/bl_dev_cube.html"
10license=('unknown')
11depends=('libusb'
12 'glibc'
13 'gcc-libs'
14 'zlib')
15makedepends=('unzip')
16provides=("bl-lab-dev-cube")
17options=('emptydirs')
18source=("https://dev.bouffalolab.com/media/upload/download/${_pkgname}-v${pkgver}.zip")
19noextract=("${_pkgname}-v${pkgver}.zip")
20sha256sums=('bbaddd5382b42c9d4ebef7ff39b1e37b347ba695a34132fb9237c83b773027b4')
21
22_install() {
23 find ${@: 2} -type f -exec install -Dm$1 {} ${pkgdir}/opt/${pkgname}/{} \;
24}
25
26build() {
27 install -dm755 ${srcdir}/build
28
29 unzip "${_pkgname}-v${pkgver}.zip" -d ${srcdir}/build
30}
31
32package() {
33 cd ${srcdir}/build/
34
35 # binary
36 install -Dm755 bflb_iot_tool-ubuntu ${pkgdir}/opt/${pkgname}/bflb_iot_tool
37 install -Dm755 BLDevCube-ubuntu ${pkgdir}/opt/${pkgname}/BLDevCube
38
39 # symbol link
40 install -dm755 ${pkgdir}/usr/bin/
41 ln -sf /opt/${pkgname}/BLDevCube ${pkgdir}/usr/bin/BLDevCube
42
43 # desktop entry
44 # install -Dm644 usr/share/applications/${_pkgname}.desktop -t ${pkgdir}/usr/share/applications
45
46 # icon
47 # find usr/share/icons -type f -exec install -Dm644 {} ${pkgdir}/{} \;
48 # _install 644 usr/share/icons
49
50 # license
51 # install -Dm644 ${srcdir}/license.html -t ${pkgdir}/usr/share/licenses/${pkgname}/
52
53 # empty dir
54 install -dm777 ${pkgdir}/opt/${pkgname}/log
55
56 #
57 _install 644 chips
58 _install 644 docs
59 _install 644 utils
60 _install 644 chips
61}
62# vim: set sw=2 ts=2 et:
63

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