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
4pkgname=ipfetch-git
5pkgver=r62.a9cf53c
6pkgrel=1
7pkgdesc="Neofetch like tool that can lookup IPs"
8arch=('any')
9url="https://github.com/trakBan/ipfetch"
10license=("GPL-3.0-only")
11depends=("wget")
12makedepends=("git")
13provides=("${pkgname%-git}")
14conflicts=("${pkgname%-git}")
15source=("$pkgname::git+$url")
16md5sums=(SKIP)
17
18pkgver() {
19 cd "$pkgname"
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion