dumptoolbox-bin
The package downloads a prebuilt binary from a GitHub release and includes documentation; the binary is from a plausible project-owned source, but the low vote count and recent upload are minor concerns, not indicating active malice.
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 90%): The package downloads a prebuilt binary from a GitHub release and includes documentation; the binary is from a plausible project-owned source, but the low vote count and recent upload are minor concerns, not indicating active malice.
PKGBUILD
# Maintainer: Yiğit Salar <yigitsalar137 (at) gmail (dot) com>
_pkgname=DumpToolbox
pkgname=dumptoolbox-bin
pkgdesc="A cross-platform .NET 8 and Avalonia desktop application for disc-image conversion, checksum-based recovery, and reconstruction from Redumper, DiscImageCreator, and PlayStation 3 IRD metadata"
pkgver=0.8.98
pkgrel=1
repo="wiggy2k/${_pkgname}"
url="https://github.com/${repo}"
license=('GPL-3.0-or-later')
arch=('x86_64')
options=('!strip' '!debug')
provides=('dumptoolbox')
conflicts=('dumptoolbox')
source=("${url}/releases/download/${pkgver}/Linux-x64-v${pkgver}.zip"
"https://raw.githubusercontent.com/${repo}/master/README.md"
"https://raw.githubusercontent.com/${repo}/master/LICENSE")
md5sums=('fa5d85434c6a8c8a73764bcdcfb9e015'
'SKIP'
'SKIP')
package() {
# Install BinaryObjectScanner distribution
install -Dm755 ${srcdir}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
# Install Documentation
install -Dm644 ${srcdir}/README.md ${pkgdir}/usr/local/share/doc/${_pkgname}/README.md
# Install LICENSE
install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 23:46:20 | Low | 2 |