vtfedit

LOW
maintainer defusq 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source archive from a non-whitelisted host, but it is the project's own official release hosted on a GitHub Pages site, and the checksums are verified; the payload consists of static files and a shell script wrapper for a Wine-based .NET application, with no evidence of remote code execution or malicious behavior.

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 source archive from a non-whitelisted host, but it is the project's own official release hosted on a GitHub Pages site, and the checksums are verified; the payload consists of static files and a shell script wrapper for a Wine-based .NET application, with no evidence of remote code execution or malicious behavior.

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:11 source=('http://nemstools.github.io/files/vtfedit133.zip'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Connor McFarlane <cm at semtex dot net>
2
3pkgname=vtfedit
4pkgver=1.3.3
5pkgrel=7
6pkgdesc='A .NET graphical frontend for VTFLib'
7arch=('any')
8url='https://nemstools.github.io/pages/VTFLib-Download.html'
9license=('GPL2' 'LGPL2.1')
10depends=('wine' 'winetricks' 'zenity')
11source=('http://nemstools.github.io/files/vtfedit133.zip'
12 "${pkgname}.sh"
13 "${pkgname}.png"
14 "${pkgname}.desktop"
15 'x-vtf.xml')
16sha256sums=('eb2329d105f57057f6fc6d38c34a741c2abc9f05125e80e8b0f8ab5f269a3c49'
17 'e879ea5e01c4c339ec828ab94d747b3266a963355d1843f1b7d0770b16d9698a'
18 '269aa8fecd703b65396750d266f0034df747fbcc9caf4285ea8b506c013e8edb'
19 '93ed7f959b6b7d463d605096d53f64b87a0cba7829eb6d7faead54f2875422e2'
20 '2ef3ee8a61eff0014084187e250191b332b5cee1e916df627c5571776ee6868d')
21
22package() {
23 install -Dd "$pkgdir/usr/share/${pkgname}"
24 cp -r "$srcdir/x86" "$pkgdir/usr/share/${pkgname}"
25
26 install -D "$srcdir/Readme.txt" "$pkgdir/usr/share/${pkgname}"
27 install -D "$srcdir/GPL.txt" "$pkgdir/usr/share/licenses/${pkgname}"
28 install -D "$srcdir/LGPL.txt" "$pkgdir/usr/share/licenses/${pkgname}"
29
30 install -Dm0644 "$srcdir/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
31 install -Dm0644 "$srcdir/${pkgname}.png" "$pkgdir/usr/share/${pkgname}"
32 install -Dm0644 "$srcdir/x-vtf.xml" "$pkgdir/usr/share/mime/packages/x-vtf.xml"
33 install -Dm0755 "$srcdir/${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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