ps2client-git

maintainer derivativeoflog7 · 1 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 a normal AUR practice; the 'recently orphaned' flag does not imply malicious content.

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 'recently orphaned' flag does not imply malicious content.

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: Oskar Sveinsen
2
3_pkgname=ps2client
4pkgname=ps2client-git
5pkgver=r63.11545a3
6pkgrel=1
7pkgdesc="Desktop clients to interact with ps2link and ps2netfs"
8arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
9url="https://github.com/ps2dev/ps2client"
10license=('BSD')
11groups=('ps2dev')
12makedepends=('git')
13provides=('ps2client')
14source=('ps2client::git+https://github.com/ps2dev/ps2client')
15md5sums=('SKIP')
16
17pkgver() {
18 cd "${srcdir}/${_pkgname}"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22package() {
23 cd "${srcdir}/${_pkgname}"
24 make PREFIX="${pkgdir}/usr/" install
25 install -D -m644 -t "${pkgdir}/usr/share/licenses/${_pkgname}/" "doc/license.txt"
26 install -D -m644 -d "doc/" "${pkgdir}/usr/share/doc/${_pkgname}"
27}
28

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 00:27:08 LOW 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