ossfs2-bin
The package downloads a prebuilt RPM from an official Alibaba Cloud host (alicdn.com is Alibaba's content delivery network), which is plausible for the software's origin; the binary is extracted and installed without additional remote code execution, and the checksum is verified.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt RPM from an official Alibaba Cloud host (alicdn.com is Alibaba's content delivery network), which is plausible for the software's origin; the binary is extracted and installed without additional remote code execution, and the checksum is verified.
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:13
source=("ossfs2_${pkgver}_linux_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs2_${pkgver}_linux_x86_64.rpm")
PKGBUILD
1 offending line(s) highlighted# Maintainer: William Varmus <0@willvar.tw>
pkgname=ossfs2-bin
pkgver=2.0.9
pkgrel=1
pkgdesc='High-performance FUSE client to mount Alibaba Cloud OSS buckets'
arch=('x86_64')
url="https://www.alibabacloud.com/help/en/oss/developer-reference/ossfs-2-0/"
license=('unknown')
depends=('fuse3')
makedepends=('patchelf')
provides=('ossfs2')
source=("ossfs2_${pkgver}_linux_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs2_${pkgver}_linux_x86_64.rpm")
sha256sums=('c859e01d6d6a39cb14bf875a4cdfe9b69b376ba144c5fc57315415fdba7e431d')
prepare() {
cd "${srcdir}"
# Extract RPM contents using bsdtar
bsdtar -xf "ossfs2_${pkgver}_linux_x86_64.rpm"
}
package() {
cd "${srcdir}"
# Install binary
install -Dm755 usr/local/bin/ossfs2 "${pkgdir}/usr/bin/ossfs2"
# Install mount helper for fstab integration
ln -s ossfs2 "${pkgdir}/usr/bin/mount.ossfs2"
# Install bundled fuse3 library
install -Dm755 usr/local/lib64/ossfs2/libfuse3.so.3 "${pkgdir}/usr/lib/ossfs2/libfuse3.so.3"
# Patch RPATH to find bundled libfuse3
patchelf --set-rpath '/usr/lib/ossfs2' "${pkgdir}/usr/bin/ossfs2"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: William Varmus <0@willvar.tw> pkgname=ossfs2-bin-pkgver=2.0.8+pkgver=2.0.9 pkgrel=1 pkgdesc='High-performance FUSE client to mount Alibaba Cloud OSS buckets' arch=('x86_64')@@ -11,7 +11,7 @@ makedepends=('patchelf') provides=('ossfs2') source=("ossfs2_${pkgver}_linux_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs2_${pkgver}_linux_x86_64.rpm")-sha256sums=('ed8979466dc3a95d5c9a10893eba1b0368034ab19d050fa47b08b0e3dc417112')+sha256sums=('c859e01d6d6a39cb14bf875a4cdfe9b69b376ba144c5fc57315415fdba7e431d') prepare() { cd "${srcdir}"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 23:15:25 | Medium | 1 |
| 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 |