python-airnef
maintainer SpotlightKid
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Python project's own source code from a GitHub Pages host, which is not whitelisted but plausibly project-owned; building from source is normal for AUR, and the code is not executed remotely or obfuscated.
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 Python project's own source code from a GitHub Pages host, which is not whitelisted but plausibly project-owned; building from source is normal for AUR, and the code is not executed remotely or obfuscated.
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:12
source=("https://horshack-dpreview.github.io/$_pkgname/Version_$pkgver/${_pkgname}_v${pkgver}_Source.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2
3
_pkgname=airnef
4
pkgname=python-$_pkgname
5
pkgver=1.1
6
pkgrel=7
7
pkgdesc='Wireless download from your Nikon/Sony/Canon camera'
8
arch=(any)
9
url='https://testcams.com/airnef/'
10
license=(GPL-3.0-only)
11
depends=(python python-six tk)
12
source=("https://horshack-dpreview.github.io/$_pkgname/Version_$pkgver/${_pkgname}_v${pkgver}_Source.zip"
13
"$_pkgname-linux.patch")
14
sha512sums=('b45b0591e42179d1e5b5eea9ede6762d311cd0642585c54568c90111424e2ca316aa444d772b4855afe42f25b6cc4b3e1b78bb5a0c2a4cb52440535894a5cba6'
15
'2ebf9eda9c354f73a1a3084eca706c1d30d67737101d5bfb69474984f636ce5dc52092cec3de2d04e8ac61afa26ffe78e41dbf1a2fee5955af2ceed75620f154')
16
17
18
prepare() {
19
cd $_pkgname
20
21
patch -N -p1 -i "$srcdir"/$_pkgname-linux.patch
22
# Remove outdated vendored copy of six, which is incompatible with Python 3.12
23
rm -f six.py
24
}
25
26
package() {
27
cd $_pkgname
28
29
local py_ver=$(python -c 'import sys; print("%i.%i" % sys.version_info[:2])')
30
local package_dir="/usr/lib/python$py_ver/site-packages/$_pkgname"
31
install -v -Dm 644 *.py -t "$pkgdir"$package_dir
32
install -v -m 755 airnef.pyw "$pkgdir"$package_dir/airnef.py
33
install -v -Dm 644 appresource/* -t "$pkgdir"$package_dir/appresource
34
install -v -dm 755 "$pkgdir"/usr/bin
35
ln -sf "$package_dir"/airnef.py "$pkgdir"/usr/bin/$_pkgname
36
ln -sf "$package_dir"/airnefcmd.py "$pkgdir"/usr/bin/${_pkgname}cmd
37
}
38
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 |