easytax-ag-2023

maintainer soloturn · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads the official software from the project's own domain (msg-easytax.ch), which is plausibly the legitimate source for Aargau's tax software, and installs it along with a publicly available icon; the non-whitelisted host is the actual vendor, making this a normal AUR package build with low 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 software from the project's own domain (msg-easytax.ch), which is plausibly the legitimate source for Aargau's tax software, and installs it along with a publicly available icon; the non-whitelisted host is the actual vendor, making this a normal AUR package build with low 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=2023
6pkgname=easytax-ag-${_yyyy}
7pkgver=1.4
8pkgrel=1
9pkgdesc="Aargau tax declaration software."
10arch=(any)
11url="https://www.ag.ch/de/dfr/steuern/natuerliche_personen/steuererklaerung__easytax/steuererklaerung_easytax1.jsp"
12license=('custom')
13depends=("java-environment")
14source=(
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)
19sha256sums=(
20 'fcafdc981314c5c0915323a8dd26657f5b2dea6a8d2146d23a03286224dcc9aa'
21 '253d315b20371cd9add777dc990f96545c60d5d07a3f34cd33720d5148e82486'
22 'ac9162d4b0e05894401552f0e8ff5783986c8a41e7607b9cf23ddfa31ce399c5'
23)
24
25package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion