bouffalo-lab-dev-cube
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
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)
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# Maintainer: yjun <jerrysteve1101 at gmail dot com>
pkgname=bouffalo-lab-dev-cube
_pkgname=BouffaloLabDevCube
pkgver=1.8.5
pkgrel=2
pkgdesc="A chip integrated development tool provided by Bouffalolab, which includes three major functions: IOT program download, MCU program download and RF performance test."
arch=('x86_64')
url="https://bouffalolab.oschina.io/bl_mcu_sdk/get_started/bl_dev_cube.html"
license=('unknown')
depends=('libusb'
'glibc'
'gcc-libs'
'zlib')
makedepends=('unzip')
provides=("bl-lab-dev-cube")
options=('emptydirs')
source=("https://dev.bouffalolab.com/media/upload/download/${_pkgname}-v${pkgver}.zip")
noextract=("${_pkgname}-v${pkgver}.zip")
sha256sums=('bbaddd5382b42c9d4ebef7ff39b1e37b347ba695a34132fb9237c83b773027b4')
_install() {
find ${@: 2} -type f -exec install -Dm$1 {} ${pkgdir}/opt/${pkgname}/{} \;
}
build() {
install -dm755 ${srcdir}/build
unzip "${_pkgname}-v${pkgver}.zip" -d ${srcdir}/build
}
package() {
cd ${srcdir}/build/
# binary
install -Dm755 bflb_iot_tool-ubuntu ${pkgdir}/opt/${pkgname}/bflb_iot_tool
install -Dm755 BLDevCube-ubuntu ${pkgdir}/opt/${pkgname}/BLDevCube
# symbol link
install -dm755 ${pkgdir}/usr/bin/
ln -sf /opt/${pkgname}/BLDevCube ${pkgdir}/usr/bin/BLDevCube
# desktop entry
# install -Dm644 usr/share/applications/${_pkgname}.desktop -t ${pkgdir}/usr/share/applications
# icon
# find usr/share/icons -type f -exec install -Dm644 {} ${pkgdir}/{} \;
# _install 644 usr/share/icons
# license
# install -Dm644 ${srcdir}/license.html -t ${pkgdir}/usr/share/licenses/${pkgname}/
# empty dir
install -dm777 ${pkgdir}/opt/${pkgname}/log
#
_install 644 chips
_install 644 docs
_install 644 utils
_install 644 chips
}
# vim: set sw=2 ts=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |