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>
2pkgname=openpilot-cabana
3_pkgname=openpilot-cabana
4pkgver=1.1.2.66.g0a4b189
5pkgrel=1
6epoch=1
7pkgdesc="CAN Bus Visualizer & Analyzer - Qt-based graphical tool for viewing, analyzing, and reverse-engineering raw CAN bus data"
8arch=('x86_64')
9url="https://github.com/deanlee/openpilot-cabana"
10license=('MIT')
11depends=(
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)
33makedepends=('python-pip' 'git' 'cython' 'scons' 'clang')
34provides=('cabana')
35conflicts=('openpilot-cabana-git')
36options=(!lto)
37
38source=("git+https://github.com/deanlee/openpilot-cabana.git#commit=0a4b189798b33e4267fbf854c6f27fe4832998ab"
39 "archlinux.patch"
40 "cabana.desktop"
41 "cabana-icon.svg")
42sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
43
44prepare() {
45 cd "$_pkgname"
46 git submodule update --init --recursive
47 patch -p1 -i "$srcdir/archlinux.patch"
48}
49
50build() {
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
58package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion