vszip
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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# Maintainer: 悠远的天穹 <vastsky2006@outlook.com>
#
# VSZip: Ark/Kerfuffle fallback plugin driven by the 7-Zip CLI.
# 源码来自 Gitee 仓库(git+https,匿名可克隆)。
pkgname=vszip
pkgver=0.1.0
pkgrel=1
pkgdesc="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)"
arch=('x86_64')
url="https://gitee.com/vastSky2006/vszip"
license=('LGPL-3.0-or-later')
depends=('7zip' 'ark')
makedepends=('cmake' 'ninja' 'qt6-base' 'kfilemetadata')
source=("vszip::git+https://gitee.com/vastSky2006/vszip.git")
sha256sums=('SKIP')
build() {
cmake -S "${srcdir}/vszip" -B "${srcdir}/build" -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
cmake --build "${srcdir}/build"
}
check() {
ctest --test-dir "${srcdir}/build" --output-on-failure
}
package() {
DESTDIR="${pkgdir}" cmake --install "${srcdir}/build"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 17:39:13 | Low | 3 |
| 2026-08-28 17:36:11 | Medium | 2 |