python-airnef

LOW
maintainer SpotlightKid 4 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=python-$_pkgname
5pkgver=1.1
6pkgrel=7
7pkgdesc='Wireless download from your Nikon/Sony/Canon camera'
8arch=(any)
9url='https://testcams.com/airnef/'
10license=(GPL-3.0-only)
11depends=(python python-six tk)
12source=("https://horshack-dpreview.github.io/$_pkgname/Version_$pkgver/${_pkgname}_v${pkgver}_Source.zip"
13 "$_pkgname-linux.patch")
14sha512sums=('b45b0591e42179d1e5b5eea9ede6762d311cd0642585c54568c90111424e2ca316aa444d772b4855afe42f25b6cc4b3e1b78bb5a0c2a4cb52440535894a5cba6'
15 '2ebf9eda9c354f73a1a3084eca706c1d30d67737101d5bfb69474984f636ce5dc52092cec3de2d04e8ac61afa26ffe78e41dbf1a2fee5955af2ceed75620f154')
16
17
18prepare() {
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
26package() {
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)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 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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