plox-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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 inherent risk.

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 inherent risk.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=plox-git
5pkgver=r24.98b05cd
6pkgrel=1
7pkgdesc="Extract numeric values from log files and plot them over time"
8arch=('x86_64')
9url="https://github.com/michalkucharczyk/plox"
10license=('unknown')
11depends=()
12makedepends=('cargo' 'git')
13provides=('plox')
14conflicts=('plox')
15source=("plox::git+https://github.com/michalkucharczyk/plox.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd plox
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build() {
24 cd plox
25 export RUSTUP_TOOLCHAIN=stable
26 cargo build --release
27}
28
29package() {
30 cd plox
31 install -Dm755 "target/release/plox" "$pkgdir/usr/bin/plox"
32 if [ -f LICENSE ]; then
33 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34 fi
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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