rsa-tokenconverter
maintainer Omar007
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source files from a non-standard host (Salesforce CDN), but these are the project's official release artifacts; the worst case of a swapped source is distribution of malicious data, not code execution, as the JAR files are part of the expected software and the build process does not execute untrusted code.
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 source files from a non-standard host (Salesforce CDN), but these are the project's official release artifacts; the worst case of a swapped source is distribution of malicious data, not code execution, as the JAR files are part of the expected software and the build process does not execute untrusted code.
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:11
source=("${pkgname}-${pkgver}.zip::https://rsasecurity.my.salesforce.com/sfc/dist/version/download/?oid=00D70000000IwPy&ids=0684u00000dLhcuAAC&d=/a/4u000001VZmA/hsX4xKY5COHVRYTakz3xOhzidAxid7qIfx8688ujFwU&operationContext=DELIVERY&viewId=05HPO000009aGx82AE&dpt="
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Omar Pakker <archlinux@opakker.nl>
2
3
pkgname=rsa-tokenconverter
4
pkgver=3.1.0
5
pkgrel=4
6
pkgdesc="Converts an RSA SecurID software token into a CTF URL or a QR Code."
7
arch=('any')
8
url="https://community.rsa.com/s/article/RSA-SecurID-Software-Token-Converter-3-1-Downloads"
9
license=('APACHE')
10
depends=('bash' 'java-runtime')
11
source=("${pkgname}-${pkgver}.zip::https://rsasecurity.my.salesforce.com/sfc/dist/version/download/?oid=00D70000000IwPy&ids=0684u00000dLhcuAAC&d=/a/4u000001VZmA/hsX4xKY5COHVRYTakz3xOhzidAxid7qIfx8688ujFwU&operationContext=DELIVERY&viewId=05HPO000009aGx82AE&dpt="
12
"${pkgname}-${pkgver}-admin.pdf::https://rsasecurity.my.salesforce.com/sfc/dist/version/download/?oid=00D70000000IwPy&ids=0684u00000dLz0TAAS&d=/a/4u000001VZrZ/qELKQxEoKMBX8WLsHrDAqBhBQOVgLMU8KYNilTcMWvA&operationContext=DELIVERY&viewId=05HPO000009aJer2AE&dpt=")
13
sha1sums=('0dc18d7ef715c293b008c37f6f6808944b6d2db3'
14
'04d2608ffd419c91728a1a51e64bb8d5460d02bb')
15
sha256sums=('b167293fce913c7304da94ccf4580565ad96376d209fce830c7da854011866d9'
16
'39499e01ca117bf57b753f3ce509db00cbfa298dcb82de86a6dd7d107158617e')
17
18
prepare() {
19
{
20
echo '#!/usr/bin/env sh'
21
echo 'exec java -jar /usr/share/'"${pkgname}"'/TokenConverter.jar "${@}"'
22
} > "${pkgname}"
23
}
24
25
package() {
26
install -Dm644 "${pkgname}-${pkgver}-admin.pdf" "${pkgdir}/usr/share/doc/${pkgname}/manual.pdf"
27
28
install -Dm644 -t "${pkgdir}/usr/share/${pkgname}" \
29
zxing-core-2.1.jar \
30
TokenConverter.jar
31
32
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
33
}
34
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 |