ossfs-bin

LOW
maintainer willvar 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: William Varmus <0@willvar.tw>
2
3pkgname=ossfs-bin
4pkgver=1.91.12
5pkgrel=1
6pkgdesc='FUSE-based file system backed by Alibaba Cloud OSS'
7arch=('x86_64')
8url="https://github.com/aliyun/ossfs"
9license=('GPL-2.0-only')
10depends=('fuse2' 'curl' 'libxml2-legacy' 'openssl')
11provides=('ossfs')
12conflicts=('ossfs' 'ossfs-git')
13source=("ossfs_${pkgver}_rockylinux9_x86_64.rpm::https://gosspublic.alicdn.com/ossfs/ossfs_${pkgver}_rockylinux9_x86_64.rpm")
14sha256sums=('bfb7a2a4a2f7543781e0356b0a076a977365854ba5387b9285f91910a35e552a')
15
16prepare() {
17 cd "${srcdir}"
18 # Extract RPM package
19 bsdtar -xf "ossfs_${pkgver}_rockylinux9_x86_64.rpm"
20}
21
22package() {
23 cd "${srcdir}"
24 # Install binary
25 install -Dm755 usr/local/bin/ossfs "${pkgdir}/usr/bin/ossfs"
26 # Install man page
27 install -Dm644 usr/local/share/man/man1/ossfs.1 "${pkgdir}/usr/share/man/man1/ossfs.1"
28}
29

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion