virtualbox-ext-oracle-dev
maintainer heavysink
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |