iwscanner
maintainer zkhr6
· 22 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from a non-whitelisted host, but it is a legitimate build of a known tool from its project maintainer's domain; the source is not executed remotely and the build process is transparent.
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 package downloads source code from a non-whitelisted host, but it is a legitimate build of a known tool from its project maintainer's domain; the source is not executed remotely and the build process is transparent.
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=(http://kuthulu.com/iwscanner/iwscanner-$pkgver.tgz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: willemw <willemw12@gmail.com>
2
3
pkgname=iwscanner
4
pkgver=0.2.4
5
pkgrel=6
6
pkgdesc="Wireless scanner with an easy to use graphic interface and using the iwlist tool"
7
arch=('any')
8
url="http://kuthulu.com/iwscanner"
9
license=('LGPL')
10
depends=('pygtk' 'python2' 'wireless_tools')
11
optdepends=('gksu: privilege escalation to use wireless tools'
12
'kde-cli-tools: privilege escalation (kdesu) to use wireless tools')
13
options=(!emptydirs)
14
# Additional source files are based on the openSUSE 'iwscanner' RPM
15
source=(http://kuthulu.com/iwscanner/iwscanner-$pkgver.tgz
16
iwscanner
17
iwscanner.desktop
18
setup.py)
19
md5sums=('436d37e5a1bf2d26bcd0e77e2ebaeb3a'
20
'a7a7fb1ca440e000ef97c96515be29db'
21
'd0613547024a89444c34ef2b34d8427c'
22
'470cb6fb4539e7d580086178304c95a9')
23
24
prepare() {
25
cd $pkgname-$pkgver
26
sed -i 's|#!/usr/bin/env python[ ]*$|#!/usr/bin/env python2|' iwscanner.py
27
sed -i 's|app_version = "0.2.3"|app_version = "0.2.4"|' iwscanner.py
28
}
29
30
package() {
31
install -Dm644 iwscanner.desktop "$pkgdir/usr/share/applications/iwscanner.desktop"
32
33
cd $pkgname-$pkgver
34
python2 ../setup.py install --root="$pkgdir/" --optimize=1
35
}
36
37
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 |