dumptoolbox-bin

LOW
maintainer yigitsalar 0 votes scanned 2026-09-01 00:11:19.967602
View on AUR
Why flagged

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

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 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

1# Maintainer: Yiğit Salar <yigitsalar137 (at) gmail (dot) com>
2_pkgname=DumpToolbox
3pkgname=dumptoolbox-bin
4pkgdesc="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"
5pkgver=0.8.98
6pkgrel=1
7
8repo="wiggy2k/${_pkgname}"
9url="https://github.com/${repo}"
10
11license=('GPL-3.0-or-later')
12arch=('x86_64')
13options=('!strip' '!debug')
14
15provides=('dumptoolbox')
16conflicts=('dumptoolbox')
17
18source=("${url}/releases/download/${pkgver}/Linux-x64-v${pkgver}.zip"
19"https://raw.githubusercontent.com/${repo}/master/README.md"
20"https://raw.githubusercontent.com/${repo}/master/LICENSE")
21
22md5sums=('fa5d85434c6a8c8a73764bcdcfb9e015'
23'SKIP'
24'SKIP')
25
26package() {
27 # Install BinaryObjectScanner distribution
28 install -Dm755 ${srcdir}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
29
30 # Install Documentation
31 install -Dm644 ${srcdir}/README.md ${pkgdir}/usr/local/share/doc/${_pkgname}/README.md
32
33 # Install LICENSE
34 install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 00:11:19 Low 2
2026-08-31 23:46:20 Low 2

Report a package

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

0 / 4000
Your suggestion