brickv
maintainer jose1711
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official project's download domain used for building the package; it is not an unverifiable prebuilt executable or remote code execution, and the host, while not a common forge, is plausibly official for the project.
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 source is a tarball from the official project's download domain used for building the package; it is not an unverifiable prebuilt executable or remote code execution, and the host, while not a common forge, is plausibly official for the project.
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:16
source=(https://download.tinkerforge.com/apt/debian/pool/main/t/tinkerforge-${pkgname}/tinkerforge-${pkgname}_${pkgver}.tar.xz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jozef Riha <jose1711 at gmail dot com>
2
# Co-Maintainer: Erik Fleckstein <erik at tinkerforge dot com>
3
# Contributor: tafli
4
# Contributor: maat
5
6
pkgname=brickv
7
pkgver=2.4.27
8
pkgrel=1
9
pkgdesc="testing/flashing tool for tinkerforge brick(let)s"
10
url="http://www.tinkerforge.com/"
11
license=("GPL2")
12
arch=('any')
13
depends=('python-pyserial' 'python-pyqt5' 'python-pytz' 'python-tzlocal')
14
optdepends=('brickd: local device support')
15
makedepends=('python-setuptools' 'python-pyqt5')
16
source=(https://download.tinkerforge.com/apt/debian/pool/main/t/tinkerforge-${pkgname}/tinkerforge-${pkgname}_${pkgver}.tar.xz)
17
sha256sums=('16aca82c5394774237a8b29554389c032e121bee0ace352a2fefb1289ab77787')
18
19
package() {
20
install -D $srcdir/tinkerforge-$pkgname-$pkgver/usr/bin/brickv $pkgdir/usr/bin/brickv
21
install -Dm644 $srcdir/tinkerforge-$pkgname-$pkgver/lib/udev/rules.d/99-tinkerforge-brickv.rules $pkgdir/usr/lib/udev/rules.d/99-tinkerforge-brickv.rules
22
install -D $srcdir/tinkerforge-$pkgname-$pkgver/usr/share/applications/brickv.desktop $pkgdir/usr/share/applications/brickv.desktop
23
# install does not support recursively copying a directory tree
24
cp -r $srcdir/tinkerforge-$pkgname-$pkgver/usr/share/brickv $pkgdir/usr/share/brickv
25
# Debian source package contains the deb marker. Overwrite it to make sure brickv checks the AUR for updates instead.
26
echo "aur" > $pkgdir/usr/share/brickv/package_type
27
install -Dm644 $srcdir/tinkerforge-$pkgname-$pkgver/usr/share/pixmaps/brickv-icon.png $pkgdir/usr/share/pixmaps/brickv-icon.png
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |