faubox
The source downloads a project-specific tarball from a university-hosted domain (rrze.uni-erlangen.de) that is plausibly the project's official infrastructure; the content is a Java JAR and static assets, not an obfuscated or untrusted executable, and the build installs only these files without executing remote code.
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 source downloads a project-specific tarball from a university-hosted domain (rrze.uni-erlangen.de) that is plausibly the project's official infrastructure; the content is a Java JAR and static assets, not an obfuscated or untrusted executable, and the build installs only these files without executing remote code.
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
"FAUbox_Linux_${pkgver}.tar.gz::https://faubox.rrze.uni-erlangen.de/client_deployment/FAUbox_Linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Lennart Husvogt <lennart at husvogt dot net>
pkgname=faubox
pkgver=26.1.100
pkgrel=1
pkgdesc="FAU file synchronization client"
arch=('any')
url="https://www.doku.faubox.rrze.fau.eu/"
license=(custom)
depends=('java-runtime>=11')
makedepends=('gendesk')
source=("faubox.sh"
"FAUbox_Linux_${pkgver}.tar.gz::https://faubox.rrze.uni-erlangen.de/client_deployment/FAUbox_Linux.tar.gz")
sha512sums=('37ecb657cc1ef6eedb24c0b47038ee5124417a4e5e8c8a159108980b29ac7b553e946cb7d4fda3492f785fede08e217dfeab40b02a57ef3c31da565980580437'
'5fbd106cde4ea7069a1c9684328f2ec9e677a5f1ca2014717796dcc5b47097eaa0e846a94b01471cda06c178afb5a2b9bd4694eb4211961b2e408d0aefee7ac9')
prepare() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "FAUbox" \
--categories "Network;FileTransfer"
}
package() {
cd $srcdir
install -Dm655 faubox.sh $pkgdir/usr/bin/faubox
install -Dm644 faubox.desktop $pkgdir/usr/share/applications/faubox.desktop
cd $srcdir/FAUbox
install -Dm644 FAUbox.jar $pkgdir/usr/share/java/$pkgname/FAUbox.jar
install -Dm644 install-files/FAUbox.png $pkgdir/usr/share/pixmaps/faubox.png
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
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 |