wireless-ids-git

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a git repository hosted on GitHub under the maintainer's account, which is a common AUR practice; the source is transparent and the build process involves standard compilation and installation steps without any obfuscated or suspicious commands.

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 builds from a git repository hosted on GitHub under the maintainer's account, which is a common AUR practice; the source is transparent and the build process involves standard compilation and installation steps without any obfuscated or suspicious commands.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: GI_Jack <GI_Jack@hackermail.com>
2
3pkgname="wireless-ids-git"
4_gitname="wireless-ids"
5pkgver=26.7dfd2fc
6pkgrel=3
7pkgdesc="This tool will sniff your surrounding air traffic for suspicious activities such as WEP/WPA/WPS attacking packets"
8url="https://github.com/SYWorks/wireless-ids"
9license=("custom")
10arch=('any')
11provides=("wireless-ids")
12depends=('python2' 'aircrack-ng' 'wireshark-cli' 'mlocate')
13options=('!strip')
14source=("git+https://github.com/GIJack/${_gitname}.git" "wids.default" "wireless-ids.service")
15sha256sums=('SKIP'
16 '6eb645517297a7131f2a5a1c57ce239c885db11261ff0c87cac97e6e503505a1'
17 '09d6ac0003650d5b6b4cca37d216a33469bde4f9b099c5e74628b59973055aa9')
18install=${_gitname}.install
19
20pkgver() {
21 cd "${srcdir}/${_gitname}"
22 local ver="$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
23 printf "%s" "${ver//-/.}"
24}
25
26build(){
27 cd "${srcdir}/${_gitname}"
28 local logfile="/var/log/wids.log"
29 sed -i '1s/python/python2/' "wids.py"
30 python2 -m compileall *.py
31}
32
33package() {
34 cd "${srcdir}"
35 # The database
36 #chmod -R 644 "$srcdir/${_gitname}"
37 #chmod -R a+X "$srcdir/${_gitname}"
38 install -dm 755 "$pkgdir/usr/share"
39 cp -r "$srcdir/${_gitname}" "$pkgdir/usr/share/${_gitname}"
40 rm -rf "$pkgdir/usr/share/${_gitname}/.git"
41 chmod +x "${pkgdir}/usr/share/wireless-ids/wids.py"
42
43 #and now for .service file
44 install -Dm644 wireless-ids.service "${pkgdir}/usr/lib/systemd/system/wireless-ids.service"
45 install -Dm644 wids.default "${pkgdir}/etc/default/wids"
46}
47
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion