anituner

maintainer bemxio · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt Windows executable from the project's official download host, which is plausible and expected for this software; the source is not executed natively and is bundled with Wine, so the worst case of a swapped binary is limited to Wine sandbox impact.

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 package downloads a prebuilt Windows executable from the project's official download host, which is plausible and expected for this software; the source is not executed natively and is bundled with Wine, so the worst case of a swapped binary is limited to Wine sandbox impact.

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:17 source=("${pkgname}-${pkgver}.zip::https://download.gdgsoft.com/anitun2p.zip" "${pkgname}" "${pkgname}-atd.xml" "LICENSE.${pkgname}")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: bemxio <bemxiov at protonmail dot com>
2
3pkgname="anituner"
4pkgdesc="Free software to create, edit and convert Windows animated cursors"
5
6pkgver=2.0.0
7pkgrel=11
8
9arch=(any)
10
11url="https://www.gdgsoft.com/anituner"
12license=("LicenseRef-AniTuner")
13
14depends=(wine)
15makedepends=(gendesk icoutils)
16
17source=("${pkgname}-${pkgver}.zip::https://download.gdgsoft.com/anitun2p.zip" "${pkgname}" "${pkgname}-atd.xml" "LICENSE.${pkgname}")
18md5sums=("f0cff36790da5e3f9b02a65aa4d64101" "6acbdc9d1422f6d4464c6a8ab5119446" "2c084aaadfb308a757c12ca19c012f9f" "2c89a8cdf5a8ef238b07897d28c419a1")
19
20prepare() {
21 # extract icon out of executable
22 wrestool -x -n MAINICON AniTuner.exe -o "${pkgname}.ico"
23
24 # get highest quality PNG from icon file
25 icotool -x "${pkgname}.ico" -i 6 --output "${pkgname}.png"
26
27 # generate a .desktop file
28 gendesk -f -n \
29 --pkgname AniTuner \
30 --pkgdesc "${pkgdesc}" \
31 --exec "${pkgname}" \
32 --icon "${pkgname}.png" \
33 --categories "Graphics;Utility" \
34 --mimetypes "image/bmp;image/jpeg;image/png;image/gif;image/vnd.adobe.photoshop;image/x-icon;image/x-win-bitmap;application/x-navi-animation;application/anituner-atd"
35}
36
37package() {
38 # copy program files
39 install -Dm755 AniTuner.exe "${pkgdir}/usr/share/${pkgname}/AniTuner.exe"
40 install -Dm644 AniTunerPref.xml "${pkgdir}/usr/share/${pkgname}/AniTunerPref.xml"
41
42 install -Dm644 AniTuner.chm "${pkgdir}/usr/share/${pkgname}/AniTuner.chm"
43 install -Dm644 Readme.txt "${pkgdir}/usr/share/doc/${pkgname}/Readme.txt"
44
45 find Samples -type f -exec install -Dm644 "{}" "${pkgdir}/usr/share/${pkgname}/{}" \;
46
47 # copy executable script
48 install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
49
50 # copy extracted icon and generated .desktop file
51 install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
52 install -Dm644 AniTuner.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
53
54 # copy custom MIME type
55 install -Dm644 "${pkgname}-atd.xml" "${pkgdir}/usr/share/mime/packages/${pkgname}-atd.xml"
56
57 # copy license file
58 install -Dm644 "LICENSE.${pkgname}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
59}

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