filebydate
maintainer trixon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the maintainer's personal domain, but it is a legitimate Java application with no obfuscated code or remote execution; the worst case of a compromised source is limited to code execution within the app's scope.
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 package downloads a prebuilt binary from the maintainer's personal domain, but it is a legitimate Java application with no obfuscated code or remote execution; the worst case of a compromised source is limited to code execution within the app's scope.
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
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Patrik Karlström <pata.karlstrom@gmail.com>
2
3
pkgname=filebydate
4
pkgver=2.0.0
5
pkgrel=1
6
pkgdesc="date based file organizer"
7
arch=('any')
8
url="https://trixon.se/projects/filebydate/"
9
license=('Apache')
10
depends=('java-openjfx>=8')
11
makedepends=('desktop-file-utils')
12
source=(
13
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"
14
'filebydate.sh'
15
'filebydate.desktop'
16
)
17
sha256sums=(
18
'08a3171cd1fb688f812d3b0908a364cbf531dd90b1a0891f97e6a3bb65c475b5'
19
'c2597c42471798834798ddee7f9dcef7a0811b181b2f335699f131f2ccafeca0'
20
'3fc348ada388e3dcb265a83837d3f264ff1ff1cc07973c42384d8cf928c2f2fd'
21
)
22
23
package() {
24
pushd "$srcdir/$pkgname-$pkgver"
25
26
# jars
27
install -d "$pkgdir/usr/share/java/filebydate"
28
find -name '*.jar' -execdir install -m644 {} "$pkgdir/usr/share/java/filebydate" \;
29
30
# icon
31
install -d "$pkgdir/usr/share/icons/hicolor/256x256/apps"
32
install -m644 filebydate.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/filebydate.png"
33
34
popd
35
36
# launchers
37
install -Dm755 "$srcdir/filebydate.sh" "$pkgdir/usr/bin/filebydate"
38
39
# .desktop
40
desktop-file-install $pkgname.desktop --dir "$pkgdir/usr/share/applications/"
41
42
# remove version from filename
43
mv "$pkgdir/usr/share/java/filebydate/filebydate-${pkgver}.jar" "$pkgdir/usr/share/java/filebydate/filebydate.jar"
44
}
45
46
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 |