python-airnef
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
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)
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# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
_pkgname=airnef
pkgname=python-$_pkgname
pkgver=1.1
pkgrel=7
pkgdesc='Wireless download from your Nikon/Sony/Canon camera'
arch=(any)
url='https://testcams.com/airnef/'
license=(GPL-3.0-only)
depends=(python python-six tk)
source=("https://horshack-dpreview.github.io/$_pkgname/Version_$pkgver/${_pkgname}_v${pkgver}_Source.zip"
"$_pkgname-linux.patch")
sha512sums=('b45b0591e42179d1e5b5eea9ede6762d311cd0642585c54568c90111424e2ca316aa444d772b4855afe42f25b6cc4b3e1b78bb5a0c2a4cb52440535894a5cba6'
'2ebf9eda9c354f73a1a3084eca706c1d30d67737101d5bfb69474984f636ce5dc52092cec3de2d04e8ac61afa26ffe78e41dbf1a2fee5955af2ceed75620f154')
prepare() {
cd $_pkgname
patch -N -p1 -i "$srcdir"/$_pkgname-linux.patch
# Remove outdated vendored copy of six, which is incompatible with Python 3.12
rm -f six.py
}
package() {
cd $_pkgname
local py_ver=$(python -c 'import sys; print("%i.%i" % sys.version_info[:2])')
local package_dir="/usr/lib/python$py_ver/site-packages/$_pkgname"
install -v -Dm 644 *.py -t "$pkgdir"$package_dir
install -v -m 755 airnef.pyw "$pkgdir"$package_dir/airnef.py
install -v -Dm 644 appresource/* -t "$pkgdir"$package_dir/appresource
install -v -dm 755 "$pkgdir"/usr/bin
ln -sf "$package_dir"/airnef.py "$pkgdir"/usr/bin/$_pkgname
ln -sf "$package_dir"/airnefcmd.py "$pkgdir"/usr/bin/${_pkgname}cmd
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |