easytax-ag-2021
maintainer soloturn
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the official tax software from the project's own domain (msg-easytax.ch), which is plausibly the legitimate source; building from this source is normal AUR packaging behavior and poses no inherent risk.
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 official tax software from the project's own domain (msg-easytax.ch), which is plausibly the legitimate source; building from this source is normal AUR packaging behavior and poses no inherent risk.
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=2021
6
pkgname=easytax-ag-${_yyyy}
7
pkgver=1.3
8
pkgrel=2
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=("jre8-openjdk")
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
"easytax-ag.patch"
19
)
20
sha256sums=(
21
'1dce65837fe258fda921035f11e724d6d19680c6ca6cab94e0551a8dd406be18'
22
'253d315b20371cd9add777dc990f96545c60d5d07a3f34cd33720d5148e82486'
23
'3a92fb4332f4e731ecb8f5394d0cc923b7edd761c25f32795517f2099c029d1b'
24
'4341d0b441118509ec21539aed95e2a1ac33c88deba0a341af075db114cca8bd'
25
)
26
27
package() {
28
# only necessary to set openjdk as its default
29
patch "$srcdir"/EasyTax*AG/EasyTax*_AG <"$srcdir"/easytax-ag.patch
30
31
# package the software, the xdg desktop file so GUI finds it
32
# and the link in bin so commandline finds it.
33
mkdir -p "$pkgdir"/usr/lib
34
mv "$srcdir"/EasyTax${_yyyy}AG/ "$pkgdir"/usr/lib/$pkgname/
35
36
mkdir -p "$pkgdir"/usr/share/applications
37
cp *.desktop "$pkgdir"/usr/share/applications/
38
39
mkdir -p "$pkgdir"/usr/share/icons/hicolor/scalable/apps/
40
cp Wappen_Aargau.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/wappen-aargau-${_yyyy}.svg
41
42
mkdir -p "$pkgdir"/usr/bin
43
binname=$(basename "$pkgdir"/usr/lib/$pkgname/EasyTax*)
44
ln -sf /usr/lib/${pkgname}/$binname "$pkgdir"/usr/bin/$pkgname
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 |