beebeep
maintainer mrxx
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from source hosted on SourceForge, a plausible project release location; the source is verified via sha256sum; no remote code execution or malicious patterns detected; recent maintainer change is a metadata flag, not a security issue.
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%): Package builds from source hosted on SourceForge, a plausible project release location; the source is verified via sha256sum; no remote code execution or malicious patterns detected; recent maintainer change is a metadata flag, not a security issue.
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: Balló György <ballogyor+arch at gmail dot com>
2
# Contributor: Kevin Puertas <kevinpr at jkanetwork dot com>
3
# Contributor: St.kai <St.kai@live.cn>
4
# Contributor: ssysmso sending updated PKGBUILD
5
# Contributor: Christoph Korn <christoph.korn at posteo dot de>
6
7
pkgname=beebeep
8
pkgver=5.8.6
9
pkgrel=2
10
pkgdesc='Secure LAN messenger and file sender'
11
arch=('x86_64')
12
url='https://www.beebeep.net/'
13
license=('GPL3')
14
depends=('qt5-multimedia' 'qt5-x11extras')
15
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-code-$pkgver.zip"
16
'install-target.patch')
17
sha256sums=('44994daf35c042aa1f023ad95c2fa17c2c652da5d4584ca547b1bbc2ed916248'
18
'f6dd4cc2c797a9b21bee292f8adba563abff22b4065a22266fbd37efd96a5071')
19
20
prepare() {
21
cd $pkgname-code-r*
22
patch -Np0 -i ../install-target.patch
23
}
24
25
build() {
26
cd $pkgname-code-r*
27
qmake-qt5 PREFIX=/usr
28
make
29
}
30
31
package(){
32
cd $pkgname-code-r*
33
make INSTALL_ROOT="$pkgdir" install
34
}
35
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 21:55:56 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |