atostekid
The package downloads a prebuilt .deb from a non-standard host (files.fineid.fi) which is not a common source for AUR packages; since the deb is extracted and installed without rebuilding from source, and the host is not a well-known or official domain like GitHub or GitLab, it represents a supply-chain risk if the host were compromised or the download redirected.
Triggered rules
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:26
"${pkgname}-${pkgver}.deb::https://files.fineid.fi/download/atostek/${pkgver}/linux/AtostekID_DEB_${pkgver}.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-standard host (files.fineid.fi) which is not a common source for AUR packages; since the deb is extracted and installed without rebuilding from source, and the host is not a well-known or official domain like GitHub or GitLab, it represents a supply-chain risk if the host were compromised or the download redirected.
PKGBUILD
1 offending line(s) highlighted# Maintainer: 2-4601 <AUR@othermemory.org>
pkgname=atostekid
pkgver=4.5.1.0
pkgrel=1
pkgdesc="New desktop application for Finnish electronic ID cards"
arch=("x86_64")
url="https://dvv.fi/en/linux-versions"
license=("LicenseRef-Atostek")
depends=(
"botan2"
"ccid"
"gnutls"
"libqpdf29"
"minizip"
"nss"
"pcsclite"
"qt6-base"
"qt6-wayland"
)
optdepends=(
"gnome-shell-extension-appindicator: System tray indicator extension for GNOME desktop"
"libappindicator: System tray support for desktop environments"
)
install="${pkgname}.install"
source=(
"${pkgname}-${pkgver}.deb::https://files.fineid.fi/download/atostek/${pkgver}/linux/AtostekID_DEB_${pkgver}.deb"
"atostek-id.module"
"com.atostek.atostekid.desktop"
"com.atostek.atostekid.png"
)
sha256sums=('c311445a569516705625c1242653a5cc7ecfa1f616946d675bef71000274a0bf'
'42cf9a65e4913b42ea9b63ebe171050589bdf00d7a48df26d793b394c39efefa'
'14bb723654f042e1c1973c0463156ee0299f320061e001726adb8391f8e18aeb'
'fdfad6cf56013d55d5e7516a093494091fcb9c8a27409d488e780dd2ebebe895')
package() {
tar xf data.tar.xz -C "${pkgdir}"
# These libraries are not needed because they can be satisfied with system and AUR packages
rm -rf "${pkgdir}/usr/lib/atostekid"
# Install Atostek ID's PKCS #11 module configuration file
install -D -m 644 atostek-id.module -t "${pkgdir}/usr/share/p11-kit/modules/"
# Install Atostek ID's PKCS #11 module to the proper location
install -D -m 644 "${pkgdir}/usr/lib/Atostek-ID-PKCS11.so" -t "${pkgdir}/usr/lib/pkcs11/"
rm "${pkgdir}/usr/lib/Atostek-ID-PKCS11.so"
# Handle license and documentation files
install -D -m 644 "${pkgdir}/usr/share/doc/atostekid/copyright" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -m 644 "${pkgdir}"/usr/share/doc/atostekid/license_{en,fi,sv}.rtf -t "${pkgdir}/usr/share/licenses/${pkgname}/"
rm "${pkgdir}"/usr/share/doc/atostekid/{*.Debian,copyright,license_{en,fi,sv}.rtf}
# Install desktop and icon files
install -D -m 644 com.atostek.atostekid.desktop -t "${pkgdir}/usr/share/applications/"
install -D -m 644 com.atostek.atostekid.png -t "${pkgdir}/usr/share/pixmaps/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |