pakchan
CLEAN
maintainer dodog
1 votes
scanned 2026-09-27 00:07:07.510666
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from a verifiable source tarball hosted on GitHub, installs only the project's own scripts and data, and does not execute remote code or download untrusted payloads.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
# Maintainer: Jozef Gaal <preklady@mayday.sk>
2
pkgname=pakchan
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="GTK4 package manager for Arch/Manjaro with real changelogs for Pacman, AUR, Flatpak, and Snap"
6
arch=('any')
7
url="https://github.com/dodog/pakchan"
8
license=('MIT')
9
depends=('python-gobject' 'gtk4' 'libadwaita' 'pacman-contrib')
10
optdepends=('yay: AUR update detection'
11
'paru: AUR update detection (alternative to yay)'
12
'flatpak: Flatpak update detection'
13
'vte4: embedded terminal for update output')
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/dodog/pakchan/archive/refs/tags/v$pkgver.tar.gz")
15
sha256sums=('9650d64553f7ff9c7e8ed646d2806b679d8f30ae0095d7e4efce785fa879f064')
16
17
package() {
18
cd "$srcdir/$pkgname-$pkgver"
19
20
# Main script, installed under /usr/share and launched via a thin wrapper
21
install -Dm755 pakchan.py "$pkgdir/usr/share/$pkgname/pakchan.py"
22
install -Dm755 /dev/stdin "$pkgdir/usr/bin/pakchan" <<'EOF'
23
#!/bin/sh
24
exec python3 /usr/share/pakchan/pakchan.py "$@"
25
EOF
26
27
# Desktop launcher + icons
28
install -Dm644 sk.mayday.pakchan.desktop "$pkgdir/usr/share/applications/sk.mayday.pakchan.desktop"
29
install -Dm644 icons/sk.mayday.pakchan.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/sk.mayday.pakchan.svg"
30
install -Dm644 icons/sk.mayday.pakchan.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/sk.mayday.pakchan.png"
31
32
# License
33
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 23:16:08 | Low | 1 |