rutoken-connect
maintainer 5l1v4_1337
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt RPM from the vendor's official domain (rutoken.ru), which is plausibly the project's own release infrastructure; the binary artifacts are installed as part of browser integration, but the source host, while not whitelisted, is official and specific to the vendor, reducing supply-chain 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 a prebuilt RPM from the vendor's official domain (rutoken.ru), which is plausibly the project's own release infrastructure; the binary artifacts are installed as part of browser integration, but the source host, while not whitelisted, is official and specific to the vendor, reducing supply-chain 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:11
source_x86_64=("https://download.rutoken.ru/Rutoken_Connect/${pkgver}/Linux/x64/rtconnect-${pkgver}-1.${arch}.rpm")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=rutoken-connect
2
pkgver=6.2.2
3
pkgrel=1
4
pkgdesc='Rutoken Connect plugin for browser integration'
5
arch=('x86_64')
6
url='https://www.rutoken.ru/support/download/rutoken-connect/'
7
license=('custom:rutoken')
8
depends=('rutoken-pkcs11')
9
makedepends=('coreutils')
10
options=(!strip)
11
source_x86_64=("https://download.rutoken.ru/Rutoken_Connect/${pkgver}/Linux/x64/rtconnect-${pkgver}-1.${arch}.rpm")
12
sha256sums_x86_64=('1a530b12e97caf0fc2cd3a04c8dfd9c749ed9a34d18c7f64aad8aceccb715de3')
13
14
package() {
15
16
files=(
17
'ru.rutoken.rtconnect.chrome.json'
18
'ru.rutoken.rtconnect.firefox.json'
19
)
20
for file in "${files[@]}"; do
21
install -Dm644 "${srcdir}/opt/aktivco/rutokenconnect/${file}" "${pkgdir}/opt/aktivco/rutokenconnect/${file}"
22
done
23
install -Dm755 "${srcdir}/opt/aktivco/rutokenconnect/rtconnect" "${pkgdir}/opt/aktivco/rutokenconnect/rtconnect"
24
25
install -Dm644 "${srcdir}/opt/aktivco/rutokenconnect/librtengine.so.3" "${pkgdir}/usr/lib/librtengine.so.3"
26
27
install -Dm644 "${srcdir}/opt/google/chrome/extensions/acbchkahfmndkenefkcklofjmipghjjp.json" "${pkgdir}/opt/google/chrome/extensions/acbchkahfmndkenefkcklofjmipghjjp.json"
28
29
mkdir -p "${pkgdir}/etc/chromium/native-messaging-hosts"
30
mkdir -p "${pkgdir}/usr/lib/mozilla/native-messaging-hosts"
31
32
ln -s "/opt/aktivco/rutokenconnect/ru.rutoken.rtconnect.chrome.json" "${pkgdir}/etc/chromium/native-messaging-hosts/ru.rutoken.rtconnect.chrome.json"
33
ln -s "/opt/aktivco/rutokenconnect/ru.rutoken.rtconnect.firefox.json" "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/ru.rutoken.rtconnect.json"
34
ln -s "/usr/lib/librtengine.so.3" "${pkgdir}/opt/aktivco/rutokenconnect/librtengine.so"
35
ln -s "/usr/lib/librtpkcs11ecp.so" "${pkgdir}/opt/aktivco/rutokenconnect/librtpkcs11ecp.so"
36
37
install -Dm644 "${srcdir}/usr/share/doc/rutokenconnect/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
}
39
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 |