faubox
maintainer LeAlex27
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:15
"FAUbox_Linux_${pkgver}.tar.gz::https://faubox.rrze.uni-erlangen.de/client_deployment/FAUbox_Linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lennart Husvogt <lennart at husvogt dot net>
2
3
pkgname=faubox
4
pkgver=26.1.100
5
pkgrel=1
6
pkgdesc="FAU file synchronization client"
7
arch=('any')
8
url="https://www.doku.faubox.rrze.fau.eu/"
9
license=(custom)
10
depends=('java-runtime>=11')
11
makedepends=('gendesk')
12
13
14
source=("faubox.sh"
15
"FAUbox_Linux_${pkgver}.tar.gz::https://faubox.rrze.uni-erlangen.de/client_deployment/FAUbox_Linux.tar.gz")
16
sha512sums=('37ecb657cc1ef6eedb24c0b47038ee5124417a4e5e8c8a159108980b29ac7b553e946cb7d4fda3492f785fede08e217dfeab40b02a57ef3c31da565980580437'
17
'5fbd106cde4ea7069a1c9684328f2ec9e677a5f1ca2014717796dcc5b47097eaa0e846a94b01471cda06c178afb5a2b9bd4694eb4211961b2e408d0aefee7ac9')
18
19
20
prepare() {
21
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "FAUbox" \
22
--categories "Network;FileTransfer"
23
}
24
25
package() {
26
cd $srcdir
27
install -Dm655 faubox.sh $pkgdir/usr/bin/faubox
28
install -Dm644 faubox.desktop $pkgdir/usr/share/applications/faubox.desktop
29
30
cd $srcdir/FAUbox
31
install -Dm644 FAUbox.jar $pkgdir/usr/share/java/$pkgname/FAUbox.jar
32
install -Dm644 install-files/FAUbox.png $pkgdir/usr/share/pixmaps/faubox.png
33
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |