vszip

LOW
maintainer vastSky 0 votes scanned 2026-08-28 17:39:13.633855
View on AUR
Why flagged

Builds the project's own source from its Gitee repository (a common Chinese code forge, plausibly the project's own); SKIP checksum is typical for git sources and poses no extra risk beyond the usual git-clone trust model. No prebuilt binaries, no remote code execution, no obfuscation.

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 downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Builds the project's own source from its Gitee repository (a common Chinese code forge, plausibly the project's own); SKIP checksum is typical for git sources and poses no extra risk beyond the usual git-clone trust model. No prebuilt binaries, no remote code execution, no obfuscation.

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:15 source=("vszip::git+https://gitee.com/vastSky2006/vszip.git")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: 悠远的天穹 <vastsky2006@outlook.com>
2#
3# VSZip: Ark/Kerfuffle fallback plugin driven by the 7-Zip CLI.
4# 源码来自 Gitee 仓库(git+https,匿名可克隆)。
5
6pkgname=vszip
7pkgver=0.1.0
8pkgrel=1
9pkgdesc="Low-priority Ark/Kerfuffle fallback plugin: handles files no other plugin claims via the 7-Zip CLI (thin archives via GNU ar, single-stream auto-expansion)"
10arch=('x86_64')
11url="https://gitee.com/vastSky2006/vszip"
12license=('LGPL-3.0-or-later')
13depends=('7zip' 'ark')
14makedepends=('cmake' 'ninja' 'qt6-base' 'kfilemetadata')
15source=("vszip::git+https://gitee.com/vastSky2006/vszip.git")
16sha256sums=('SKIP')
17
18build() {
19 cmake -S "${srcdir}/vszip" -B "${srcdir}/build" -G Ninja \
20 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 -DCMAKE_INSTALL_LIBDIR=lib \
23 -DBUILD_TESTING=OFF
24 cmake --build "${srcdir}/build"
25}
26
27check() {
28 ctest --test-dir "${srcdir}/build" --output-on-failure
29}
30
31package() {
32 DESTDIR="${pkgdir}" cmake --install "${srcdir}/build"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 17:39:13 Low 3
2026-08-28 17:36:11 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion