virtualbox-ext-oracle-dev
LOW
maintainer heavysink
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a prebuilt Oracle VM VirtualBox Extension Pack from the official project's test download domain;虽非标准主机但属项目官方基础设施,且为数据文件非可执行代码,最坏情况为数据篡改而非远程代码执行。
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 source is a prebuilt Oracle VM VirtualBox Extension Pack from the official project's test download domain;虽非标准主机但属项目官方基础设施,且为数据文件非可执行代码,最坏情况为数据篡改而非远程代码执行。
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:15
source=("https://www.virtualbox.org/download/testcase/Oracle_VM_VirtualBox_Extension_Pack-${_pkgver}.vbox-extpack")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: heavysink
2
3
pkgname=virtualbox-ext-oracle-dev
4
_pkgver=7.0.97-161435
5
pkgver=7.0.97.161435
6
pkgrel=1
7
pkgdesc='Oracle VM VirtualBox Extension Pack for virtualbox dev version'
8
arch=('any')
9
url='https://www.virtualbox.org/'
10
license=('custom:PUEL')
11
depends=('virtualbox-svn')
12
optdepends=('rdesktop: client to connect vm via RDP')
13
options=('!strip')
14
install=virtualbox-ext-oracle-dev.install
15
source=("https://www.virtualbox.org/download/testcase/Oracle_VM_VirtualBox_Extension_Pack-${_pkgver}.vbox-extpack")
16
provides=('virtualbox-ext-oracle')
17
conflicts=('virtualbox-ext-oracle')
18
noextract=("Oracle_VM_VirtualBox_Extension_Pack-$_pkgver.vbox-extpack")
19
sha256sums=('d835b35908a189b7ccc8ee31a122d17961ed4eaf5a0e5fc92a875cd94c31f9a6')
20
21
prepare() {
22
# shrink uneeded cpuarch
23
[[ -d shrunk ]] || mkdir shrunk
24
tar xfC "Oracle_VM_VirtualBox_Extension_Pack-$_pkgver.vbox-extpack" shrunk
25
rm -r shrunk/{darwin*,solaris*,win*}
26
tar -c --gzip --file shrunk.vbox-extpack -C shrunk .
27
}
28
29
package() {
30
install -Dm 644 shrunk.vbox-extpack \
31
"$pkgdir/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-$pkgver.vbox-extpack"
32
install -Dm 644 shrunk/ExtPack-license.txt \
33
"$pkgdir/usr/share/licenses/$pkgname/PUEL"
34
}
35
36
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 |