carfirma-bin
maintainer marcosag
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from an official government domain (larioja.org) which is not on the whitelist but is plausibly legitimate; the source is verified via b2sum and contains only data and Java code for a public service application, with no evidence of malicious behavior or remote code execution.
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 a prebuilt .deb from an official government domain (larioja.org) which is not on the whitelist but is plausibly legitimate; the source is verified via b2sum and contains only data and Java code for a public service application, with no evidence of malicious behavior or remote code execution.
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:12
source=("${pkgname}-${pkgver}.deb::https://ias1.larioja.org/carFirma/descargas/exe/Instalacion_carFirma_64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Marcos Alguacil <marcos.alguacil@gmail.com>
2
3
pkgname=carfirma-bin
4
pkgver=2.0
5
pkgrel=2
6
pkgdesc='Cliente de firma electrónica de la Administración Pública de la Comunidad Autónoma de La Rioja'
7
arch=('x86_64')
8
url='https://www.larioja.org/oficina-electronica/es/firma-electronica/carfirma'
9
license=('GPL' 'custom:EUPL')
10
depends=('java-runtime=8')
11
12
source=("${pkgname}-${pkgver}.deb::https://ias1.larioja.org/carFirma/descargas/exe/Instalacion_carFirma_64.deb"
13
"carFirma"
14
"carfirma.desktop"
15
"carFirma.js")
16
b2sums=('eac14f62c7323e90fd68644a67374f42f7a985778f8c5182a573ea030875132f32c7433c5a7cad586b303001c3ff524f48a44ebc2fd020066edec3c5a6853d81'
17
'270ab583c309c26245790b732d5421e7ca972815c8b68a4ee31a3493cc7862f50c2285c5f20adab504e36947e75ff50a37cc933231b5d46c87ad5d674484f770'
18
'08e1ef142e248a77f95d3a4a34bf275b53003c49a3fd08c65a3cc8f76ae7a3da5583e64951255697fba3a4c860dd107d06119e956829c57d5ba4370680ed1b64'
19
'c673d01048b696ee0cdbab72a557b596580168f69b18934f7796b59143b1f30bc2f8374eb15dbf66f88a1a9a186a3d5733da88f46741f95206026538f6775880')
20
21
prepare() {
22
# Extract debian package
23
bsdtar -O -xf "${pkgname}-${pkgver}"*.deb data.tar.xz | bsdtar -C "${srcdir}" -xJf -
24
}
25
26
package() {
27
install -Dm755 "carFirma" \
28
"${pkgdir}/usr/bin/carFirma"
29
install -Dm644 "carFirma.js" \
30
"${pkgdir}/usr/lib/firefox/defaults/pref/carFirma.js"
31
install -Dm644 "usr/lib/carFirma/carFirmaApp.jar" \
32
"${pkgdir}/usr/share/java/carFirma/carFirmaApp.jar"
33
install -Dm644 "usr/share/carFirma/carfirma.svg" \
34
"${pkgdir}/usr/share/pixmaps/carfirma.svg"
35
install -Dm644 "carfirma.desktop" \
36
"${pkgdir}/usr/share/applications/carfirma.desktop"
37
install -Dm644 "usr/share/common-licenses/eupl-carfirma-1.1.txt" \
38
"${pkgdir}/usr/share/licenses/carFirma/eupl-carfirma-1.1.txt"
39
install -Dm644 "usr/share/common-licenses/gpl-carfirma-2.0.txt" \
40
"${pkgdir}/usr/share/licenses/carFirma/gpl-carfirma-2.0.txt"
41
}
42
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 |