airoscript-ng

LOW
maintainer anthraxx 94 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=airoscript-ng
6pkgver=1.2rc3
7_pkgver=1.2
8_pkgverrc=3
9pkgrel=7
10pkgdesc='A gui mainly for aircrack-ng. Automates cracking of WEP and WPA'
11url='https://code.google.com/p/airoscript/'
12arch=('any')
13license=('GPL2')
14depends=('aircrack-ng' 'macchanger')
15optdepends=(
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)
22backup=(
23 'etc/airoscript-ng/airoscript-ng.conf'
24 'etc/airoscript-ng/airoscript-ng_advanced.conf'
25 'etc/airoscript-ng/screenrc.airoscript'
26)
27options=('!makeflags' '!emptydirs')
28source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/airoscript-ng-${_pkgver}-${_pkgverrc}.tar.gz)
29sha512sums=('77056023e1671ae8ad719495cfef7189882e0ee3ed5db965e4798e13b75835afe700828be99efb8d3c6b95e11658aad768df0c7357f5e43f12ac13918ef49fd1')
30
31prepare() {
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
53package() {
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)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