python-odrive

LOW
maintainer Octopus118 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host (cdn.odriverobotics.com) hosts a udev rules file, which is non-executable data; the actual Python package is downloaded from the standard and trusted files.pythonhosted.org; the source is verifiable and the worst case of a swap is limited to device rule tampering, not code execution.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The non-standard host (cdn.odriverobotics.com) hosts a udev rules file, which is non-executable data; the actual Python package is downloaded from the standard and trusted files.pythonhosted.org; the source is verifiable and the worst case of a swap is limited to device rule tampering, not code execution.

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:15 source=("https://cdn.odriverobotics.com/files/odrive-udev-rules.rules")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Octopus118 <idlansdowne at gmail dot com>
2pkgname=python-odrive
3_name=${pkgname#python-}
4pkgver=0.6.11.post1
5pkgrel=1
6pkgdesc="Control utilities for the ODrive high performance motor controller"
7url="https://pypi.org/project/odrive/"
8arch=('x86_64' 'aarch64')
9license=('MIT')
10depends=('python-aiohttp' 'python-appdirs' 'ipython' 'python-pyelftools' 'python-pyusb' 'python-jsonschema' 'python-colorama' 'python-setuptools')
11makedepends=('python-installer')
12optdepends=('python-matplotlib: required to run the liveplotter')
13
14_py=py37
15source=("https://cdn.odriverobotics.com/files/odrive-udev-rules.rules")
16source_x86_64=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name//-/_}-$pkgver-$_py-none-manylinux_2_28_x86_64.whl")
17source_aarch64=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name//-/_}-$pkgver-$_py-none-manylinux_2_28_aarch64.whl")
18
19sha256sums=('b574486e0fcdf13f2faa7165f5634d466353274547ab4d3a36b75f67c7124d3c')
20sha256sums_x86_64=('468908dd87bc12719d9454cc12ad8ce9a2743854f161509e4102847a0bd21a11')
21sha256sums_aarch64=('43d8b9ce9ba7e31712b608f944120012570ae66b6085b3167a8e9fabcffc7f1b')
22
23package() {
24 python -m installer --destdir="$pkgdir" ${_name//-/_}-$pkgver-$_py-none-manylinux_2_28_$CARCH.whl
25 install -Dm 644 odrive-udev-rules.rules "$pkgdir/etc/udev/rules.d/91-odrive.rules"
26}
27

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: Octopus118 <idlansdowne at gmail dot com>
pkgname=python-odrive
_name=${pkgname#python-}
-pkgver=0.6.11.post0
+pkgver=0.6.11.post1
pkgrel=1
pkgdesc="Control utilities for the ODrive high performance motor controller"
url="https://pypi.org/project/odrive/"
@@ -17,8 +17,8 @@
source_aarch64=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name//-/_}-$pkgver-$_py-none-manylinux_2_28_aarch64.whl")
sha256sums=('b574486e0fcdf13f2faa7165f5634d466353274547ab4d3a36b75f67c7124d3c')
-sha256sums_x86_64=('052d397da5ef8148102cd88d2840fcefd6b9cb417e2d84fe4033c52c179debbb')
-sha256sums_aarch64=('7cbd6168af794b08171077c7b0815393bb57a1bb40a406e91830734d924dd00e')
+sha256sums_x86_64=('468908dd87bc12719d9454cc12ad8ce9a2743854f161509e4102847a0bd21a11')
+sha256sums_aarch64=('43d8b9ce9ba7e31712b608f944120012570ae66b6085b3167a8e9fabcffc7f1b')
package() {
python -m installer --destdir="$pkgdir" ${_name//-/_}-$pkgver-$_py-none-manylinux_2_28_$CARCH.whl

Scan history

Scanned at (UTC)SeverityRules
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 15:45:42 Medium 1
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 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