arch-gf
maintainer SelbyMash
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Selby Mashiki mashikiselby@gmail.com
2
pkgname=arch-gf
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A terminal girlfriend who judges your Arch Linux setup"
6
arch=("x86_64")
7
url="https://github.com/Kolgrim33/arch-gf"
8
license=("MIT")
9
depends=("gcc-libs")
10
makedepends=("gcc" "make")
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kolgrim33/$pkgname/archive/refs/heads/master.tar.gz")
12
sha256sums=("SKIP")
13
14
build() {
15
cd "$srcdir/$pkgname-master"
16
make
17
}
18
19
package() {
20
cd "$srcdir/$pkgname-master"
21
make install DESTDIR="$pkgdir"
22
}
23
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 13:38:59 | LOW | 2 |