pipixiv-bin
maintainer lajtll
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal AUR practice; the low severity is due to the binary being unverifiable but from a trusted project source, with no evidence of malicious behavior.
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 installs a prebuilt binary from the project's official GitHub releases, which is a normal AUR practice; the low severity is due to the binary being unverifiable but from a trusted project source, with no evidence of malicious behavior.
PKGBUILD
1
pkgname=pipixiv-bin
2
pkgver=2.3.0
3
pkgrel=2
4
pkgdesc="一个使用Compose Multiplatform开发的第三方Pixiv客户端,支持国内直连"
5
arch=('x86_64')
6
url="https://github.com/darriousliu/PiPixiv"
7
license=('MIT')
8
options=(!debug)
9
depends=('glibc' 'gcc-libs' 'glib2' 'gtk3' 'libx11' 'libxcb' 'freetype2' 'fontconfig' 'mesa-utils')
10
source=("https://github.com/darriousliu/PiPixiv/releases/download/v$pkgver/PiPixiv-v$pkgver-linux-x86_64.tar.gz")
11
sha256sums=('cb4bd9175d94455a6d04d26278d6b3750558b24fa7d7f08cb81b6defe38a86e9')
12
13
package() {
14
cd "$srcdir"
15
16
install -d "$pkgdir/opt/$pkgname"
17
cp -r PiPixiv/* "$pkgdir/opt/$pkgname/"
18
19
install -d "$pkgdir/usr/bin"
20
ln -s "/opt/$pkgname/bin/PiPixiv" "$pkgdir/usr/bin/PiPixiv"
21
22
install -d "$pkgdir/usr/share/applications"
23
cat > "$pkgdir/usr/share/applications/pipixiv.desktop" << EOF
24
[Desktop Entry]
25
Name=PiPixiv
26
Comment=Pixiv Client
27
Exec=/opt/$pkgname/bin/PiPixiv
28
Icon=/opt/$pkgname/lib/PiPixiv.png
29
Terminal=false
30
Type=Application
31
Categories=Graphics;
32
StartupWMClass=PiPixiv
33
EOF
34
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 07:10:52 | LOW | 2 |