rutoken-connect
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
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)
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) highlightedpkgname=rutoken-connect
pkgver=6.2.2
pkgrel=1
pkgdesc='Rutoken Connect plugin for browser integration'
arch=('x86_64')
url='https://www.rutoken.ru/support/download/rutoken-connect/'
license=('custom:rutoken')
depends=('rutoken-pkcs11')
makedepends=('coreutils')
options=(!strip)
source_x86_64=("https://download.rutoken.ru/Rutoken_Connect/${pkgver}/Linux/x64/rtconnect-${pkgver}-1.${arch}.rpm")
sha256sums_x86_64=('1a530b12e97caf0fc2cd3a04c8dfd9c749ed9a34d18c7f64aad8aceccb715de3')
package() {
files=(
'ru.rutoken.rtconnect.chrome.json'
'ru.rutoken.rtconnect.firefox.json'
)
for file in "${files[@]}"; do
install -Dm644 "${srcdir}/opt/aktivco/rutokenconnect/${file}" "${pkgdir}/opt/aktivco/rutokenconnect/${file}"
done
install -Dm755 "${srcdir}/opt/aktivco/rutokenconnect/rtconnect" "${pkgdir}/opt/aktivco/rutokenconnect/rtconnect"
install -Dm644 "${srcdir}/opt/aktivco/rutokenconnect/librtengine.so.3" "${pkgdir}/usr/lib/librtengine.so.3"
install -Dm644 "${srcdir}/opt/google/chrome/extensions/acbchkahfmndkenefkcklofjmipghjjp.json" "${pkgdir}/opt/google/chrome/extensions/acbchkahfmndkenefkcklofjmipghjjp.json"
mkdir -p "${pkgdir}/etc/chromium/native-messaging-hosts"
mkdir -p "${pkgdir}/usr/lib/mozilla/native-messaging-hosts"
ln -s "/opt/aktivco/rutokenconnect/ru.rutoken.rtconnect.chrome.json" "${pkgdir}/etc/chromium/native-messaging-hosts/ru.rutoken.rtconnect.chrome.json"
ln -s "/opt/aktivco/rutokenconnect/ru.rutoken.rtconnect.firefox.json" "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/ru.rutoken.rtconnect.json"
ln -s "/usr/lib/librtengine.so.3" "${pkgdir}/opt/aktivco/rutokenconnect/librtengine.so"
ln -s "/usr/lib/librtpkcs11ecp.so" "${pkgdir}/opt/aktivco/rutokenconnect/librtpkcs11ecp.so"
install -Dm644 "${srcdir}/usr/share/doc/rutokenconnect/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |
| 2026-08-29 00:29:17 | Low | 2 |