openpilot-cabana
maintainer Alodumnia254654
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The pip install fetches common Python build tools (scons, numpy, cython, setuptools, pycapnp) into a local venv for building the project from its own source; these are standard dependencies, not malicious external code, and the source is from a legitimate project repository.
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 90%): The pip install fetches common Python build tools (scons, numpy, cython, setuptools, pycapnp) into a local venv for building the project from its own source; these are standard dependencies, not malicious external code, and the source is from a legitimate project repository.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
pip install of an external package
pip_install_external
`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:54
pip install scons numpy cython setuptools pycapnp
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: P6g9YHK6 <https://github.com/P6g9YHK6>
2
pkgname=openpilot-cabana
3
_pkgname=openpilot-cabana
4
pkgver=1.1.2.66.g0a4b189
5
pkgrel=1
6
epoch=1
7
pkgdesc="CAN Bus Visualizer & Analyzer - Qt-based graphical tool for viewing, analyzing, and reverse-engineering raw CAN bus data"
8
arch=('x86_64')
9
url="https://github.com/deanlee/openpilot-cabana"
10
license=('MIT')
11
depends=(
12
'capnproto'
13
'zeromq'
14
'curl'
15
'openssl'
16
'bzip2'
17
'ffmpeg'
18
'libxkbcommon'
19
'libxcb'
20
'libx11'
21
'libglvnd'
22
'ocl-icd'
23
'qt6-base'
24
'qt6-svg'
25
'qt6-tools'
26
'qt6-charts'
27
'qt6-serialbus'
28
'libusb'
29
'zstd'
30
'python'
31
'python-numpy'
32
)
33
makedepends=('python-pip' 'git' 'cython' 'scons' 'clang')
34
provides=('cabana')
35
conflicts=('openpilot-cabana-git')
36
options=(!lto)
37
38
source=("git+https://github.com/deanlee/openpilot-cabana.git#commit=0a4b189798b33e4267fbf854c6f27fe4832998ab"
39
"archlinux.patch"
40
"cabana.desktop"
41
"cabana-icon.svg")
42
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
43
44
prepare() {
45
cd "$_pkgname"
46
git submodule update --init --recursive
47
patch -p1 -i "$srcdir/archlinux.patch"
48
}
49
50
build() {
51
cd "$_pkgname"
52
python -m venv build_venv
53
source build_venv/bin/activate
54
pip install scons numpy cython setuptools pycapnp
55
scons --cache-disable
56
}
57
58
package() {
59
cd "$_pkgname"
60
install -Dm755 cabana "$pkgdir/usr/bin/cabana"
61
install -dm755 "$pkgdir/usr/share/cabana"
62
cp -r data assets "$pkgdir/usr/share/cabana/"
63
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
64
install -Dm644 ../../cabana.desktop "$pkgdir/usr/share/applications/cabana.desktop"
65
install -Dm644 ../../cabana-icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/cabana.svg"
66
}
67
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 |