virtualbox-guest-iso-dev
maintainer heavysink
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The ISO is a prebuilt official VirtualBox Guest Additions image downloaded from the project's own domain (virtualbox.org), which is a legitimate source despite not being on the whitelist; the worst case of a swapped source would be a malicious ISO, but given the official origin and fixed checksum, the risk is low.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The ISO is a prebuilt official VirtualBox Guest Additions image downloaded from the project's own domain (virtualbox.org), which is a legitimate source despite not being on the whitelist; the worst case of a swapped source would be a malicious ISO, but given the official origin and fixed checksum, the risk is low.
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=("https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_$_pkgver.iso"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: heavysink
2
3
pkgname=virtualbox-guest-iso-dev
4
epoch=1
5
_pkgver=7.2.97-174640
6
pkgver=7.2.97.174640
7
pkgrel=1
8
pkgdesc='The official VirtualBox Guest Additions ISO image for virtualbox dev version'
9
arch=('any')
10
url='https://www.virtualbox.org/'
11
license=('custom:PUEL')
12
install=virtualbox-guest-iso-dev.install
13
replaces=('virtualbox-additions' 'virtualbox-iso-additions')
14
provides=('virtualbox-guest-iso')
15
conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
16
noextract=(VBoxGuestAdditions_$pkgver.iso)
17
source=("https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_$_pkgver.iso"
18
'license')
19
sha256sums=('79a7003e7428972395d81907381bd2709b26dafe398f742572f320ee885d49f5'
20
'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
21
22
package() {
23
install -D -m 0644 VBoxGuestAdditions_$_pkgver.iso \
24
"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
25
install -D -m 0644 "$srcdir/license" \
26
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,8 +2,8 @@ pkgname=virtualbox-guest-iso-dev epoch=1-_pkgver=7.2.97-174588-pkgver=7.2.97.174588+_pkgver=7.2.97-174640+pkgver=7.2.97.174640 pkgrel=1 pkgdesc='The official VirtualBox Guest Additions ISO image for virtualbox dev version' arch=('any')@@ -16,7 +16,7 @@ noextract=(VBoxGuestAdditions_$pkgver.iso) source=("https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_$_pkgver.iso" 'license')-sha256sums=('1d35310bd31b11061d4553edf9d247e637f8dc0476a4a18febc325bcdb9d708a'+sha256sums=('79a7003e7428972395d81907381bd2709b26dafe398f742572f320ee885d49f5' 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623') package() {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 13:14:23 | MEDIUM | 1 |
| 2026-07-23 00:14:47 | CLEAN | 2 |
| 2026-07-22 21:22:00 | MEDIUM | 1 |
| 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 |
| 2026-07-14 00:09:48 | LOW | 2 |
| 2026-07-13 21:43:03 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 18:55:24 | LOW | 2 |
| 2026-06-18 18:04:49 | LOW | 2 |