tilitin
maintainer IMA
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a versioned source code archive from the project's official website, which is normal for AUR packages; building from source is standard practice and poses low risk despite the host not being whitelisted.
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 is a versioned source code archive from the project's official website, which is normal for AUR packages; building from source is standard practice and poses low risk despite the host not being whitelisted.
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:14
source=(https://helineva.net/tilitin/tilitin-1.5.0-src.zip tilitin.desktop)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Your Name <youremail@domain.com>
2
pkgname=tilitin
3
pkgver=1.5.0
4
pkgrel=1
5
pkgdesc="Finnish accounting program"
6
arch=(any)
7
url="https://helineva.net/tilitin/"
8
license=('GPL3')
9
groups=()
10
depends=('java-environment' 'sqlite-jdbc')
11
makedepends=('ant')
12
install=
13
changelog=
14
source=(https://helineva.net/tilitin/tilitin-1.5.0-src.zip tilitin.desktop)
15
md5sums=(fe74542c93f72bb2f5fc17b56df541b8 237f58ca020a5e57c5eae8e3065bb01b)
16
17
build() {
18
cd "$pkgname-$pkgver"
19
ant compile
20
}
21
22
package() {
23
mkdir -p $pkgdir/usr/share/applications
24
cp tilitin.desktop $pkgdir/usr/share/applications
25
26
cd "$pkgname-$pkgver"
27
28
mkdir -p $pkgdir/usr/share/tilitin
29
cp dist/tilitin.jar $pkgdir/usr/share/tilitin
30
cp tilikarttamallit $pkgdir/usr/share/tilitin -r
31
32
ln -s /usr/share/java/sqlite-jdbc/sqlite-jdbc.jar $pkgdir/usr/share/tilitin/sqlite-jdbc.jar
33
34
mkdir -p $pkgdir/usr/share/icons/hicolor/24x24/apps/
35
mkdir -p $pkgdir/usr/share/icons/hicolor/32x32/apps/
36
mkdir -p $pkgdir/usr/share/icons/hicolor/48x48/apps/
37
38
cp src/kirjanpito/ui/resources/tilitin-24x24.png $pkgdir/usr/share/icons/hicolor/24x24/apps/tilitin.png
39
cp src/kirjanpito/ui/resources/tilitin-32x32.png $pkgdir/usr/share/icons/hicolor/32x32/apps/tilitin.png
40
cp src/kirjanpito/ui/resources/tilitin-48x48.png $pkgdir/usr/share/icons/hicolor/48x48/apps/tilitin.png
41
}
42
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 |