mkwvconf-git
maintainer orphaned
· 18 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 recent orphan/re-adopt event is a procedural flag but does not indicate malicious intent or code risk.
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 recent orphan/re-adopt event is a procedural flag but does not indicate malicious intent or code risk.
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: Jakob Gruber (jakob dot gruber at kabelnet dot at)
2
3
_pkgname="mkwvconf"
4
pkgname="$_pkgname-git"
5
pkgver=0.1
6
pkgdesc="Automatically generate a wvdial configuration for mobile broadband devices."
7
pkgrel=1
8
arch=('any')
9
url="http://github.com/schuay/mkwvconf"
10
license=('GPL')
11
depends=('mobile-broadband-provider-info' 'python2' 'pyxml')
12
makedepends=('git')
13
14
build() {
15
rm -rf "${srcdir}/*"
16
17
cd "${srcdir}"
18
git clone git://github.com/schuay/mkwvconf.git
19
}
20
21
package() {
22
cd "${srcdir}/$_pkgname"
23
install -Dm755 mkwvconf.py "${pkgdir}/usr/bin/mkwvconf"
24
}
25
26
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 |