roguehostapd-git
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the medium-severity flag is due to the package being recently orphaned and re-adopted, but there is no evidence of malicious activity or untrusted remote code execution.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the medium-severity flag is due to the package being recently orphaned and re-adopted, but there is no evidence of malicious activity or untrusted remote code execution.
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: Bernhard Landauer <oberon@manjaro.org>
2
3
_pkgname=roguehostapd
4
pkgname=$_pkgname-git
5
pkgver=1.0.r14.g375e3ea
6
pkgrel=1
7
pkgdesc="Hostapd Python wrapper to simplify usage of hostapd"
8
url="https://github.com/wifiphisher/$_pkgname"
9
arch=('any')
10
license=('BSD 3')
11
depends=('python2')
12
source=("git+$url.git")
13
md5sums=('SKIP')
14
15
pkgver() {
16
cd $_pkgname
17
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18
}
19
20
package() {
21
cd $_pkgname
22
python2 setup.py install --root=$pkgdir --optimize=1
23
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
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 03:12:42 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |