navio
The package downloads a prebuilt binary application (a .run installer containing a tar archive with executables) from a Macmillan Education production API endpoint (lms-api-prod-navio.macmillan.education). While this is the official vendor's own infrastructure (Macmillan Education is a major publisher), it is not a standard software distribution channel (no GitHub releases, no official Linux package repo). The PKGBUILD extracts a binary payload by stripping the installer header and unpacking nested tarballs, then installs a Mono-based application directly to /opt. The sha256sums are pinned, which mitigates interception risk. The custom DLAGENT with a referer header is unusual but functional. The main concern is that this is a closed-source binary from a CDN/API endpoint rather than a versioned release artifact, meaning the vendor could silently replace the binary at the same URL (though the checksum would catch that). This is a genuine medium-risk supply-chain pattern: executed proprietary binary from a non-standard vendor API host, not a clearly malicious or piracy scenario.
Triggered rules
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:13
"${pkgname}-${pkgver}.zip::https://lms-api-prod-${pkgname}.macmillan.education/ACEApi/PdfExport/downloadapp?environmentId=Linux64Bit_1404"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary application (a .run installer containing a tar archive with executables) from a Macmillan Education production API endpoint (lms-api-prod-navio.macmillan.education). While this is the official vendor's own infrastructure (Macmillan Education is a major publisher), it is not a standard software distribution channel (no GitHub releases, no official Linux package repo). The PKGBUILD extracts a binary payload by stripping the installer header and unpacking nested tarballs, then installs a Mono-based application directly to /opt. The sha256sums are pinned, which mitigates interception risk. The custom DLAGENT with a referer header is unusual but functional. The main concern is that this is a closed-source binary from a CDN/API endpoint rather than a versioned release artifact, meaning the vendor could silently replace the binary at the same URL (though the checksum would catch that). This is a genuine medium-risk supply-chain pattern: executed proprietary binary from a non-standard vendor API host, not a clearly malicious or piracy scenario.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Fredy García <frealgagu at gmail dot com>
pkgname=navio
pkgver=2.13.5492
pkgrel=1
pkgdesc="A digital platform that accompanies Macmillan Education’s English language courses for young learners"
arch=("x86_64")
url="https://lms-api-prod-navio.macmillan.education/PBF/apps"
license=("custom")
depends=("alsa-lib" "cairo" "gcc-libs" "gdk-pixbuf2" "glib2" "glibc" "gtk2" "libcups" "libgdiplus" "librsvg" "libx11" "libxinerama" "libxslt" "libxss" "mono" "nspr" "nss" "sqlite" "unixodbc")
DLAGENTS=("https::/usr/bin/curl --referer https://lms-api-prod-${navio}.macmillan.education/PBF/apps --output %o %u")
source=(
"${pkgname}-${pkgver}.zip::https://lms-api-prod-${pkgname}.macmillan.education/ACEApi/PdfExport/downloadapp?environmentId=Linux64Bit_1404"
"${pkgname}.desktop"
"LICENSE"
)
sha256sums=(
"2663b282fdda27a775eea1f2a7d3abfdebddffa047916caa7b8573755dff2440"
"701446fe566d31ca485fbc4e2c6a9b9063ab8ae4b3d832f85009077661b52856"
"df577fcc17403eb242e5e180488cfdb19226df44582ce86729e42f75586049b8"
)
prepare() {
cd "${srcdir}"
sed -n '/\x1F/,$p' "${srcdir}/install_${pkgname}64.run" > "${srcdir}/${pkgname}.tar.gz"
tar -xf "${srcdir}/${pkgname}.tar.gz" -C . ./data.tar
tar -xf "data.tar" -C .
}
package() {
cd "${srcdir}"
rm -rf "${srcdir}/Navio/gconf2-common_3.2.6-7_all.deb"
rm -rf "${srcdir}/Navio/libgconf-2-4_3.2.6-7_amd64.deb"
install -d "${pkgdir}/opt"
cp -r "${srcdir}/Navio" "${pkgdir}/opt/"
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${srcdir}/Navio/Navio_Data/Plugins/ThirdPartyNotices.txt" "${pkgdir}/usr/share/licenses/${pkgname}/ThirdPartyNotices.txt"
install -Dm755 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |