dmg2img

maintainer daizhirui · 26 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project maintainer's personal domain, which is not on a standard whitelist, but it is the official project source; the checksum is verified, and the package builds from legitimate source code, posing no direct execution or supply-chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project maintainer's personal domain, which is not on a standard whitelist, but it is the official project source; the checksum is verified, and the package builds from legitimate source code, posing no direct execution or supply-chain risk.

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:12 "http://vu1tur.eu.org/tools/$pkgname-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jerome Leclanche <jerome@leclan.ch>
2
3pkgname=dmg2img
4pkgver=1.6.7
5pkgrel=5
6pkgdesc="A CLI tool to uncompress Apple's compressed DMG files to the HFS+ IMG format"
7arch=("i686" "x86_64")
8url="http://vu1tur.eu.org/tools/"
9license=("GPL2")
10depends=("openssl" "bzip2")
11source=(
12 "http://vu1tur.eu.org/tools/$pkgname-$pkgver.tar.gz"
13 "0001-openssl-1.1-compatibility.patch"
14)
15sha256sums=(
16 "02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018"
17 "021f14fc5f3b8dc058b604c6e3be6401124e4cc715df4c7f08a1175ef7e5183b"
18)
19
20prepare() {
21 cd "$srcdir/$pkgname-$pkgver"
22 patch -Np1 --ignore-whitespace -i "$srcdir/0001-openssl-1.1-compatibility.patch"
23}
24
25build() {
26 cd "$srcdir/$pkgname-$pkgver"
27 make PREFIX="/usr"
28}
29
30package() {
31 cd "$srcdir/$pkgname-$pkgver"
32 make PREFIX="/usr" DESTDIR="$pkgdir" install
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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