baresip-qt
maintainer Mr.Wizard
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a publicly accessible, version-controlled source repository with no obfuscated downloads or remote code execution; the low severity is due to few votes and recent upload, not inherent risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a publicly accessible, version-controlled source repository with no obfuscated downloads or remote code execution; the low severity is due to few votes and recent upload, not inherent risk.
PKGBUILD
1
# Maintainer: Mr.Wizard <process-pylon-62 at icloud.com>
2
pkgname=baresip-qt
3
pkgver=4.10.0_qt.1
4
pkgrel=1
5
pkgdesc="Baresip bundled with custom native Qt applet"
6
arch=('x86_64')
7
url="https://github.com/Venomtek/baresip-qt"
8
license=('BSD-3-Clause')
9
10
depends=('qt6-base' 'libre' 'openssl' 'opus')
11
makedepends=('cmake' 'git')
12
13
provides=('baresip')
14
conflicts=('baresip')
15
16
# Hardcoded direct git link to your repo. No tags or shortcuts to confuse curl.
17
source=("git+https://github.com/Venomtek/baresip-qt.git")
18
sha256sums=('SKIP')
19
20
build() {
21
# Compiles out of the folder created by cloning the repo name
22
cmake -B build -S "${srcdir}/baresip-qt" \
23
-DCMAKE_BUILD_TYPE=Release \
24
-DCMAKE_INSTALL_PREFIX=/usr
25
cmake --build build -j
26
}
27
28
package() {
29
DESTDIR="${pkgdir}" cmake --install build
30
}
31
32
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 09:11:06 | LOW | 2 |
| 2026-07-29 07:10:52 | LOW | 2 |