airoscript-ng
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
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)
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# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Max Roder <maxroder@web.de>
# Contributor: Lex Rivera <x-demon@x-demon.org>
pkgname=airoscript-ng
pkgver=1.2rc3
_pkgver=1.2
_pkgverrc=3
pkgrel=7
pkgdesc='A gui mainly for aircrack-ng. Automates cracking of WEP and WPA'
url='https://code.google.com/p/airoscript/'
arch=('any')
license=('GPL2')
depends=('aircrack-ng' 'macchanger')
optdepends=(
'mdk3: bruteforce and deauth support'
'sslstrip: HTTPS MITM plugin support'
'dsniff: sniffing and spoofing support'
'zenity: additional graphical dialog support'
'john: fast password cracking support'
)
backup=(
'etc/airoscript-ng/airoscript-ng.conf'
'etc/airoscript-ng/airoscript-ng_advanced.conf'
'etc/airoscript-ng/screenrc.airoscript'
)
options=('!makeflags' '!emptydirs')
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/airoscript-ng-${_pkgver}-${_pkgverrc}.tar.gz)
sha512sums=('77056023e1671ae8ad719495cfef7189882e0ee3ed5db965e4798e13b75835afe700828be99efb8d3c6b95e11658aad768df0c7357f5e43f12ac13918ef49fd1')
prepare() {
cd ${pkgname}-${_pkgver}
# remove unwanted install parts
sed -i '/install-locale \\/ d' Makefile-Linux
sed -i '/install-desktop \\/ d' Makefile-Linux
sed -i '/for i in doc/ d' Makefile-Linux
# install binary to bin instead of sbin
sed -i 's|/sbin/|/bin/|g' Makefile-Linux
sed -i 's|/sbin/|/bin/|g' src/airoscript-ng_advanced.conf
# replace usr/local by usr
sed -i 's|usr/local|usr|g' src/airoscript-ng_advanced.conf
# replace config file location
sed -i 's|etc/|etc/airoscript-ng/|g' src/${pkgname}
# remove .swp file from src dir
rm src/functions/attacks/.wpa.swp
}
package() {
cd ${pkgname}-${_pkgver}
make DESTDIR="${pkgdir}" \
prefix=usr \
picdir="${pkgdir}/usr/share/pixmaps/" \
appdir="${pkgdir}/usr/share/applications/" \
etcdir="${pkgdir}/etc/${pkgname}"
# only distribute the .rst doc files rather then html
rm -rf "${pkgdir}"/usr/share/doc/airoscript-ng/*
cp doc/html/*.rst "${pkgdir}/usr/share/doc/airoscript-ng/"
}
# vim: ts=2 sw=2 et:
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 |