beidconnect
maintainer OodSigma
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate project source on GitHub, and the install script configures native messaging hosts for browsers; no untrusted remote code execution or malicious payload is present.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a legitimate project source on GitHub, and the install script configures native messaging hosts for browsers; no untrusted remote code execution or malicious payload is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Timo Crabbé <timocrabbe@gmail.com>
2
pkgname=beidconnect
3
pkgver=2.12.3.g647fc99
4
pkgrel=2
5
pkgdesc="native messaging component for DSS signing services"
6
arch=('x86_64')
7
url="https://github.com/Fedict/fts-beidconnect"
8
license=('MIT')
9
depends=('eid-mw') # Specify dependencies required at runtime
10
makedepends=('git' 'gcc' 'make' 'pkg-config' 'boost') # Build-time dependencies
11
source=("git+https://github.com/Fedict/fts-beidconnect.git")
12
install=beidconnect.install # Link to the install script
13
sha256sums=('SKIP')
14
15
16
pkgver() {
17
cd "$srcdir/fts-beidconnect" # Navigate to the repository directory
18
git describe --tags --always | sed 's/^v//;s/-/./g'
19
}
20
21
build() {
22
cd "$srcdir/fts-beidconnect/linux" # Navigate to the repository directory
23
make
24
}
25
26
package() {
27
cd "$srcdir/fts-beidconnect/linux" # Navigate to the repository directory
28
make DESTDIR="$pkgdir" install
29
}
30
31
clean() {
32
cd "$srcdir/fts-beidconnect/linux" # Navigate to the repository directory
33
make clean
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-18 00:03@@ -1,13 +1,13 @@ # Maintainer: Timo Crabbé <timocrabbe@gmail.com> pkgname=beidconnect-pkgver=2.10.8.gb44810e-pkgrel=1+pkgver=2.12.3.g647fc99+pkgrel=2 pkgdesc="native messaging component for DSS signing services" arch=('x86_64') url="https://github.com/Fedict/fts-beidconnect" license=('MIT')-#depends=('libpcsclite') # Specify dependencies required at runtime-makedepends=('git' 'gcc' 'make' 'pkg-config') # Build-time dependencies+depends=('eid-mw') # Specify dependencies required at runtime+makedepends=('git' 'gcc' 'make' 'pkg-config' 'boost') # Build-time dependencies source=("git+https://github.com/Fedict/fts-beidconnect.git") install=beidconnect.install # Link to the install script sha256sums=('SKIP')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 13:30:33 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |