vtfedit
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
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)
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# Maintainer: Connor McFarlane <cm at semtex dot net>
pkgname=vtfedit
pkgver=1.3.3
pkgrel=7
pkgdesc='A .NET graphical frontend for VTFLib'
arch=('any')
url='https://nemstools.github.io/pages/VTFLib-Download.html'
license=('GPL2' 'LGPL2.1')
depends=('wine' 'winetricks' 'zenity')
source=('http://nemstools.github.io/files/vtfedit133.zip'
"${pkgname}.sh"
"${pkgname}.png"
"${pkgname}.desktop"
'x-vtf.xml')
sha256sums=('eb2329d105f57057f6fc6d38c34a741c2abc9f05125e80e8b0f8ab5f269a3c49'
'e879ea5e01c4c339ec828ab94d747b3266a963355d1843f1b7d0770b16d9698a'
'269aa8fecd703b65396750d266f0034df747fbcc9caf4285ea8b506c013e8edb'
'93ed7f959b6b7d463d605096d53f64b87a0cba7829eb6d7faead54f2875422e2'
'2ef3ee8a61eff0014084187e250191b332b5cee1e916df627c5571776ee6868d')
package() {
install -Dd "$pkgdir/usr/share/${pkgname}"
cp -r "$srcdir/x86" "$pkgdir/usr/share/${pkgname}"
install -D "$srcdir/Readme.txt" "$pkgdir/usr/share/${pkgname}"
install -D "$srcdir/GPL.txt" "$pkgdir/usr/share/licenses/${pkgname}"
install -D "$srcdir/LGPL.txt" "$pkgdir/usr/share/licenses/${pkgname}"
install -Dm0644 "$srcdir/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
install -Dm0644 "$srcdir/${pkgname}.png" "$pkgdir/usr/share/${pkgname}"
install -Dm0644 "$srcdir/x-vtf.xml" "$pkgdir/usr/share/mime/packages/x-vtf.xml"
install -Dm0755 "$srcdir/${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |