easytax-ag-2024
maintainer soloturn
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the software from the project's official domain (msg-easytax.ch) and a known public host (wikimedia.org); both are plausibly legitimate sources, and the software is a standard build/install of official tax software for personal use, posing no execution risk beyond its intended function.
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 the software from the project's official domain (msg-easytax.ch) and a known public host (wikimedia.org); both are plausibly legitimate sources, and the software is a standard build/install of official tax software for personal use, posing no execution risk beyond its intended function.
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
"https://msg-easytax.ch/ag/${_yyyy}/EasyTax${_yyyy}AG_unix_$(echo ${pkgver} | sed 's/\./_/').tar.gz" -
PKGBUILD:16
"https://upload.wikimedia.org/wikipedia/commons/d/d9/Wappen_Aargau.svg"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Jeremy Stucki <dev@jeremystucki.ch>
2
# Maintainer: Daniel Wilhelm <concat(shield, wed) @ outlook.com>
3
# Maintainer: soloturn@gmail.com
4
5
_yyyy=2024
6
pkgname=easytax-ag-${_yyyy}
7
pkgver=1.2
8
pkgrel=1
9
pkgdesc="Aargau tax declaration software."
10
arch=(any)
11
url="https://www.ag.ch/de/dfr/steuern/natuerliche_personen/steuererklaerung__easytax/steuererklaerung_easytax1.jsp"
12
license=('custom')
13
depends=("java-environment")
14
source=(
15
"https://msg-easytax.ch/ag/${_yyyy}/EasyTax${_yyyy}AG_unix_$(echo ${pkgver} | sed 's/\./_/').tar.gz"
16
"https://upload.wikimedia.org/wikipedia/commons/d/d9/Wappen_Aargau.svg"
17
"$pkgname.desktop"
18
)
19
sha256sums=(
20
'36d50f70ef93a3846fd054f1605c79f6e333140efbe41a07254a339a9e2cd5e0'
21
'253d315b20371cd9add777dc990f96545c60d5d07a3f34cd33720d5148e82486'
22
'585c8b0067a6dd0f00ce1cc98156c4915c40095f3a042050348796859a8306d4'
23
)
24
25
package() {
26
# package the software, the xdg desktop file so GUI finds it
27
# and the link in bin so commandline finds it.
28
mkdir -p "$pkgdir"/usr/lib
29
mv "$srcdir"/EasyTax${_yyyy}AG/ "$pkgdir"/usr/lib/$pkgname/
30
31
mkdir -p "$pkgdir"/usr/share/applications
32
cp *.desktop "$pkgdir"/usr/share/applications/
33
34
mkdir -p "$pkgdir"/usr/share/icons/hicolor/scalable/apps/
35
cp Wappen_Aargau.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/Wappen_Aargau-${_yyyy}.svg
36
37
mkdir -p "$pkgdir"/usr/bin
38
binname=$(basename "$pkgdir"/usr/lib/$pkgname/EasyTax*)
39
ln -sf /usr/lib/${pkgname}/$binname "$pkgdir"/usr/bin/$pkgname
40
}
41
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 |