ipfetch-git
maintainer VZstless
· 2 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is normal for -git AUR packages; the recent maintainer change does not imply malicious intent or supply-chain 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 normal for -git AUR packages; the recent maintainer change does not imply malicious intent or supply-chain 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: VZstless <i [at] vzstless [dot] moe>
2
# Contributor: Dušan Simić <dusan.simic1810@gmail.com>
3
4
pkgname=ipfetch-git
5
pkgver=r62.a9cf53c
6
pkgrel=1
7
pkgdesc="Neofetch like tool that can lookup IPs"
8
arch=('any')
9
url="https://github.com/trakBan/ipfetch"
10
license=("GPL-3.0-only")
11
depends=("wget")
12
makedepends=("git")
13
provides=("${pkgname%-git}")
14
conflicts=("${pkgname%-git}")
15
source=("$pkgname::git+$url")
16
md5sums=(SKIP)
17
18
pkgver() {
19
cd "$pkgname"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
package() {
24
cd "$pkgname"
25
install -d "$pkgdir/usr/share"
26
cp -a flags "$pkgdir/usr/share/${pkgname%-git}"
27
install -Dm755 ipfetch-wget -t "$pkgdir/usr/bin"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-08-12 00:27+++ PKGBUILD @ 2026-08-18 00:03@@ -1,33 +1,29 @@-# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>+# Maintainer: VZstless <i [at] vzstless [dot] moe>+# Contributor: Dušan Simić <dusan.simic1810@gmail.com> pkgname=ipfetch-git-pkgver=r10.ef082d5+pkgver=r62.a9cf53c pkgrel=1-pkgdesc='Neofetch like tool that can lookup IPs'-arch=(any)-url=https://github.com/trakBan/ipfetch-license=(GPL3)-depends=(python)-makedepends=(git)+pkgdesc="Neofetch like tool that can lookup IPs"+arch=('any')+url="https://github.com/trakBan/ipfetch"+license=("GPL-3.0-only")+depends=("wget")+makedepends=("git") provides=("${pkgname%-git}") conflicts=("${pkgname%-git}")-source=("${pkgname%-git}::git+$url.git")+source=("$pkgname::git+$url") md5sums=(SKIP) pkgver() {- cd "$srcdir/${pkgname%-git}"+ cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } -prepare() {- cd "$srcdir/${pkgname%-git}"- sed -i 's/\~\/\.local/\/usr/g' ipfetch+package() {+ cd "$pkgname"+ install -d "$pkgdir/usr/share"+ cp -a flags "$pkgdir/usr/share/${pkgname%-git}"+ install -Dm755 ipfetch-wget -t "$pkgdir/usr/bin" } -package() {- cd "$srcdir/${pkgname%-git}"- install -d "$pkgdir/usr/share"- cp -a flags "$pkgdir/usr/share/${pkgname%-git}"- install -Dm755 ipfetch -t "$pkgdir/usr/bin"-}-Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 07:23:13 | MEDIUM | 1 |
| 2026-08-12 00:27:08 | CLEAN | 2 |
| 2026-08-11 19:21:46 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |