winghexexplorer2-bin
The package is a third-party repackaging that installs a prebuilt binary from GitHub Releases, but the build process is transparent and verifiable via CI; the source is open and the upstream project is clearly identified, reducing risk despite the untrusted host and skipped checksum.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package is a third-party repackaging that installs a prebuilt binary from GitHub Releases, but the build process is transparent and verifiable via CI; the source is open and the upstream project is clearly identified, reducing risk despite the untrusted host and skipped checksum.
PKGBUILD
# Maintainer: calmcrow <calmcrow@outlook.com>
#
# ============================================================
# winghexexplorer2-bin — Third-party repackaging
# ============================================================
# This is a third-party maintained binary package. Source and
# build process are fully open:
# - Source repo: https://github.com/calmcrow/winghexexplorer2-bin
# - Build: GitHub Actions pulls the author's official PKGBUILD
# (https://aur.archlinux.org/winghexexplorer2.git) daily,
# builds inside an Arch Linux container, and uploads the
# artifact to this repo's Releases; this -bin package
# downloads and installs it directly.
# - Upstream: https://github.com/Wing-summer/WingHexExplorer2
#
# A confirmation notice is shown on install; make sure you trust
# this third-party packaging before using it.
pkgname=winghexexplorer2-bin
pkgver=2.3.8
pkgrel=1
pkgdesc='A free, powerful, cross-platform hex editor (pre-built binary, third-party packaging)'
url='https://github.com/Wing-summer/WingHexExplorer2'
arch=('x86_64')
license=('AGPL-3.0-only')
depends=('qt6-base' 'xdg-utils' 'shared-mime-info' 'desktop-file-utils' 'gtk-update-icon-cache')
conflicts=('winghexexplorer2' 'winghexexplorer2-git')
provides=('winghexexplorer2')
options=('!strip')
install=winghexexplorer2-bin.install
_ghrepo='calmcrow/winghexexplorer2-bin'
_pkgbase=winghexexplorer2
_asset="$_pkgbase-$pkgver-$pkgrel-$CARCH.pkg.tar.zst"
source=("$_asset::https://github.com/$_ghrepo/releases/download/v$pkgver/$_asset")
noextract=("$_asset")
# sha256 is written automatically by CI (build.yml) after building;
# the placeholder below is only for the initial commit and will be
# replaced on the first workflow run.
sha256sums=('0000000000000000000000000000000000000000000000000000000000000000')
package() {
bsdtar --exclude='.PKGINFO' --exclude='.MTREE' --exclude='.BUILDINFO' --exclude='.INSTALL' \
-xf "$srcdir/$_asset" -C "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 01:21:42 | Low | 2 |