usb-tree-app
maintainer Ozum
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The Go toolchain is used to build the project from its own source code, and wailsapp/wails is a legitimate build tool; this is normal for Go-based AUR packages and not a supply-chain risk.
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 Go toolchain is used to build the project from its own source code, and wailsapp/wails is a legitimate build tool; this is normal for Go-based AUR packages and not a supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External install via pipx/uv/poetry/cargo/go/gem
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:25
go install github.com/wailsapp/wails/v2/cmd/wails@latest
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alastair Ozmond <alastair.ozmond@gmail.com>
2
pkgname=usb-tree-app
3
pkgver=0.0.5
4
pkgrel=1
5
pkgdesc="USB device tree viewer with detailed information and monitor"
6
arch=('any')
7
url="https://github.com/AOzmond/usb-tree"
8
license=('GPL-2.0-or-later')
9
depends=('gtk3' 'webkit2gtk-4.1' 'libusb')
10
makedepends=('go' 'bun-bin' 'git')
11
provides=('usb-tree')
12
conflicts=('usb-tree' 'usb-tree-app-bin')
13
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('e8f3c14a71635398a79cb233bdcba7f5a23a6001774e74fa1fcf4b0e9084a3c2')
15
16
build() {
17
cd "${srcdir}/usb-tree-${pkgver}"
18
19
# Install frontend dependencies
20
cd app/frontend
21
bun install
22
23
# Build the application with wails
24
cd ../
25
go install github.com/wailsapp/wails/v2/cmd/wails@latest
26
$(go env GOPATH)/bin/wails build -clean
27
}
28
29
package() {
30
cd "${srcdir}/usb-tree-${pkgver}"
31
32
# Install binary
33
install -Dm755 "app/build/bin/usb-tree" "${pkgdir}/usr/bin/usb-tree"
34
35
# Install desktop file
36
install -Dm644 "app/build/linux/usb-tree.desktop" "${pkgdir}/usr/share/applications/usb-tree.desktop"
37
38
# Install icon
39
install -Dm644 "app/build/linux/usb-tree.png" "${pkgdir}/usr/share/pixmaps/usb-tree.png"
40
41
# Also install icon in hicolor theme (standard location)
42
install -Dm644 "app/build/linux/usb-tree.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/usb-tree.png"
43
44
# Install license
45
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
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 |