ox-console-bin
The package downloads a prebuilt .deb from the official project domain (doornik.com), which is plausibly the vendor's own release infrastructure; the binary is unpacked and installed locally, which is normal for a *-bin AUR package, and the host, while not on a standard whitelist, is the official source for the software.
Triggered rules
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 prebuilt .deb from the official project domain (doornik.com), which is plausibly the vendor's own release infrastructure; the binary is unpacked and installed locally, which is normal for a *-bin AUR package, and the host, while not on a standard whitelist, is the official source for the software.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=("${_pkgname}-${pkgver//_/-}-${arch}.deb::https://www.doornik.com/download/oxmetrics9/Ox_Console/oxconsole_${pkgver//_/-}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: sukanka <su975853527 at gmail.com>
pkgname=ox-console-bin
_pkgname=ox-console
pkgver=9.10_0
pkgrel=2
pkgdesc="A family of software packages providing an integrated solution for the econometric analysis of time series, forecasting, financial econometric modelling, or statistical analysis of cross-section and panel data."
arch=('x86_64')
url="https://www.doornik.com/products.html#OxCons"
license=('unknown')
depends=('openmp')
optdepends=('java-runtime' 'r'
'python'
)
provides=(${_pkgname} oxedit)
source=("${_pkgname}-${pkgver//_/-}-${arch}.deb::https://www.doornik.com/download/oxmetrics9/Ox_Console/oxconsole_${pkgver//_/-}_amd64.deb")
sha512sums=('ab0d8d88b21e1c9be65ee50df5d0cf1ab2831be08ae2e402b453b78faf0fc58fe5a524ebe7beb68890b99796d4a4418c17cbbf2fc0ed95f3970f95b0dcf21a75')
prepare(){
cd ${srcdir}
tar -xJvf data.tar.xz -C "${srcdir}"
rm -rf usr/lib
cd $srcdir/usr/share/OxMetrics${pkgver:0:1}/OxEdit_resources
mkdir -p ${srcdir}/usr/share/applications
sed -i 's|/usr/share/OxMetrics9/||g' oxedit${pkgver:0:1}.desktop
sed -i '7c Icon=oxedit' oxedit${pkgver:0:1}.desktop
mv oxedit${pkgver:0:1}.desktop ${srcdir}/usr/share/applications/oxedit.desktop
for res in {48,256}
do
install -Dm644 oxedit_${res}x${res}.png \
${srcdir}/usr/share/icons/hicolor/${res}x${res}/apps/oxedit.png
done
}
package() {
cd $srcdir/
mv usr $pkgdir
cd $pkgdir/usr/share/OxMetrics${pkgver:0:1}
mkdir -p ${pkgdir}/usr/bin
ln -s /usr/share/OxMetrics${pkgver:0:1}/oxedit ${pkgdir}/usr/bin/oxedit
ln -s /usr/share/OxMetrics${pkgver:0:1}/ox/oxl.sh ${pkgdir}/usr/bin/oxl
mv ox/libox.so.9.1.0 ox/libox.so.9
ln -sf /usr/lib/libomp.so $pkgdir/usr/share/OxMetrics${pkgver:0:1}/ox/libomp.so.5
}
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 |