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>
2pkgname=baresip-qt
3pkgver=4.10.0_qt.1
4pkgrel=1
5pkgdesc="Baresip bundled with custom native Qt applet"
6arch=('x86_64')
7url="https://github.com/Venomtek/baresip-qt"
8license=('BSD-3-Clause')
9
10depends=('qt6-base' 'libre' 'openssl' 'opus')
11makedepends=('cmake' 'git')
12
13provides=('baresip')
14conflicts=('baresip')
15
16# Hardcoded direct git link to your repo. No tags or shortcuts to confuse curl.
17source=("git+https://github.com/Venomtek/baresip-qt.git")
18sha256sums=('SKIP')
19
20build() {
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
28package() {
29 DESTDIR="${pkgdir}" cmake --install build
30}
31
32

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion