vtfedit
maintainer defusq
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgname=vtfedit
4
pkgver=1.3.3
5
pkgrel=7
6
pkgdesc='A .NET graphical frontend for VTFLib'
7
arch=('any')
8
url='https://nemstools.github.io/pages/VTFLib-Download.html'
9
license=('GPL2' 'LGPL2.1')
10
depends=('wine' 'winetricks' 'zenity')
11
source=('http://nemstools.github.io/files/vtfedit133.zip'
12
"${pkgname}.sh"
13
"${pkgname}.png"
14
"${pkgname}.desktop"
15
'x-vtf.xml')
16
sha256sums=('eb2329d105f57057f6fc6d38c34a741c2abc9f05125e80e8b0f8ab5f269a3c49'
17
'e879ea5e01c4c339ec828ab94d747b3266a963355d1843f1b7d0770b16d9698a'
18
'269aa8fecd703b65396750d266f0034df747fbcc9caf4285ea8b506c013e8edb'
19
'93ed7f959b6b7d463d605096d53f64b87a0cba7829eb6d7faead54f2875422e2'
20
'2ef3ee8a61eff0014084187e250191b332b5cee1e916df627c5571776ee6868d')
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |