ossfs-bin
The package downloads a prebuilt RPM from an official Alibaba Cloud host (alicdn.com) for a legitimate tool; while the host is not universally whitelisted, it is plausibly official and the installed files are non-executable data and a single binary with a verifiable checksum.
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) for a legitimate tool; while the host is not universally whitelisted, it is plausibly official and the installed files are non-executable data and a single binary with a verifiable checksum.
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=("ossfs_${pkgver}_rockylinux9_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs_${pkgver}_rockylinux9_x86_64.rpm")
PKGBUILD
1 offending line(s) highlighted# Maintainer: William Varmus <0@willvar.tw>
pkgname=ossfs-bin
pkgver=1.91.12
pkgrel=1
pkgdesc='FUSE-based file system backed by Alibaba Cloud OSS'
arch=('x86_64')
url="https://github.com/aliyun/ossfs"
license=('GPL-2.0-only')
depends=('fuse2' 'curl' 'libxml2-legacy' 'openssl')
provides=('ossfs')
conflicts=('ossfs' 'ossfs-git')
source=("ossfs_${pkgver}_rockylinux9_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs_${pkgver}_rockylinux9_x86_64.rpm")
sha256sums=('bfb7a2a4a2f7543781e0356b0a076a977365854ba5387b9285f91910a35e552a')
prepare() {
cd "${srcdir}"
# Extract RPM package
bsdtar -xf "ossfs_${pkgver}_rockylinux9_x86_64.rpm"
}
package() {
cd "${srcdir}"
# Install binary
install -Dm755 usr/local/bin/ossfs "${pkgdir}/usr/bin/ossfs"
# Install man page
install -Dm644 usr/local/share/man/man1/ossfs.1 "${pkgdir}/usr/share/man/man1/ossfs.1"
}
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=ossfs-bin-pkgver=1.91.11+pkgver=1.91.12 pkgrel=1 pkgdesc='FUSE-based file system backed by Alibaba Cloud OSS' arch=('x86_64')@@ -11,7 +11,7 @@ provides=('ossfs') conflicts=('ossfs' 'ossfs-git') source=("ossfs_${pkgver}_rockylinux9_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs_${pkgver}_rockylinux9_x86_64.rpm")-sha256sums=('bfb522b95f06c7d3863d45dafdb02be61a2573e74dd7d90c8ad9ea9c872cda89')+sha256sums=('bfb7a2a4a2f7543781e0356b0a076a977365854ba5387b9285f91910a35e552a') 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 |