airoscript-ng
maintainer anthraxx
· 94 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Google's code archive, which is a legitimate historical host for archived project releases; the package builds from source and installs only project files, posing no active threat.
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 tarball from Google's code archive, which is a legitimate historical host for archived project releases; the package builds from source and installs only project files, posing no active threat.
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:28
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/airoscript-ng-${_pkgver}-${_pkgverrc}.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2
# Contributor: Max Roder <maxroder@web.de>
3
# Contributor: Lex Rivera <x-demon@x-demon.org>
4
5
pkgname=airoscript-ng
6
pkgver=1.2rc3
7
_pkgver=1.2
8
_pkgverrc=3
9
pkgrel=7
10
pkgdesc='A gui mainly for aircrack-ng. Automates cracking of WEP and WPA'
11
url='https://code.google.com/p/airoscript/'
12
arch=('any')
13
license=('GPL2')
14
depends=('aircrack-ng' 'macchanger')
15
optdepends=(
16
'mdk3: bruteforce and deauth support'
17
'sslstrip: HTTPS MITM plugin support'
18
'dsniff: sniffing and spoofing support'
19
'zenity: additional graphical dialog support'
20
'john: fast password cracking support'
21
)
22
backup=(
23
'etc/airoscript-ng/airoscript-ng.conf'
24
'etc/airoscript-ng/airoscript-ng_advanced.conf'
25
'etc/airoscript-ng/screenrc.airoscript'
26
)
27
options=('!makeflags' '!emptydirs')
28
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/airoscript-ng-${_pkgver}-${_pkgverrc}.tar.gz)
29
sha512sums=('77056023e1671ae8ad719495cfef7189882e0ee3ed5db965e4798e13b75835afe700828be99efb8d3c6b95e11658aad768df0c7357f5e43f12ac13918ef49fd1')
30
31
prepare() {
32
cd ${pkgname}-${_pkgver}
33
34
# remove unwanted install parts
35
sed -i '/install-locale \\/ d' Makefile-Linux
36
sed -i '/install-desktop \\/ d' Makefile-Linux
37
sed -i '/for i in doc/ d' Makefile-Linux
38
39
# install binary to bin instead of sbin
40
sed -i 's|/sbin/|/bin/|g' Makefile-Linux
41
sed -i 's|/sbin/|/bin/|g' src/airoscript-ng_advanced.conf
42
43
# replace usr/local by usr
44
sed -i 's|usr/local|usr|g' src/airoscript-ng_advanced.conf
45
46
# replace config file location
47
sed -i 's|etc/|etc/airoscript-ng/|g' src/${pkgname}
48
49
# remove .swp file from src dir
50
rm src/functions/attacks/.wpa.swp
51
}
52
53
package() {
54
cd ${pkgname}-${_pkgver}
55
56
make DESTDIR="${pkgdir}" \
57
prefix=usr \
58
picdir="${pkgdir}/usr/share/pixmaps/" \
59
appdir="${pkgdir}/usr/share/applications/" \
60
etcdir="${pkgdir}/etc/${pkgname}"
61
62
# only distribute the .rst doc files rather then html
63
rm -rf "${pkgdir}"/usr/share/doc/airoscript-ng/*
64
cp doc/html/*.rst "${pkgdir}/usr/share/doc/airoscript-ng/"
65
}
66
67
# vim: ts=2 sw=2 et:
68
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 |