oopz
maintainer Pysio
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a non-whitelisted host, but it is the project's own source being built, not a prebuilt executable, and the commit is pinned with a checksum, limiting supply-chain risk.
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 source is a git repository from a non-whitelisted host, but it is the project's own source being built, not a prebuilt executable, and the commit is pinned with a checksum, limiting supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:12
source=("$pkgname::git+https://git.pysio.online/pysio/linux_oopz.git#commit=$_commit")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pysio <qq593277393@outlook.com>
2
3
pkgname=oopz
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="OOPZ desktop client - third-party Electron package for the free online voice platform"
7
arch=('x86_64')
8
url="https://git.pysio.online/pysio/linux_oopz"
9
license=('LicenseRef-proprietary')
10
depends=('electron39')
11
_commit=415970ea116c94eddde56f269fa3ea86b0534d75
12
source=("$pkgname::git+https://git.pysio.online/pysio/linux_oopz.git#commit=$_commit")
13
sha256sums=('44c29660e4cdd48d8251e63bd07bd106b2589620a90a92f817cd662451e3f037')
14
15
package() {
16
cd "$srcdir/$pkgname"
17
install -Dm644 main.js "$pkgdir/opt/$pkgname/main.js"
18
install -Dm644 icon.png "$pkgdir/opt/$pkgname/icon.png"
19
install -Dm755 packages/archlinux/oopz.sh "$pkgdir/usr/bin/$pkgname"
20
install -Dm644 packages/archlinux/oopz.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
21
install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -8,16 +8,16 @@ url="https://git.pysio.online/pysio/linux_oopz" license=('LicenseRef-proprietary') depends=('electron39')-_commit=8da2a5a18d0db26db220e36234442c9d4f1a4249+_commit=415970ea116c94eddde56f269fa3ea86b0534d75 source=("$pkgname::git+https://git.pysio.online/pysio/linux_oopz.git#commit=$_commit")-sha256sums=('ca8092bd281dca48cd5387fab2c887cbce11b3dd7d8dd82c56fc93c99882ee3b')+sha256sums=('44c29660e4cdd48d8251e63bd07bd106b2589620a90a92f817cd662451e3f037') package() { cd "$srcdir/$pkgname" install -Dm644 main.js "$pkgdir/opt/$pkgname/main.js" install -Dm644 icon.png "$pkgdir/opt/$pkgname/icon.png"- install -Dm755 oopz.sh "$pkgdir/usr/bin/$pkgname"- install -Dm644 oopz.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"+ install -Dm755 packages/archlinux/oopz.sh "$pkgdir/usr/bin/$pkgname"+ install -Dm644 packages/archlinux/oopz.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png" } 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 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 15:20:42 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |