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
4
pkgname=ps2client-git
5
pkgver=r63.11545a3
6
pkgrel=1
7
pkgdesc="Desktop clients to interact with ps2link and ps2netfs"
8
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
9
url="https://github.com/ps2dev/ps2client"
10
license=('BSD')
11
groups=('ps2dev')
12
makedepends=('git')
13
provides=('ps2client')
14
source=('ps2client::git+https://github.com/ps2dev/ps2client')
15
md5sums=('SKIP')
16
17
pkgver() {
18
cd "${srcdir}/${_pkgname}"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
package() {
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) | 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 00:27:08 | LOW | 2 |
| 2026-08-11 19:21:46 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |