idos-timetable-maps-chaps-trains-europe-latest

LOW
maintainer dreieck 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads map data and license files from the project's official domain; the sources are non-executable data, and despite SKIP'd checksums and non-whitelisted hosts, there is no code execution or supply-chain risk beyond data integrity.

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 map data and license files from the project's official domain; the sources are non-executable data, and despite SKIP'd checksums and non-whitelisted hosts, there is no code execution or supply-chain risk beyond data integrity.

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:54 "${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
  • PKGBUILD:55 "IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: dreieck
2
3# PKGBUILD last time manually edited: At least on 2024-12-17.
4url="https://chaps.cz/eng/download/idos/zip#kotvamap"
5_zipfile="VLAK_M.ZIP"
6_pkgver() {
7 # Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
8 wget -nv -O- "${url}" | tr -d '\a' | tr '\n' '\a' | sed 's|^.*File '"${_zipfile}"'\(.*\)Zip/'"${_zipfile}"'.*$|\1\n|g' | tr '\a' '\n' | grep 'Update date:' | cut -d, -f1 | sed -r 's|([0-9]+)\.([0-9]+)\.([0-9]+).|\n\3_\2_\1\n|g' | grep -E '^[0-9]+_[0-9]+_[0-9]+'
9}
10
11_pkgname=idos-timetable-maps-chaps-trains-europe
12pkgname="${_pkgname}-latest"
13epoch=0
14_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
15pkgver="${_pkgver}"
16pkgrel=1
17pkgdesc="Map data for the timetable search engines by CHAPS: European railway."
18arch=(any)
19license=('custom')
20
21groups=(
22 "idos-timetable"
23 )
24
25depends=(
26 "idos-timetable-data-trains"
27 )
28
29makedepends=(
30 "wget"
31)
32
33optdepends=()
34
35provides=(
36 "${_pkgname}=${pkgver}"
37
38 "idos-timetable-maps=${pkgver}"
39 "idos-timetable-maps-trains=${pkgver}"
40
41 "idos-timetable-maps-trains-cz=${pkgver}"
42 "idos-timetable-maps-trains-sk=${pkgver}"
43 "idos-timetable-maps-trains-europe=${pkgver}"
44)
45
46conflicts=(
47 "${_pkgname}"
48 "idos-timetable-maps-chaps-all"
49)
50
51_target="vlak_m-${_pkgver}.zip"
52
53source=(
54 "${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
55 "IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
56 "license-dummy.txt"
57)
58
59sha256sums=(
60 'SKIP'
61 "SKIP"
62 "c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
63)
64
65pkgver() {
66 printf '%s' "${_pkgver}"
67}
68
69
70package() {
71 _instdirbase='/opt/idos-timetable'
72 _instdir="${pkgdir}/${_instdirbase}"
73 install -d -m755 "${_instdir}"
74
75 cp -r "${srcdir}"/Data* "${_instdir}/"
76 chmod 755 "${_instdir}"/Data*
77 chmod 644 "${_instdir}"/Data*/*
78
79 install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
80 echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
81 chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
82
83 install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
84 install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
85}
86

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 18:00:42 Medium 1
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 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