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
2pkgname=arch-gf
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A terminal girlfriend who judges your Arch Linux setup"
6arch=("x86_64")
7url="https://github.com/Kolgrim33/arch-gf"
8license=("MIT")
9depends=("gcc-libs")
10makedepends=("gcc" "make")
11source=("$pkgname-$pkgver.tar.gz::https://github.com/Kolgrim33/$pkgname/archive/refs/heads/master.tar.gz")
12sha256sums=("SKIP")
13
14build() {
15 cd "$srcdir/$pkgname-master"
16 make
17}
18
19package() {
20 cd "$srcdir/$pkgname-master"
21 make install DESTDIR="$pkgdir"
22}
23

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion