oracle-instantclient-basic

maintainer Malvineous · 32 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary from Oracle's official domain, which is not on the standard whitelist but is a trusted vendor; however, the download is over HTTP (not HTTPS), posing a supply-chain risk if intercepted or silently swapped.

Triggered rules

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:35 "https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary from Oracle's official domain, which is not on the standard whitelist but is a trusted vendor; however, the download is over HTTP (not HTTPS), posing a supply-chain risk if intercepted or silently swapped.

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Adam Nielsen <malvineous@shikadi.net>
2# Contributor: Vitaliy Berdinskikh ur6lad[at]archlinux.org.ua
3# Contributor: Andrea Agosti <cifvts@gmail.com>
4# Contributor: Charles Clement <caratorn@gmail.com>
5# Contributor: Geraldo Augusto Vecchiato <geraldoav@gmail.com>
6# Maintainer: Adam Nielsen <malvineous@shikadi.net>
7
8# This package is also available as a Pacman repo, to simplify upgrades.
9# Add the following lines to the end of /etc/pacman.conf:
10#
11# [oracle]
12# SigLevel = Optional TrustAll
13# Server = http://linux.shikadi.net/arch/$repo/$arch/
14#
15# Then run `pacman -Sy` then `pacman -S oracle-instantclient-basic`
16
17_pkgname=instantclient-basic
18pkgname=oracle-${_pkgname}
19pkgver=23.26.2.0.0
20_pkgver_vendor_suffix=
21_urlver=2326200v2
22_unzippath=instantclient_23_26
23pkgrel=1
24pkgdesc="Light replacement for the Oracle client (files to run OCI, OCCI and JDBC-OCI programs)"
25arch=('x86_64')
26url="https://www.oracle.com/at/database/technologies/instant-client/downloads.html"
27license=('custom:OTN')
28depends=('gcc-libs' 'libaio')
29replaces=('instantclient-basic' 'instantclient-basiclite')
30options=(!strip)
31
32# These are the only files we want to include in the source package
33source=(LICENSE
34 oracle.sh
35 "https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip")
36md5sums=('2d62e22e4f2d7e6d220fafde0f692a7d'
37 '784005aa31cb56bb2303179d98fccd8e'
38 'b89085f179e934ed74551f4b71ddae10')
39sha256sums=('f904a30b07ddf7806a33620f93b94c3d315154d26a371ece48695bb3555064a2'
40 '36b5ab97950f1667403dd9b59c3cad25d8f9e457702feaece835d1bff7c971c9'
41 '4c17d54d57db68d7af54009e99e9871a9f068ca93cbf4d81f1a6606f5f28ea05')
42
43package() {
44 cd "$srcdir/${_unzippath}/"
45 install -d "$pkgdir/usr/bin"
46 install -d "$pkgdir/usr/lib"
47 install -m 755 -t "$pkgdir/usr/bin" adrci genezi uidrvci
48 # Copy files but not symlinks
49 install -m 755 -t "$pkgdir/usr/lib" `find . -type f -name '*.so*'`
50 install -m 644 -t "$pkgdir/usr/lib" *.jar
51
52 # Copy across the script to set environment variables
53 install -Dm755 "$srcdir/oracle.sh" "$pkgdir/etc/profile.d/oracle.sh"
54
55 # create required symlinks
56 cd "$pkgdir/usr/lib" || return 1
57 local lib link
58 for lib in *.so*; do
59 link=$lib
60 while [[ ${link#*.} != so ]]; do
61 link=${link%.*}
62 ln -s $lib $link
63 done
64 done
65
66 install -Dm644 "$srcdir/LICENSE" \
67 "$pkgdir/usr/share/licenses/$pkgname/LICENSE" || return 1
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion